/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandlerForPhoto.java | 119 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()
|
D | ContactsProvider2.java | 650 .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 …]
|
D | ContactsDatabaseHelper.java | 451 + 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/ |
D | AbstractContactAggregator.java | 325 " 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/ |
D | EnterpriseContactsCursorWrapper.java | 96 case Data.PHOTO_FILE_ID: in getString() 134 case Data.PHOTO_FILE_ID: in getLong()
|
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/ |
D | PhotoDataItem.java | 34 return getContentValues().getAsLong(Photo.PHOTO_FILE_ID); in getPhotoFileId()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/ |
D | PhotoDataItem.java | 33 return getContentValues().getAsLong(Photo.PHOTO_FILE_ID); in getPhotoFileId()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | EnterpriseContactsCursorWrapperTest.java | 41 /* column 9 */ PhoneLookup.PHOTO_FILE_ID, in testWrappedResults()
|
D | ContactsProvider2Test.java | 445 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 …]
|
D | ContactsDatabaseHelperUpgradeTest.java | 339 new TableColumn(Contacts.PHOTO_FILE_ID, INTEGER, false, null), 421 new TableColumn(StreamItemPhotos.PHOTO_FILE_ID, INTEGER, true, null),
|
D | BaseContactsProvider2Test.java | 639 Contacts.PHOTO_FILE_ID); in queryPhotoFileId()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | EditorUiUtils.java | 237 return valuesDelta.getAsLong(Photo.PHOTO_FILE_ID); in getPhotoFileId()
|
D | RawContactEditorView.java | 324 mPhotoValuesDelta.put(Photo.PHOTO_FILE_ID, (String) null); in removePhoto()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 1104 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()
|
D | ContactAggregator2Test.java | 1102 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()
|