Searched defs:photoFileId (Results 1 – 7 of 7) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | PhotoStoreTest.java | 130 long photoFileId = mPhotoStore.insert(newPhotoProcessor(photo, false)); in runStorageTestForResource() local 160 long photoFileId = mPhotoStore.insert(newPhotoProcessor(photo, true)); in runStorageTestForResourceWithCrop() local 177 long photoFileId = mPhotoStore.insert(newPhotoProcessor(photo, false)); in testRemoveEntry() local 204 long photoFileId = mPhotoStore.insert( in testCleanup() local
|
D | ContactsProvider2Test.java | 6348 long photoFileId = getStoredLongValue(Data.CONTENT_URI, Data._ID + "=?", in testGetPhotoUri() local 6579 String photoFileId = getStoredValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId), in testPhotoUriForDisplayPhoto() local 6884 Long photoFileId = getStoredLongValue(contactUri, Contacts.PHOTO_FILE_ID); in testOverwritePhotoWithThumbnail() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
D | AccountImageHelper.java | 70 int photoFileId = 0; in getAccountPictureUri() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandlerForPhoto.java | 151 long photoFileId = mPhotoStore.insert(processor); in processPhoto() local
|
D | ContactsProvider2.java | 1886 long photoFileId = c.getLong(1); in cleanupPhotoStore() local 1909 long photoFileId = c.getLong(2); in cleanupPhotoStore() local 2928 long photoFileId = mPhotoStore.get().insert(processor, true); in processStreamItemPhoto() local 7819 long photoFileId = c.getLong(0); in openAssetFileInner() local 7838 long photoFileId = c.getLong(0); in openAssetFileInner() local 7878 long photoFileId = in openAssetFileInner() local 7899 long photoFileId = c.getLong(c.getColumnIndex(Contacts.PHOTO_FILE_ID)); in openAssetFileInner() local 7926 long photoFileId = 0; in openAssetFileInner() local 7947 long photoFileId = ContentUris.parseId(uri); in openAssetFileInner() local 8078 long photoFileId) throws FileNotFoundException { in openDisplayPhotoForRead() [all …]
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | PhotoEditorView.java | 141 final Integer photoFileId = values.getAsInteger(Photo.PHOTO_FILE_ID); in setValues() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 2201 long photoFileId = c.getLong(RawContactsQuery.PHOTO_FILE_ID); in computeAggregateData() local 2364 long photoFileId = c.getLong(PhotoIdQuery.PHOTO_FILE_ID); in updatePhotoId() local 2440 private PhotoEntry getPhotoMetadata(SQLiteDatabase db, long photoFileId) { in getPhotoMetadata()
|