Home
last modified time | relevance | path

Searched refs:CONTACT_STATUS_LABEL (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java130 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/
DContactLoader.java801 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/
DContactLoaderTest.java314 Contacts.CONTACT_STATUS_RES_PACKAGE, Contacts.CONTACT_STATUS_LABEL, in fetchAllData()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java233 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/
DContactsProvider2.java646 .add(Contacts.CONTACT_STATUS_LABEL,
716 .add(Contacts.CONTACT_STATUS_LABEL,
8328 Contacts.CONTACT_STATUS_LABEL, in appendContactStatusUpdateJoin()