Home
last modified time | relevance | path

Searched defs:photoFileId (Results 1 – 9 of 9) 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.java7200 long photoFileId = getStoredLongValue(Data.CONTENT_URI, Data._ID + "=?", in testGetPhotoUri() local
7431 String photoFileId = getStoredValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId), in testPhotoUriForDisplayPhoto() local
7736 Long photoFileId = getStoredLongValue(contactUri, Contacts.PHOTO_FILE_ID); in testOverwritePhotoWithThumbnail() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DAccountImageHelper.java66 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.java1988 long photoFileId = c.getLong(1); in cleanupPhotoStore() local
2011 long photoFileId = c.getLong(2); in cleanupPhotoStore() local
3115 long photoFileId = mPhotoStore.get().insert(processor, true); in processStreamItemPhoto() local
8653 long photoFileId = c.getLong(0); in openAssetFileInner() local
8672 long photoFileId = c.getLong(0); in openAssetFileInner() local
8712 long photoFileId = in openAssetFileInner() local
8733 long photoFileId = c.getLong(c.getColumnIndex(Contacts.PHOTO_FILE_ID)); in openAssetFileInner() local
8760 long photoFileId = 0; in openAssetFileInner() local
8781 long photoFileId = ContentUris.parseId(uri); in openAssetFileInner() local
8980 long photoFileId) throws FileNotFoundException { in openDisplayPhotoForRead()
[all …]
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoEditorView.java139 final Integer photoFileId = values.getAsInteger(Photo.PHOTO_FILE_ID); in setValues() local
DCompactPhotoEditorView.java129 final Long photoFileId = EditorUiUtils.getPhotoFileId(valuesDelta); in setPhoto() local
DCompactPhotoSelectionFragment.java231 final Long photoFileId = EditorUiUtils.getPhotoFileId(photo.valuesDelta); in getView() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1474 long photoFileId = c.getLong(RawContactsQuery.PHOTO_FILE_ID); in computeAggregateData() local
1638 long photoFileId = c.getLong(PhotoIdQuery.PHOTO_FILE_ID); in updatePhotoId() local
1714 private PhotoEntry getPhotoMetadata(SQLiteDatabase db, long photoFileId) { in getPhotoMetadata()