HomeSort by relevance Sort by last modified time
    Searched refs:CONTACT_PRESENCE (Results 1 - 25 of 33) sorted by null

1 2

  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactTileLoaderFactory.java 38 public final static int CONTACT_PRESENCE = 5;
59 Contacts.CONTACT_PRESENCE, // .............................5
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsListLoader.java 35 Contacts.CONTACT_PRESENCE, // 6
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListAdapter.java 45 Contacts.CONTACT_PRESENCE, // 2
57 Contacts.CONTACT_PRESENCE, // 2
69 Contacts.CONTACT_PRESENCE, // 2
84 Contacts.CONTACT_PRESENCE, // 2
ContactTileAdapter.java 150 mPresenceIndex = ContactTileLoaderFactory.CONTACT_PRESENCE;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 39 Contacts.CONTACT_PRESENCE, // 4
LoaderCursor.java 168 Contacts.CONTACT_PRESENCE,
LoaderRetained.java 173 Contacts.CONTACT_PRESENCE,
  /packages/apps/Contacts/src/com/android/contacts/
GroupMemberLoader.java 59 Data.CONTACT_PRESENCE, // 4
  /frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
CursorFragment.java 108 Contacts.CONTACT_PRESENCE,
  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 47 Contacts.CONTACT_PRESENCE
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_FrequentsStrequentsTest.java 77 Contacts.CONTACT_PRESENCE,
114 Contacts.CONTACT_PRESENCE,
ContactsContract_ContactsTest.java 207 Contacts.CONTACT_PRESENCE,
ContactsContract_DataTest.java 124 Contacts.CONTACT_PRESENCE,
350 Contacts.CONTACT_PRESENCE,
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 127 Contacts.CONTACT_PRESENCE,
209 public static final int CONTACT_PRESENCE = 8;
654 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE)
656 : cursor.getInt(ContactQuery.CONTACT_PRESENCE);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 234 + PRESENCE_SQL + " AS " + Contacts.CONTACT_PRESENCE + ", "
ContactsProvider2.java     [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ContactLoaderTest.java 318 Contacts.PHOTO_ID, Contacts.STARRED, Contacts.CONTACT_PRESENCE,
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java 198 mPresenceIndex = ContactTileLoaderFactory.CONTACT_PRESENCE;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 102 Contacts.CONTACT_PRESENCE,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 208 Contacts.CONTACT_PRESENCE,
249 Contacts.CONTACT_PRESENCE,
294 Contacts.CONTACT_PRESENCE,
343 Contacts.CONTACT_PRESENCE,
471 Contacts.CONTACT_PRESENCE,
550 Contacts.CONTACT_PRESENCE,
644 Contacts.CONTACT_PRESENCE,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 136 Contacts.CONTACT_PRESENCE, // 5
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java     [all...]
ContactAggregatorTest.java     [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 

Completed in 1781 milliseconds

1 2