Searched refs:PHOTO_ID (Results 1 - 25 of 30) sorted by relevance

12

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DPhoneQuery.java32 PhoneLookup.PHOTO_ID,
42 public static final int PHOTO_ID = 6; field in class:PhoneQuery
H A DContactInfoHelper.java169 info.photoId = phonesCursor.getLong(PhoneQuery.PHOTO_ID);
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactsListLoader.java36 Contacts.PHOTO_ID, // 7
/packages/apps/Contacts/src/com/android/contacts/list/
H A DPostalAddressListAdapter.java45 StructuredPostal.PHOTO_ID, // 4
54 StructuredPostal.PHOTO_ID, // 4
H A DEmailAddressListAdapter.java46 Email.PHOTO_ID, // 4
55 Email.PHOTO_ID, // 4
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListAdapter.java46 Contacts.PHOTO_ID, // 4
57 Contacts.PHOTO_ID, // 4
68 Contacts.PHOTO_ID, // 4
80 Contacts.PHOTO_ID, // 4
H A DPhoneNumberListAdapter.java73 Phone.PHOTO_ID, // 6
85 Phone.PHOTO_ID, // 6
96 public static final int PHOTO_ID = 6; field in class:PhoneNumberListAdapter.PhoneQuery
346 bindQuickContact(view, partition, cursor, PhoneQuery.PHOTO_ID,
418 if (!cursor.isNull(PhoneQuery.PHOTO_ID)) {
419 photoId = cursor.getLong(PhoneQuery.PHOTO_ID);
H A DShortcutIntentBuilder.java53 Contacts.PHOTO_ID,
61 Phone.PHOTO_ID,
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DSmartDialCursorLoader.java96 row[PhoneQuery.PHOTO_ID] = contact.photoId;
/packages/apps/Gallery2/src/com/android/photos/data/
H A DPhotoDatabase.java74 // Metadata.PHOTO_ID is a foreign key to Photos._ID
75 { Metadata.PHOTO_ID, "INTEGER NOT NULL" },
78 createUniqueConstraint(Metadata.PHOTO_ID, Metadata.KEY),
H A DPhotoProvider.java175 public static final String PHOTO_ID = "photo_id"; field in interface:PhotoProvider.Metadata
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/
H A DAggregationSuggestionEngine.java273 Data.PHOTO_ID,
288 public static final int PHOTO_ID = 3; field in class:AggregationSuggestionEngine.DataQuery
423 long photoId = mDataCursor.getLong(DataQuery.PHOTO_ID);
/packages/apps/Email/src/com/android/email/activity/
H A DContactStatusLoader.java46 Contacts.PHOTO_ID,
/packages/apps/Dialer/src/com/android/dialer/database/
H A DDialerDatabaseHelper.java102 static final String PHOTO_ID = "photo_id"; field in interface:DialerDatabaseHelper.SmartDialDbColumns
138 Phone.PHOTO_ID, // 7
352 SmartDialDbColumns.PHOTO_ID + " INTEGER, " +
611 SmartDialDbColumns.PHOTO_ID + ", " +
890 SmartDialDbColumns.PHOTO_ID + ", " +
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java98 Contacts.PHOTO_ID,
110 int PHOTO_ID = 2; field in interface:ContactHeaderWidget.ContactQuery
268 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java149 Contacts.PHOTO_ID,
154 final int PHOTO_ID = 2; field in interface:ConfirmAddDetailActivity.ContactQuery
348 displayNameSelection + " AND " + Contacts.PHOTO_ID + " IS NULL AND "
482 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
H A DResultActivity.java122 if (names[i].equals(Contacts.PHOTO_ID) && !TextUtils.isEmpty(value)) {
/packages/apps/UnifiedEmail/src/com/android/mail/
H A DSenderInfoLoader.java55 Email.PHOTO_ID, // 4
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java122 Contacts.PHOTO_ID,
194 public static final int PHOTO_ID = 6; field in class:ContactLoader.ContactQuery
613 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactPhotoManager.java996 cursor = mResolver.query(uri, new String[] { Contacts.PHOTO_ID },
997 Contacts.PHOTO_ID + " NOT NULL AND " + Contacts.PHOTO_ID + "!=0",
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java320 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " +
1779 + Contacts.PHOTO_ID + "=?, "
1795 + Contacts.PHOTO_ID + ", "
1810 int PHOTO_ID = 2; field in interface:ContactAggregator.ContactReplaceSqlStatement
1968 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId);
1970 statement.bindNull(ContactReplaceSqlStatement.PHOTO_ID);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DAttendeesView.java69 Contacts.PHOTO_ID, // 2
H A DEventLocationAdapter.java104 Contacts.PHOTO_ID,
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DContactLoaderTest.java296 Contacts.PHOTO_ID, Contacts.STARRED, Contacts.CONTACT_PRESENCE,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java603 .add(Contacts.PHOTO_ID)
896 .add(PhoneLookup.PHOTO_ID, "contacts_view." + Contacts.PHOTO_ID)
4858 " OR (" + Contacts.PHOTO_ID + " NOT NULL AND " +
4859 Contacts.PHOTO_ID + " NOT IN " +
5224 lookupQb.appendWhere(" AND " + Data._ID + "=" + Contacts.PHOTO_ID);
5243 qb.appendWhere(" AND " + Data._ID + "=" + Contacts.PHOTO_ID);
5541 qb.appendWhere(" AND " + Data._ID + "=" + Contacts.PHOTO_ID);
6123 qb.appendWhere(" AND " + Data._ID + "=" + Contacts.PHOTO_ID);
7588 Data._ID + "=" + Contacts.PHOTO_ID
[all...]

Completed in 533 milliseconds

12