Home
last modified time | relevance | path

Searched refs:CONTACT_STATUS (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersAdapter.java46 Data.CONTACT_STATUS,
56 Data.CONTACT_STATUS,
65 public static final int CONTACT_STATUS = 5; field in GroupMembersAdapter.GroupMembersQuery
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListAdapter.java48 Contacts.CONTACT_STATUS, // 3
60 Contacts.CONTACT_STATUS, // 3
72 Contacts.CONTACT_STATUS, // 3
85 Contacts.CONTACT_STATUS, // 3
/packages/apps/Contacts/src/com/android/contacts/
DContactTileLoaderFactory.java39 public final static int CONTACT_STATUS = 6; field in ContactTileLoaderFactory
60 Contacts.CONTACT_STATUS, // ...............................6
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java211 Contacts.CONTACT_STATUS, in testContactsProjection()
252 Contacts.CONTACT_STATUS, in testContactsStrequentProjection()
297 Contacts.CONTACT_STATUS, in testContactsStrequentPhoneOnlyProjection()
346 Contacts.CONTACT_STATUS, in testContactsWithSnippetProjection()
476 Contacts.CONTACT_STATUS, in testDataProjection()
557 Contacts.CONTACT_STATUS, in testDistinctDataProjection()
653 Contacts.CONTACT_STATUS, in testEntityProjection()
1120 values.put(Contacts.Entity.CONTACT_STATUS, "Busy"); in assertEntityRows()
1137 values.put(Contacts.Entity.CONTACT_STATUS, "Busy"); in assertEntityRows()
1155 values.put(Contacts.Entity.CONTACT_STATUS, "Busy"); in assertEntityRows()
[all …]
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java798 public static final int CONTACT_STATUS = 9; field in ContactLoader.ContactQuery
865 Contacts.CONTACT_STATUS,
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java127 Contacts.CONTACT_STATUS,
206 public static final int CONTACT_STATUS = 9; field in ContactLoader.ContactQuery
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1578 Contacts.CONTACT_STATUS, "Green"); in testAggregatedStatusUpdate()
1585 Contacts.CONTACT_STATUS, "Green"); in testAggregatedStatusUpdate()
1588 Contacts.CONTACT_STATUS, "Red"); in testAggregatedStatusUpdate()
DContactAggregator2Test.java1586 Contacts.CONTACT_STATUS, "Green"); in testAggregatedStatusUpdate()
1593 Contacts.CONTACT_STATUS, "Green"); in testAggregatedStatusUpdate()
1596 Contacts.CONTACT_STATUS, "Red"); in testAggregatedStatusUpdate()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java313 Contacts.CONTACT_STATUS, Contacts.CONTACT_STATUS_TIMESTAMP, in fetchAllData()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java649 .add(Contacts.CONTACT_STATUS,
719 .add(Contacts.CONTACT_STATUS,
8278 Contacts.CONTACT_STATUS, in appendContactStatusUpdateJoin()