Home
last modified time | relevance | path

Searched refs:PHOTO_FILE_ID (Results 1 – 10 of 10) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java336 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " + in ContactAggregator()
2001 + Photo.PHOTO_FILE_ID +
2037 int PHOTO_FILE_ID = 17; field
2046 + Contacts.PHOTO_FILE_ID + "=?, "
2062 + Contacts.PHOTO_FILE_ID + ", "
2077 int PHOTO_FILE_ID = 3; field
2201 long photoFileId = c.getLong(RawContactsQuery.PHOTO_FILE_ID); in computeAggregateData()
2244 statement.bindLong(ContactReplaceSqlStatement.PHOTO_FILE_ID, bestPhotoFileId); in computeAggregateData()
2246 statement.bindNull(ContactReplaceSqlStatement.PHOTO_FILE_ID); in computeAggregateData()
2326 Photo.PHOTO_FILE_ID,
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandlerForPhoto.java119 values.putNull(Photo.PHOTO_FILE_ID); in preProcessPhoto()
153 values.put(Photo.PHOTO_FILE_ID, photoFileId); in processPhoto()
155 values.putNull(Photo.PHOTO_FILE_ID); in processPhoto()
DContactsProvider2.java625 .add(Contacts.PHOTO_FILE_ID)
920 .add(PhoneLookup.PHOTO_FILE_ID, "contacts_view." + Contacts.PHOTO_FILE_ID)
1084 .add(StreamItemPhotos.PHOTO_FILE_ID)
1086 "'" + DisplayPhoto.CONTENT_URI + "'||'/'||" + StreamItemPhotos.PHOTO_FILE_ID)
1878 Cursor c = db.query(Views.DATA, new String[] {Data._ID, Photo.PHOTO_FILE_ID}, in cleanupPhotoStore()
1880 + Photo.PHOTO_FILE_ID + " IS NOT NULL", null, null, null, null); in cleanupPhotoStore()
1900 StreamItemPhotos.PHOTO_FILE_ID in cleanupPhotoStore()
1932 updateValues.putNull(Photo.PHOTO_FILE_ID); in cleanupPhotoStore()
2930 values.put(StreamItemPhotos.PHOTO_FILE_ID, photoFileId); in processStreamItemPhoto()
6591 case PhoneLookup.PHOTO_FILE_ID: in rewriteCorpPhoneLookup()
[all …]
DContactsDatabaseHelper.java383 + Contacts.PHOTO_FILE_ID;
637 + StreamItemPhotos.PHOTO_FILE_ID;
1176 Contacts.PHOTO_FILE_ID + " INTEGER REFERENCES photo_files(_id)," + in onCreate()
1268 StreamItemPhotos.PHOTO_FILE_ID + " INTEGER NOT NULL, " + in onCreate()
1838 + Contacts.PHOTO_FILE_ID + ", " in createContactsViews()
2112 return "(CASE WHEN " + Contacts.PHOTO_FILE_ID + " IS NULL THEN (CASE WHEN " in buildDisplayPhotoUriAlias()
2119 + Contacts.PHOTO_FILE_ID + " END)" in buildDisplayPhotoUriAlias()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java147 Contacts.PHOTO_FILE_ID, in testContactsProjection()
188 Contacts.PHOTO_FILE_ID, in testContactsStrequentProjection()
233 Contacts.PHOTO_FILE_ID, in testContactsStrequentPhoneOnlyProjection()
282 Contacts.PHOTO_FILE_ID, in testContactsWithSnippetProjection()
408 Contacts.PHOTO_FILE_ID, in testDataProjection()
486 Contacts.PHOTO_FILE_ID, in testDistinctDataProjection()
577 Contacts.PHOTO_FILE_ID, in testEntityProjection()
659 PhoneLookup.PHOTO_FILE_ID, in testPhoneLookupProjection()
685 PhoneLookup.PHOTO_FILE_ID, in testPhoneLookupEnterpriseProjection()
1935 PhoneLookup.PHOTO_FILE_ID, in testRewriteCorpPhoneLookup()
[all …]
DBaseContactsProvider2Test.java603 Contacts.PHOTO_FILE_ID); in queryPhotoFileId()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1189 Photo.PHOTO_FILE_ID); in testChooseLargerPhotoByDimensions()
1211 Photo.PHOTO_FILE_ID); in testChooseLargerPhotoByFileSize()
1234 Photo.PHOTO_FILE_ID); in testChooseFilePhotoOverThumbnail()
1261 Photo.PHOTO_FILE_ID); in testFallbackToAccountPriorityForSamePhoto()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DPhotoDataItem.java34 return getContentValues().getAsLong(Photo.PHOTO_FILE_ID); in getPhotoFileId()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DAccountImageHelper.java47 ContactsContract.Data.PHOTO_FILE_ID
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoEditorView.java141 final Integer photoFileId = values.getAsInteger(Photo.PHOTO_FILE_ID); in setValues()