/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupMembersAdapter.java | 45 Data.CONTACT_PRESENCE, 55 Data.CONTACT_PRESENCE, 64 public static final int CONTACT_PRESENCE = 4; field in GroupMembersAdapter.GroupMembersQuery
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactListAdapter.java | 47 Contacts.CONTACT_PRESENCE, // 2 59 Contacts.CONTACT_PRESENCE, // 2 71 Contacts.CONTACT_PRESENCE, // 2 84 Contacts.CONTACT_PRESENCE, // 2
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactTileLoaderFactory.java | 38 public final static int CONTACT_PRESENCE = 5; field in ContactTileLoaderFactory 59 Contacts.CONTACT_PRESENCE, // .............................5
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | ContactLoader.java | 431 cursor.isNull(ContactQuery.CONTACT_PRESENCE) in loadContactHeaderData() 433 : cursor.getInt(ContactQuery.CONTACT_PRESENCE); in loadContactHeaderData() 797 public static final int CONTACT_PRESENCE = 8; field in ContactLoader.ContactQuery 864 Contacts.CONTACT_PRESENCE,
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | ContactLoader.java | 126 Contacts.CONTACT_PRESENCE, 205 public static final int CONTACT_PRESENCE = 8; field in ContactLoader.ContactQuery 595 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE) in loadContactHeaderData() 597 : cursor.getInt(ContactQuery.CONTACT_PRESENCE); in loadContactHeaderData()
|
/packages/apps/Email/src/com/android/email/activity/ |
D | ContactStatusLoader.java | 47 Contacts.CONTACT_PRESENCE
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 209 Contacts.CONTACT_PRESENCE, in testContactsProjection() 250 Contacts.CONTACT_PRESENCE, in testContactsStrequentProjection() 295 Contacts.CONTACT_PRESENCE, in testContactsStrequentPhoneOnlyProjection() 344 Contacts.CONTACT_PRESENCE, in testContactsWithSnippetProjection() 474 Contacts.CONTACT_PRESENCE, in testDataProjection() 555 Contacts.CONTACT_PRESENCE, in testDistinctDataProjection() 651 Contacts.CONTACT_PRESENCE, in testEntityProjection() 1119 values.put(Contacts.Entity.CONTACT_PRESENCE, StatusUpdates.IDLE); in assertEntityRows() 1136 values.put(Contacts.Entity.CONTACT_PRESENCE, StatusUpdates.IDLE); in assertEntityRows() 1154 values.put(Contacts.Entity.CONTACT_PRESENCE, StatusUpdates.IDLE); in assertEntityRows() [all …]
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | GlobalSearchSupport.java | 234 + PRESENCE_SQL + " AS " + Contacts.CONTACT_PRESENCE + ", " in addSearchSuggestionsBasedOnFilter()
|
D | ContactsProvider2.java | 645 .add(Contacts.CONTACT_PRESENCE, 715 .add(Contacts.CONTACT_PRESENCE, 8326 projection, Contacts.CONTACT_PRESENCE, Contacts.CONTACT_CHAT_CAPABILITY)) { in appendContactPresenceJoin()
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | ContactLoaderTest.java | 312 Contacts.PHOTO_ID, Contacts.STARRED, Contacts.CONTACT_PRESENCE, in fetchAllData()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 1776 new String[] { Contacts._ID, Contacts.CONTACT_PRESENCE }, in assertSuggestions()
|
D | ContactAggregator2Test.java | 1898 new String[] { Contacts._ID, Contacts.CONTACT_PRESENCE }, in assertSuggestions()
|