Searched refs:CONTACT_STATUS_LABEL (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | ContactLoader.java | 130 Contacts.CONTACT_STATUS_LABEL, 209 public static final int CONTACT_STATUS_LABEL = 12; field in ContactLoader.ContactQuery
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | ContactLoader.java | 801 public static final int CONTACT_STATUS_LABEL = 12; field in ContactLoader.ContactQuery 868 Contacts.CONTACT_STATUS_LABEL,
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | ContactLoaderTest.java | 314 Contacts.CONTACT_STATUS_RES_PACKAGE, Contacts.CONTACT_STATUS_LABEL, in fetchAllData()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 233 Contacts.CONTACT_STATUS_LABEL, in testContactsProjection() 274 Contacts.CONTACT_STATUS_LABEL, in testContactsStrequentProjection() 319 Contacts.CONTACT_STATUS_LABEL, in testContactsStrequentPhoneOnlyProjection() 368 Contacts.CONTACT_STATUS_LABEL, in testContactsWithSnippetProjection() 498 Contacts.CONTACT_STATUS_LABEL, in testDataProjection() 579 Contacts.CONTACT_STATUS_LABEL, in testDistinctDataProjection() 675 Contacts.CONTACT_STATUS_LABEL, in testEntityProjection() 4991 values.put(Contacts.CONTACT_STATUS_LABEL, 2345); in testStatusUpdateInsert() 5010 values.put(Contacts.CONTACT_STATUS_LABEL, 5432); in testStatusUpdateInsert()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 646 .add(Contacts.CONTACT_STATUS_LABEL, 716 .add(Contacts.CONTACT_STATUS_LABEL, 8328 Contacts.CONTACT_STATUS_LABEL, in appendContactStatusUpdateJoin()
|