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 | 7187 long photoFileId = getStoredLongValue(Data.CONTENT_URI, Data._ID + "=?", in testGetPhotoUri() local 7418 String photoFileId = getStoredValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId), in testPhotoUriForDisplayPhoto() local 7723 Long photoFileId = getStoredLongValue(contactUri, Contacts.PHOTO_FILE_ID); in testOverwritePhotoWithThumbnail() local
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
D | AccountImageHelper.java | 64 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 | 1939 long photoFileId = c.getLong(1); in cleanupPhotoStore() local 1962 long photoFileId = c.getLong(2); in cleanupPhotoStore() local 3071 long photoFileId = mPhotoStore.get().insert(processor, true); in processStreamItemPhoto() local 8599 long photoFileId = c.getLong(0); in openAssetFileInner() local 8618 long photoFileId = c.getLong(0); in openAssetFileInner() local 8658 long photoFileId = in openAssetFileInner() local 8679 long photoFileId = c.getLong(c.getColumnIndex(Contacts.PHOTO_FILE_ID)); in openAssetFileInner() local 8706 long photoFileId = 0; in openAssetFileInner() local 8727 long photoFileId = ContentUris.parseId(uri); in openAssetFileInner() local 8936 long photoFileId) throws FileNotFoundException { in openDisplayPhotoForRead() [all …]
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | PhotoEditorView.java | 126 final Long photoFileId = EditorUiUtils.getPhotoFileId(valuesDelta); in setPhoto() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 1479 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()
|