Searched refs:CONTACT_STATUS_LABEL (Results 1 – 5 of 5) sorted by relevance
/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/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/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 | 240 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/ |
D | ContactsProvider2.java | 655 .add(Contacts.CONTACT_STATUS_LABEL, 725 .add(Contacts.CONTACT_STATUS_LABEL, 8281 Contacts.CONTACT_STATUS_LABEL, in appendContactStatusUpdateJoin()
|