Home
last modified time | relevance | path

Searched refs:getCarrierPresence (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DDataItem.java154 public int getCarrierPresence() { in getCarrierPresence() method in DataItem
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
DContactLoaderTest.java165 1, contact.getRawContacts().get(0).getDataItems().get(0).getCarrierPresence()); in testLoadContactWithOldStyleUri()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1905 int carrierPresence = dataItem.getCarrierPresence(); in dataItemToEntry()