Searched refs:PHOTO_FILE_ID (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DPhotoDataItem.java34 return getContentValues().getAsLong(Photo.PHOTO_FILE_ID);
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
H A DPhotoDataItem.java33 return getContentValues().getAsLong(Photo.PHOTO_FILE_ID);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForPhoto.java119 values.putNull(Photo.PHOTO_FILE_ID);
153 values.put(Photo.PHOTO_FILE_ID, photoFileId);
155 values.putNull(Photo.PHOTO_FILE_ID);
H A DContactsProvider2.java684 .add(Contacts.PHOTO_FILE_ID)
995 .add(PhoneLookup.PHOTO_FILE_ID, "contacts_view." + Contacts.PHOTO_FILE_ID)
1159 .add(StreamItemPhotos.PHOTO_FILE_ID)
1161 "'" + DisplayPhoto.CONTENT_URI + "'||'/'||" + StreamItemPhotos.PHOTO_FILE_ID)
1988 Cursor c = db.query(Views.DATA, new String[] {Data._ID, Photo.PHOTO_FILE_ID},
1990 + Photo.PHOTO_FILE_ID + " IS NOT NULL", null, null, null, null);
2010 StreamItemPhotos.PHOTO_FILE_ID
2042 updateValues.putNull(Photo.PHOTO_FILE_ID);
3130 values.put(StreamItemPhotos.PHOTO_FILE_ID, photoFileI
[all...]
H A DContactsDatabaseHelper.java423 + Contacts.PHOTO_FILE_ID;
688 + StreamItemPhotos.PHOTO_FILE_ID;
1267 Contacts.PHOTO_FILE_ID + " INTEGER REFERENCES photo_files(_id)," +
1377 StreamItemPhotos.PHOTO_FILE_ID + " INTEGER NOT NULL, " +
1956 + Contacts.PHOTO_FILE_ID + ", "
2299 return "(CASE WHEN " + Contacts.PHOTO_FILE_ID + " IS NULL THEN (CASE WHEN "
2306 + Contacts.PHOTO_FILE_ID + " END)"
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DAccountImageHelper.java41 ContactsContract.Data.PHOTO_FILE_ID
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
H A DEnterpriseContactsCursorWrapper.java96 case Data.PHOTO_FILE_ID:
134 case Data.PHOTO_FILE_ID:
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java328 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " +
1278 + Photo.PHOTO_FILE_ID + ","
1314 int PHOTO_FILE_ID = 16; field in interface:AbstractContactAggregator.RawContactsQuery
1324 + Contacts.PHOTO_FILE_ID + "=?, "
1340 + Contacts.PHOTO_FILE_ID + ", "
1355 int PHOTO_FILE_ID = 3; field in interface:AbstractContactAggregator.ContactReplaceSqlStatement
1479 long photoFileId = c.getLong(RawContactsQuery.PHOTO_FILE_ID);
1522 statement.bindLong(ContactReplaceSqlStatement.PHOTO_FILE_ID, bestPhotoFileId);
1524 statement.bindNull(ContactReplaceSqlStatement.PHOTO_FILE_ID);
1605 Photo.PHOTO_FILE_ID,
1611 int PHOTO_FILE_ID = 3; field in interface:AbstractContactAggregator.PhotoIdQuery
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DEnterpriseContactsCursorWrapperTest.java43 /* column 9 */ PhoneLookup.PHOTO_FILE_ID,
74 null, // PhoneLookup.PHOTO_FILE_ID,
97 1001, // PhoneLookup.PHOTO_FILE_ID,
120 null, // PhoneLookup.PHOTO_FILE_ID,
143 null, // PhoneLookup.PHOTO_FILE_ID,
166 123L, // PhoneLookup.PHOTO_FILE_ID,
H A DContactsDatabaseHelperUpgradeTest.java243 new TableColumn(Contacts.PHOTO_FILE_ID, INTEGER, false, null),
325 new TableColumn(StreamItemPhotos.PHOTO_FILE_ID, INTEGER, true, null),
H A DContactsProvider2Test.java201 Contacts.PHOTO_FILE_ID,
242 Contacts.PHOTO_FILE_ID,
287 Contacts.PHOTO_FILE_ID,
336 Contacts.PHOTO_FILE_ID,
465 Contacts.PHOTO_FILE_ID,
545 Contacts.PHOTO_FILE_ID,
637 Contacts.PHOTO_FILE_ID,
728 PhoneLookup.PHOTO_FILE_ID,
762 PhoneLookup.PHOTO_FILE_ID,
791 PhoneLookup.PHOTO_FILE_ID,
[all...]
H A DBaseContactsProvider2Test.java621 Contacts.PHOTO_FILE_ID);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorUiUtils.java229 /** Returns the {@link Photo#PHOTO_FILE_ID} from the given ValuesDelta. */
233 return valuesDelta.getAsLong(Photo.PHOTO_FILE_ID);
H A DRawContactEditorView.java314 mPhotoValuesDelta.put(Photo.PHOTO_FILE_ID, (String) null);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2Test.java1190 Photo.PHOTO_FILE_ID);
1212 Photo.PHOTO_FILE_ID);
1235 Photo.PHOTO_FILE_ID);
1262 Photo.PHOTO_FILE_ID);
H A DContactAggregatorTest.java1182 Photo.PHOTO_FILE_ID);
1204 Photo.PHOTO_FILE_ID);
1227 Photo.PHOTO_FILE_ID);
1254 Photo.PHOTO_FILE_ID);

Completed in 459 milliseconds