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/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListAdapter.java48 Contacts.PHOTO_ID, // 4
59 Contacts.PHOTO_ID, // 4
70 Contacts.PHOTO_ID, // 4
82 Contacts.PHOTO_ID, // 4
H A DPhoneNumberListAdapter.java76 Phone.PHOTO_ID, // 6
88 Phone.PHOTO_ID, // 6
99 public static final int PHOTO_ID = 6; field in class:PhoneNumberListAdapter.PhoneQuery
367 bindQuickContact(view, partition, cursor, PhoneQuery.PHOTO_ID,
436 if (!cursor.isNull(PhoneQuery.PHOTO_ID)) {
437 photoId = cursor.getLong(PhoneQuery.PHOTO_ID);
H A DShortcutIntentBuilder.java58 Contacts.PHOTO_ID,
68 Phone.PHOTO_ID,
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DSmartDialCursorLoader.java94 row[PhoneQuery.PHOTO_ID] = contact.photoId;
/packages/apps/Contacts/src/com/android/contacts/list/
H A DEmailAddressListAdapter.java47 Email.PHOTO_ID, // 4
57 Email.PHOTO_ID, // 4
H A DPostalAddressListAdapter.java46 StructuredPostal.PHOTO_ID, // 4
56 StructuredPostal.PHOTO_ID, // 4
/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
427 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.java103 static final String PHOTO_ID = "photo_id"; field in interface:DialerDatabaseHelper.SmartDialDbColumns
139 Phone.PHOTO_ID, // 7
364 SmartDialDbColumns.PHOTO_ID + " INTEGER, " +
628 SmartDialDbColumns.PHOTO_ID + ", " +
928 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.java152 Contacts.PHOTO_ID,
157 final int PHOTO_ID = 2; field in interface:ConfirmAddDetailActivity.ContactQuery
354 displayNameSelection + " AND " + Contacts.PHOTO_ID + " IS NULL AND "
490 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.java56 Email.PHOTO_ID, // 3
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java336 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " +
2045 + Contacts.PHOTO_ID + "=?, "
2061 + Contacts.PHOTO_ID + ", "
2076 int PHOTO_ID = 2; field in interface:ContactAggregator.ContactReplaceSqlStatement
2238 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId);
2240 statement.bindNull(ContactReplaceSqlStatement.PHOTO_ID);
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactPhotoManager.java1390 cursor = mResolver.query(uri, new String[] { Contacts.PHOTO_ID },
1391 Contacts.PHOTO_ID + " NOT NULL AND " + Contacts.PHOTO_ID + "!=0",
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java123 Contacts.PHOTO_ID,
195 public static final int PHOTO_ID = 6; field in class:ContactLoader.ContactQuery
633 final long photoId = cursor.getLong(ContactQuery.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/ContactsCommon/tests/src/com/android/contacts/common/model/
H A DContactLoaderTest.java309 Contacts.PHOTO_ID, Contacts.STARRED, Contacts.CONTACT_PRESENCE,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java624 .add(Contacts.PHOTO_ID)
919 .add(PhoneLookup.PHOTO_ID, "contacts_view." + Contacts.PHOTO_ID)
4892 " OR (" + Contacts.PHOTO_ID + " NOT NULL AND " +
4893 Contacts.PHOTO_ID + " NOT IN " +
5256 lookupQb.appendWhere(" AND " + Data._ID + "=" + Contacts.PHOTO_ID);
5275 qb.appendWhere(" AND " + Data._ID + "=" + Contacts.PHOTO_ID);
5574 qb.appendWhere(" AND " + Data._ID + "=" + Contacts.PHOTO_ID);
6161 qb.appendWhere(" AND " + Data._ID + "=" + Contacts.PHOTO_ID);
6592 case PhoneLookup.PHOTO_ID
[all...]

Completed in 357 milliseconds

12