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

  /packages/apps/Contacts/src/com/android/contacts/
ContactTileLoaderFactory.java 37 public final static int CONTACT_PRESENCE = 5;
51 Contacts.CONTACT_PRESENCE, // .............................5
GroupMemberLoader.java 59 Data.CONTACT_PRESENCE, // 4
ContactLoader.java 500 Contacts.CONTACT_PRESENCE,
572 public final static int CONTACT_PRESENCE = 8;
856 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE)
858 : cursor.getInt(ContactQuery.CONTACT_PRESENCE)
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsListLoader.java 35 Contacts.CONTACT_PRESENCE, // 6
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListAdapter.java 45 Contacts.CONTACT_PRESENCE, // 2
56 Contacts.CONTACT_PRESENCE, // 2
67 Contacts.CONTACT_PRESENCE, // 2
79 Contacts.CONTACT_PRESENCE, // 2
ContactTileAdapter.java 172 mPresenceIndex = ContactTileLoaderFactory.CONTACT_PRESENCE;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 39 Contacts.CONTACT_PRESENCE, // 4
LoaderCursor.java 128 Contacts.CONTACT_PRESENCE,
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CursorFragment.java 107 Contacts.CONTACT_PRESENCE,
  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 47 Contacts.CONTACT_PRESENCE
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 313 + PRESENCE_SQL + " AS " + Contacts.CONTACT_PRESENCE + ", "
ContactsProvider2.java 576 .add(Contacts.CONTACT_PRESENCE,
643 .add(Contacts.CONTACT_PRESENCE,
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 121 Contacts.CONTACT_PRESENCE,
156 Contacts.CONTACT_PRESENCE,
268 Contacts.CONTACT_PRESENCE,
336 Contacts.CONTACT_PRESENCE,
422 Contacts.CONTACT_PRESENCE,
764 values.put(Contacts.Entity.CONTACT_PRESENCE, StatusUpdates.IDLE);
781 values.put(Contacts.Entity.CONTACT_PRESENCE, StatusUpdates.IDLE);
799 values.put(Contacts.Entity.CONTACT_PRESENCE, StatusUpdates.IDLE);
    [all...]
ContactAggregatorTest.java     [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 421 Phone.CONTACT_PRESENCE, // 5
454 Email.CONTACT_PRESENCE, // 2
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactLoaderTest.java 295 Contacts.PHOTO_ID, Contacts.STARRED, Contacts.CONTACT_PRESENCE,
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 102 Contacts.CONTACT_PRESENCE,
  /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...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 524 milliseconds