Home
last modified time | relevance | path

Searched refs:CONTACT_PRESENCE (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactListAdapter.java181 Contacts.CONTACT_PRESENCE, // 2
194 Contacts.CONTACT_PRESENCE, // 2
207 Contacts.CONTACT_PRESENCE, // 2
221 Contacts.CONTACT_PRESENCE, // 2
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListAdapter.java47 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/group/
DGroupMembersAdapter.java45 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/
DContactTileLoaderFactory.java38 public final static int CONTACT_PRESENCE = 5; field in ContactTileLoaderFactory
59 Contacts.CONTACT_PRESENCE, // .............................5
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java431 cursor.isNull(ContactQuery.CONTACT_PRESENCE) in loadContactHeaderData()
433 : cursor.getInt(ContactQuery.CONTACT_PRESENCE); in loadContactHeaderData()
795 public static final int CONTACT_PRESENCE = 8; field in ContactLoader.ContactQuery
862 Contacts.CONTACT_PRESENCE,
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java131 Contacts.CONTACT_PRESENCE,
213 public static final int CONTACT_PRESENCE = 8; field in ContactLoader.ContactQuery
605 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE) in loadContactHeaderData()
607 : cursor.getInt(ContactQuery.CONTACT_PRESENCE); in loadContactHeaderData()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java210 Contacts.CONTACT_PRESENCE, in testContactsProjection()
251 Contacts.CONTACT_PRESENCE, in testContactsStrequentProjection()
296 Contacts.CONTACT_PRESENCE, in testContactsStrequentPhoneOnlyProjection()
345 Contacts.CONTACT_PRESENCE, in testContactsWithSnippetProjection()
473 Contacts.CONTACT_PRESENCE, in testDataProjection()
552 Contacts.CONTACT_PRESENCE, in testDistinctDataProjection()
646 Contacts.CONTACT_PRESENCE, in testEntityProjection()
1109 values.put(Contacts.Entity.CONTACT_PRESENCE, StatusUpdates.IDLE); in assertEntityRows()
1126 values.put(Contacts.Entity.CONTACT_PRESENCE, StatusUpdates.IDLE); in assertEntityRows()
1144 values.put(Contacts.Entity.CONTACT_PRESENCE, StatusUpdates.IDLE); in assertEntityRows()
[all …]
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DContactsListLoader.java35 Contacts.CONTACT_PRESENCE, // 6
/packages/apps/Email/src/com/android/email/activity/
DContactStatusLoader.java47 Contacts.CONTACT_PRESENCE
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DGlobalSearchSupport.java234 + PRESENCE_SQL + " AS " + Contacts.CONTACT_PRESENCE + ", " in addSearchSuggestionsBasedOnFilter()
DContactsProvider2.java703 .add(Contacts.CONTACT_PRESENCE,
771 .add(Contacts.CONTACT_PRESENCE,
8470 projection, Contacts.CONTACT_PRESENCE, Contacts.CONTACT_CHAT_CAPABILITY)) { in appendContactPresenceJoin()
/packages/experimental/LoaderApp/src/com/android/loaderapp/
DContactHeaderWidget.java102 Contacts.CONTACT_PRESENCE,
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java316 Contacts.PHOTO_ID, Contacts.STARRED, Contacts.CONTACT_PRESENCE, in fetchAllData()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1764 new String[] { Contacts._ID, Contacts.CONTACT_PRESENCE }, in assertSuggestions()
DContactAggregator2Test.java1887 new String[] { Contacts._ID, Contacts.CONTACT_PRESENCE }, in assertSuggestions()