Returns true if the record contains the specified info field @param key info value @return true if the info field is contained in this record
(String key)
| 353 | * @return true if the info field is contained in this record |
| 354 | */ |
| 355 | public boolean hasInfo(String key) { |
| 356 | return mInfo.containsKey(key); |
| 357 | } |
| 358 | |
| 359 | /** |
| 360 | * @return info fields (should be treated as read-only). |
no outgoing calls