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

1 2

  /packages/apps/Contacts/src/com/android/contacts/calllog/
PhoneQuery.java 32 PhoneLookup.PHOTO_ID,
42 public static final int PHOTO_ID = 6;
ContactInfoHelper.java 124 info.photoId = phonesCursor.getLong(PhoneQuery.PHOTO_ID);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsListLoader.java 36 Contacts.PHOTO_ID, // 7
  /packages/apps/Contacts/src/com/android/contacts/list/
PostalAddressListAdapter.java 42 StructuredPostal.PHOTO_ID, // 4
51 StructuredPostal.PHOTO_ID, // 4
ContactListAdapter.java 46 Contacts.PHOTO_ID, // 4
57 Contacts.PHOTO_ID, // 4
68 Contacts.PHOTO_ID, // 4
80 Contacts.PHOTO_ID, // 4
EmailAddressListAdapter.java 43 Email.PHOTO_ID, // 4
52 Email.PHOTO_ID, // 4
PhoneNumberListAdapter.java 61 Phone.PHOTO_ID, // 6
72 Phone.PHOTO_ID, // 6
ShortcutIntentBuilder.java 53 Contacts.PHOTO_ID,
61 Phone.PHOTO_ID,
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 40 Contacts.PHOTO_ID, // 5
LoaderCursor.java 139 Contacts.PHOTO_ID,
LoaderRetained.java 142 Contacts.PHOTO_ID,
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 273 Data.PHOTO_ID,
288 public static final int PHOTO_ID = 3;
423 long photoId = mDataCursor.getLong(DataQuery.PHOTO_ID);
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CursorFragment.java 109 Contacts.PHOTO_ID,
  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 46 Contacts.PHOTO_ID,
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 98 Contacts.PHOTO_ID,
110 int PHOTO_ID = 2;
268 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 148 Contacts.PHOTO_ID,
153 final int PHOTO_ID = 2;
347 displayNameSelection + " AND " + Contacts.PHOTO_ID + " IS NULL AND "
481 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
ResultActivity.java 122 if (names[i].equals(Contacts.PHOTO_ID) && !TextUtils.isEmpty(value)) {
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 121 Contacts.PHOTO_ID,
193 public static final int PHOTO_ID = 6;
508 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 319 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " +
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
AttendeesView.java 69 Contacts.PHOTO_ID, // 2
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
ContactLoaderTest.java 296 Contacts.PHOTO_ID, Contacts.STARRED, Contacts.CONTACT_PRESENCE,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 119 Contacts.PHOTO_ID,
153 Contacts.PHOTO_ID,
191 Contacts.PHOTO_ID,
231 Contacts.PHOTO_ID,
344 Contacts.PHOTO_ID,
413 Contacts.PHOTO_ID,
497 Contacts.PHOTO_ID,
576 PhoneLookup.PHOTO_ID,
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 560 .add(Contacts.PHOTO_ID)
    [all...]
ContactsDatabaseHelper.java     [all...]

Completed in 980 milliseconds

1 2