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.java6348 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/
DAccountImageHelper.java70 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.java1886 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/
DPhotoEditorView.java141 final Integer photoFileId = values.getAsInteger(Photo.PHOTO_FILE_ID); in setValues() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java2201 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()