Searched defs:photoFileId (Results 1 – 9 of 9) 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 | 7200 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/ |
| D | AccountImageHelper.java | 66 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 | 1988 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/ |
| D | PhotoEditorView.java | 139 final Integer photoFileId = values.getAsInteger(Photo.PHOTO_FILE_ID); in setValues() local
|
| D | CompactPhotoEditorView.java | 129 final Long photoFileId = EditorUiUtils.getPhotoFileId(valuesDelta); in setPhoto() local
|
| D | CompactPhotoSelectionFragment.java | 231 final Long photoFileId = EditorUiUtils.getPhotoFileId(photo.valuesDelta); in getView() local
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
| D | AbstractContactAggregator.java | 1474 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()
|