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

1 2

  /packages/apps/Contacts/src/com/android/contacts/
ContactTileLoaderFactory.java 38 public final static int CONTACT_PRESENCE = 5;
59 Contacts.CONTACT_PRESENCE, // .............................5
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListAdapter.java 181 Contacts.CONTACT_PRESENCE, // 2
194 Contacts.CONTACT_PRESENCE, // 2
207 Contacts.CONTACT_PRESENCE, // 2
221 Contacts.CONTACT_PRESENCE, // 2
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsListLoader.java 35 Contacts.CONTACT_PRESENCE, // 6
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupMembersAdapter.java 45 Data.CONTACT_PRESENCE,
55 Data.CONTACT_PRESENCE,
64 public static final int CONTACT_PRESENCE = 4;
  /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/list/
ContactListAdapter.java 47 Contacts.CONTACT_PRESENCE, // 2
59 Contacts.CONTACT_PRESENCE, // 2
71 Contacts.CONTACT_PRESENCE, // 2
84 Contacts.CONTACT_PRESENCE, // 2
  /frameworks/support/samples/Support13Demos/src/main/java/com/example/android/supportv13/app/
CursorFragment.java 109 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/contacts/
ContactsContract_FrequentsStrequentsTest.java 72 Contacts.CONTACT_PRESENCE,
109 Contacts.CONTACT_PRESENCE,
ContactsContract_ContactsTest.java 326 Contacts.CONTACT_PRESENCE,
ContactsContract_DataTest.java 123 Contacts.CONTACT_PRESENCE,
351 Contacts.CONTACT_PRESENCE,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 131 Contacts.CONTACT_PRESENCE,
213 public static final int CONTACT_PRESENCE = 8;
605 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE)
607 : cursor.getInt(ContactQuery.CONTACT_PRESENCE);
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/
ContactLoader.java 431 cursor.isNull(ContactQuery.CONTACT_PRESENCE)
433 : cursor.getInt(ContactQuery.CONTACT_PRESENCE);
797 public static final int CONTACT_PRESENCE = 8;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 234 + PRESENCE_SQL + " AS " + Contacts.CONTACT_PRESENCE + ", "
ContactsProvider2.java     [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
ContactLoaderTest.java 316 Contacts.PHOTO_ID, Contacts.STARRED, Contacts.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 209 Contacts.CONTACT_PRESENCE,
250 Contacts.CONTACT_PRESENCE,
295 Contacts.CONTACT_PRESENCE,
344 Contacts.CONTACT_PRESENCE,
474 Contacts.CONTACT_PRESENCE,
555 Contacts.CONTACT_PRESENCE,
651 Contacts.CONTACT_PRESENCE,
    [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/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 501 milliseconds

1 2