Searched refs:CONTACT_PRESENCE (Results 1 - 17 of 17) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactTileLoaderFactory.java36 public final static int CONTACT_PRESENCE = 5; field in class:ContactTileLoaderFactory
56 Contacts.CONTACT_PRESENCE, // .............................5
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactsListLoader.java35 Contacts.CONTACT_PRESENCE, // 6
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListAdapter.java44 Contacts.CONTACT_PRESENCE, // 2
55 Contacts.CONTACT_PRESENCE, // 2
66 Contacts.CONTACT_PRESENCE, // 2
78 Contacts.CONTACT_PRESENCE, // 2
H A DContactTileAdapter.java159 mPresenceIndex = ContactTileLoaderFactory.CONTACT_PRESENCE;
/packages/apps/Contacts/src/com/android/contacts/
H A DGroupMemberLoader.java59 Data.CONTACT_PRESENCE, // 4
/packages/apps/Email/src/com/android/email/activity/
H A DContactStatusLoader.java47 Contacts.CONTACT_PRESENCE
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java124 Contacts.CONTACT_PRESENCE,
196 public static final int CONTACT_PRESENCE = 8; field in class:ContactLoader.ContactQuery
616 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE)
618 : cursor.getInt(ContactQuery.CONTACT_PRESENCE);
/packages/apps/UnifiedEmail/src/com/android/mail/
H A DSenderInfoLoader.java53 Email.CONTACT_PRESENCE, // 2
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DGlobalSearchSupport.java234 + PRESENCE_SQL + " AS " + Contacts.CONTACT_PRESENCE + ", "
H A DContactsProvider2.java622 .add(Contacts.CONTACT_PRESENCE,
689 .add(Contacts.CONTACT_PRESENCE,
7342 Contacts.CONTACT_PRESENCE, Contacts.CONTACT_CHAT_CAPABILITY)) {
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java424 Phone.CONTACT_PRESENCE, // 5
457 Email.CONTACT_PRESENCE, // 2
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DContactLoaderTest.java296 Contacts.PHOTO_ID, Contacts.STARRED, Contacts.CONTACT_PRESENCE,
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java102 Contacts.CONTACT_PRESENCE,
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java145 Contacts.CONTACT_PRESENCE,
185 Contacts.CONTACT_PRESENCE,
229 Contacts.CONTACT_PRESENCE,
277 Contacts.CONTACT_PRESENCE,
401 Contacts.CONTACT_PRESENCE,
477 Contacts.CONTACT_PRESENCE,
569 Contacts.CONTACT_PRESENCE,
914 values.put(Contacts.Entity.CONTACT_PRESENCE, StatusUpdates.IDLE);
931 values.put(Contacts.Entity.CONTACT_PRESENCE, StatusUpdates.IDLE);
949 values.put(Contacts.Entity.CONTACT_PRESENCE, StatusUpdate
[all...]
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java134 Contacts.CONTACT_PRESENCE, // 5
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoritesTileAdapter.java199 mPresenceIndex = ContactTileLoaderFactory.CONTACT_PRESENCE;
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java1468 new String[] { Contacts._ID, Contacts.CONTACT_PRESENCE },

Completed in 726 milliseconds