Home
last modified time | relevance | path

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

/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.java650 .add(Contacts.PHOTO_FILE_ID)
959 .add(PhoneLookup.PHOTO_FILE_ID, "contacts_view." + Contacts.PHOTO_FILE_ID)
1120 .add(StreamItemPhotos.PHOTO_FILE_ID)
1122 "'" + DisplayPhoto.CONTENT_URI + "'||'/'||" + StreamItemPhotos.PHOTO_FILE_ID)
2068 Cursor c = db.query(Views.DATA, new String[] {Data._ID, Photo.PHOTO_FILE_ID}, in cleanupPhotoStore()
2070 + Photo.PHOTO_FILE_ID + " IS NOT NULL", null, null, null, null); in cleanupPhotoStore()
2090 StreamItemPhotos.PHOTO_FILE_ID in cleanupPhotoStore()
2122 updateValues.putNull(Photo.PHOTO_FILE_ID); in cleanupPhotoStore()
3402 values.put(StreamItemPhotos.PHOTO_FILE_ID, photoFileId); in processStreamItemPhoto()
9117 new String[] {Contacts.PHOTO_FILE_ID}, in openAssetFileInner()
[all …]
DContactsDatabaseHelper.java451 + Contacts.PHOTO_FILE_ID;
699 + StreamItemPhotos.PHOTO_FILE_ID;
1269 Contacts.PHOTO_FILE_ID + " INTEGER REFERENCES photo_files(_id)," + in onCreate()
1379 StreamItemPhotos.PHOTO_FILE_ID + " INTEGER NOT NULL, " + in onCreate()
1912 + Contacts.PHOTO_FILE_ID + ", " in createContactsViews()
2195 return "(CASE WHEN " + Contacts.PHOTO_FILE_ID + " IS NULL THEN (CASE WHEN " in buildDisplayPhotoUriAlias()
2202 + Contacts.PHOTO_FILE_ID + " END)" in buildDisplayPhotoUriAlias()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java325 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " + in AbstractContactAggregator()
1276 + Photo.PHOTO_FILE_ID + ","
1312 int PHOTO_FILE_ID = 16; field
1322 + Contacts.PHOTO_FILE_ID + "=?, "
1338 + Contacts.PHOTO_FILE_ID + ", "
1353 int PHOTO_FILE_ID = 3; field
1477 long photoFileId = c.getLong(RawContactsQuery.PHOTO_FILE_ID); in computeAggregateData()
1520 statement.bindLong(ContactReplaceSqlStatement.PHOTO_FILE_ID, bestPhotoFileId); in computeAggregateData()
1522 statement.bindNull(ContactReplaceSqlStatement.PHOTO_FILE_ID); in computeAggregateData()
1603 Photo.PHOTO_FILE_ID,
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
DEnterpriseContactsCursorWrapper.java96 case Data.PHOTO_FILE_ID: in getString()
134 case Data.PHOTO_FILE_ID: in getLong()
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DPhotoDataItem.java34 return getContentValues().getAsLong(Photo.PHOTO_FILE_ID); in getPhotoFileId()
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DPhotoDataItem.java33 return getContentValues().getAsLong(Photo.PHOTO_FILE_ID); in getPhotoFileId()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DEnterpriseContactsCursorWrapperTest.java41 /* column 9 */ PhoneLookup.PHOTO_FILE_ID, in testWrappedResults()
DContactsProvider2Test.java445 Contacts.PHOTO_FILE_ID, in testContactsProjection()
486 Contacts.PHOTO_FILE_ID, in testContactsStrequentProjection()
531 Contacts.PHOTO_FILE_ID, in testContactsStrequentPhoneOnlyProjection()
580 Contacts.PHOTO_FILE_ID, in testContactsWithSnippetProjection()
711 Contacts.PHOTO_FILE_ID, in testDataProjection()
793 Contacts.PHOTO_FILE_ID, in testDistinctDataProjection()
887 Contacts.PHOTO_FILE_ID, in testEntityProjection()
980 PhoneLookup.PHOTO_FILE_ID, in testPhoneLookupProjection()
1016 PhoneLookup.PHOTO_FILE_ID, in testPhoneLookupEnterpriseProjection()
1047 PhoneLookup.PHOTO_FILE_ID, in testSipPhoneLookupProjection()
[all …]
DContactsDatabaseHelperUpgradeTest.java339 new TableColumn(Contacts.PHOTO_FILE_ID, INTEGER, false, null),
421 new TableColumn(StreamItemPhotos.PHOTO_FILE_ID, INTEGER, true, null),
DBaseContactsProvider2Test.java639 Contacts.PHOTO_FILE_ID); in queryPhotoFileId()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorUiUtils.java237 return valuesDelta.getAsLong(Photo.PHOTO_FILE_ID); in getPhotoFileId()
DRawContactEditorView.java324 mPhotoValuesDelta.put(Photo.PHOTO_FILE_ID, (String) null); in removePhoto()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1104 Photo.PHOTO_FILE_ID); in testChooseLargerPhotoByDimensions()
1126 Photo.PHOTO_FILE_ID); in testChooseLargerPhotoByFileSize()
1149 Photo.PHOTO_FILE_ID); in testChooseFilePhotoOverThumbnail()
1176 Photo.PHOTO_FILE_ID); in testFallbackToAccountPriorityForSamePhoto()
DContactAggregator2Test.java1102 Photo.PHOTO_FILE_ID); in testChooseLargerPhotoByDimensions()
1124 Photo.PHOTO_FILE_ID); in testChooseLargerPhotoByFileSize()
1147 Photo.PHOTO_FILE_ID); in testChooseFilePhotoOverThumbnail()
1174 Photo.PHOTO_FILE_ID); in testFallbackToAccountPriorityForSamePhoto()