Home
last modified time | relevance | path

Searched defs:photoFileId (Results 1 – 7 of 7) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPhotoStoreTest.java130 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
DContactsProvider2Test.java7306 long photoFileId = getStoredLongValue(Data.CONTENT_URI, Data._ID + "=?", in testGetPhotoUri() local
7537 String photoFileId = getStoredValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId), in testPhotoUriForDisplayPhoto() local
7842 Long photoFileId = getStoredLongValue(contactUri, Contacts.PHOTO_FILE_ID); in testOverwritePhotoWithThumbnail() local
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DAccountImageHelper.java64 int photoFileId = 0; in getAccountPictureUri() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandlerForPhoto.java151 long photoFileId = mPhotoStore.insert(processor); in processPhoto() local
DContactsProvider2.java1997 long photoFileId = c.getLong(1); in cleanupPhotoStore() local
2020 long photoFileId = c.getLong(2); in cleanupPhotoStore() local
3129 long photoFileId = mPhotoStore.get().insert(processor, true); in processStreamItemPhoto() local
8743 long photoFileId = c.getLong(0); in openAssetFileInner() local
8762 long photoFileId = c.getLong(0); in openAssetFileInner() local
8802 long photoFileId = in openAssetFileInner() local
8823 long photoFileId = c.getLong(c.getColumnIndex(Contacts.PHOTO_FILE_ID)); in openAssetFileInner() local
8850 long photoFileId = 0; in openAssetFileInner() local
8871 long photoFileId = ContentUris.parseId(uri); in openAssetFileInner() local
9080 long photoFileId) throws FileNotFoundException { in openDisplayPhotoForRead()
[all …]
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoEditorView.java126 final Long photoFileId = EditorUiUtils.getPhotoFileId(valuesDelta); in setPhoto() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1479 long photoFileId = c.getLong(RawContactsQuery.PHOTO_FILE_ID); in computeAggregateData() local
1643 long photoFileId = c.getLong(PhotoIdQuery.PHOTO_FILE_ID); in updatePhotoId() local
1719 private PhotoEntry getPhotoMetadata(SQLiteDatabase db, long photoFileId) { in getPhotoMetadata()