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

1 2

  /packages/apps/Dialer/src/com/android/dialer/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 45 StructuredPostal.PHOTO_ID, // 4
54 StructuredPostal.PHOTO_ID, // 4
EmailAddressListAdapter.java 46 Email.PHOTO_ID, // 4
55 Email.PHOTO_ID, // 4
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListAdapter.java 46 Contacts.PHOTO_ID, // 4
57 Contacts.PHOTO_ID, // 4
68 Contacts.PHOTO_ID, // 4
80 Contacts.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 169 Contacts.PHOTO_ID,
LoaderRetained.java 174 Contacts.PHOTO_ID,
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java 74 // Metadata.PHOTO_ID is a foreign key to Photos._ID
75 { Metadata.PHOTO_ID, "INTEGER NOT NULL" },
78 createUniqueConstraint(Metadata.PHOTO_ID, Metadata.KEY),
PhotoProvider.java 174 /** Foreign key to photo_id. Long value. */
175 public static final String PHOTO_ID = "photo_id";
214 protected static final String WHERE_METADATA_ID = Metadata.PHOTO_ID + " = ? AND "
424 values.getAsString(Metadata.PHOTO_ID), values.getAsString(Metadata.KEY),
462 return nestWhere(Metadata.PHOTO_ID, Photos.TABLE, where);
  /packages/apps/Gallery2/tests/src/com/android/photos/data/
PhotoDatabaseUtils.java 43 Metadata.PHOTO_ID,
124 values.put(Metadata.PHOTO_ID, photosId);
PhotoProviderTest.java 53 private static final String WHERE_METADATA_PHOTOS_ID = Metadata.PHOTO_ID + " = ?";
54 private static final String WHERE_METADATA = Metadata.PHOTO_ID + " = ? AND " + Metadata.KEY
268 metadata.put(Metadata.PHOTO_ID, mPhotoId);
351 values.put(Metadata.PHOTO_ID, mPhotoId);
  /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 149 Contacts.PHOTO_ID,
154 final int PHOTO_ID = 2;
348 displayNameSelection + " AND " + Contacts.PHOTO_ID + " IS NULL AND "
482 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/model/
ContactLoader.java 122 Contacts.PHOTO_ID,
194 public static final int PHOTO_ID = 6;
509 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 317 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " +
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
AttendeesView.java 69 Contacts.PHOTO_ID, // 2

Completed in 522 milliseconds

1 2