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

12

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DPhoneQuery.java45 PhoneLookup.PHOTO_ID,
62 PhoneLookup.PHOTO_ID,
84 public static final int PHOTO_ID = 6; field in class:PhoneQuery
/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.java47 Contacts.PHOTO_ID, // 4
59 Contacts.PHOTO_ID, // 4
71 Contacts.PHOTO_ID, // 4
86 Contacts.PHOTO_ID, // 4
H A DPhoneNumberListAdapter.java106 Phone.PHOTO_ID, // 6
128 Phone.PHOTO_ID, // 6
149 public static final int PHOTO_ID = 6; field in class:PhoneNumberListAdapter.PhoneQuery
448 bindQuickContact(view, partition, cursor, PhoneQuery.PHOTO_ID,
540 if (!cursor.isNull(PhoneQuery.PHOTO_ID)) {
541 photoId = cursor.getLong(PhoneQuery.PHOTO_ID);
H A DShortcutIntentBuilder.java58 Contacts.PHOTO_ID,
68 Phone.PHOTO_ID,
/packages/apps/Dialer/tests/src/com/android/dialer/database/
H A DDatabaseTestUtils.java44 Phone.PHOTO_ID, // 7
/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/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
H A DEnterpriseContactsCursorWrapper.java97 case Data.PHOTO_ID:
135 case Data.PHOTO_ID:
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DSmartDialCursorLoader.java103 row[PhoneQuery.PHOTO_ID] = contact.photoId;
/packages/apps/Email/src/com/android/email/activity/
H A DContactStatusLoader.java46 Contacts.PHOTO_ID,
/packages/apps/EmergencyInfo/src/com/android/emergency/
H A DEmergencyContactManager.java51 ContactsContract.CommonDataKinds.Photo.PHOTO_ID},
/packages/apps/Dialer/src/com/android/dialer/database/
H A DDialerDatabaseHelper.java114 static final String PHOTO_ID = "photo_id"; field in interface:DialerDatabaseHelper.SmartDialDbColumns
151 Phone.PHOTO_ID, // 7
404 + SmartDialDbColumns.PHOTO_ID + " INTEGER, "
765 SmartDialDbColumns.PHOTO_ID + ", " +
1086 SmartDialDbColumns.PHOTO_ID + ", " +
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java296 Data.PHOTO_ID,
311 public static final int PHOTO_ID = 3; field in class:AggregationSuggestionEngine.DataQuery
474 long photoId = mDataCursor.getLong(DataQuery.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/tests/src/com/android/providers/contacts/
H A DEnterpriseContactsCursorWrapperTest.java44 /* column 10 */ PhoneLookup.PHOTO_ID,
75 null, // PhoneLookup.PHOTO_ID,
98 1002, // PhoneLookup.PHOTO_ID,
121 null, // PhoneLookup.PHOTO_ID,
144 null, // PhoneLookup.PHOTO_ID,
167 null, // PhoneLookup.PHOTO_ID,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java327 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " +
1318 + Contacts.PHOTO_ID + "=?, "
1334 + Contacts.PHOTO_ID + ", "
1349 int PHOTO_ID = 2; field in interface:AbstractContactAggregator.ContactReplaceSqlStatement
1511 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId);
1513 statement.bindNull(ContactReplaceSqlStatement.PHOTO_ID);
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactPhotoManager.java1440 cursor = mResolver.query(uri, new String[] { Contacts.PHOTO_ID },
1441 Contacts.PHOTO_ID + " NOT NULL AND " + Contacts.PHOTO_ID + "!=0",
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java125 Contacts.PHOTO_ID,
207 public static final int PHOTO_ID = 6; field in class:ContactLoader.ContactQuery
651 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DAttendeesView.java69 Contacts.PHOTO_ID, // 2

Completed in 1184 milliseconds

12