HomeSort by relevance Sort by last modified time
    Searched refs:PHOTO_ID (Results 1 - 25 of 42) 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 169 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 73 Phone.PHOTO_ID, // 6
85 Phone.PHOTO_ID, // 6
96 public static final int PHOTO_ID = 6;
346 bindQuickContact(view, partition, cursor, PhoneQuery.PHOTO_ID,
418 if (!cursor.isNull(PhoneQuery.PHOTO_ID)) {
419 photoId = cursor.getLong(PhoneQuery.PHOTO_ID);
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/Dialer/src/com/android/dialer/dialpad/
SmartDialCursorLoader.java 96 row[PhoneQuery.PHOTO_ID] = contact.photoId;
  /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/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/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 103 static final String PHOTO_ID = "photo_id";
139 Phone.PHOTO_ID, // 7
353 SmartDialDbColumns.PHOTO_ID + " INTEGER, " +
612 SmartDialDbColumns.PHOTO_ID + ", " +
    [all...]
  /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/UnifiedEmail/src/com/android/mail/
SenderInfoLoader.java 55 Email.PHOTO_ID, // 4
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 122 Contacts.PHOTO_ID,
194 public static final int PHOTO_ID = 6;
613 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 320 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " +
    [all...]

Completed in 558 milliseconds

1 2