Home
last modified time | relevance | path

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

/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/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/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.java240 Contacts.CONTACT_STATUS_LABEL, in testContactsProjection()
281 Contacts.CONTACT_STATUS_LABEL, in testContactsStrequentProjection()
326 Contacts.CONTACT_STATUS_LABEL, in testContactsStrequentPhoneOnlyProjection()
375 Contacts.CONTACT_STATUS_LABEL, in testContactsWithSnippetProjection()
505 Contacts.CONTACT_STATUS_LABEL, in testDataProjection()
586 Contacts.CONTACT_STATUS_LABEL, in testDistinctDataProjection()
682 Contacts.CONTACT_STATUS_LABEL, in testEntityProjection()
5336 values.put(Contacts.CONTACT_STATUS_LABEL, 2345); in testStatusUpdateInsert()
5355 values.put(Contacts.CONTACT_STATUS_LABEL, 5432); in testStatusUpdateInsert()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java655 .add(Contacts.CONTACT_STATUS_LABEL,
725 .add(Contacts.CONTACT_STATUS_LABEL,
8281 Contacts.CONTACT_STATUS_LABEL, in appendContactStatusUpdateJoin()