Searched defs:photoFileId (Results  1 – 6 of 6) 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 | 7161         long photoFileId = getStoredLongValue(Data.CONTENT_URI, Data._ID + "=?",  in testGetPhotoUri()  local 7392         String photoFileId = getStoredValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId),  in testPhotoUriForDisplayPhoto()  local 7746         Long photoFileId = getStoredLongValue(contactUri, Contacts.PHOTO_FILE_ID);  in testOverwritePhotoWithThumbnail()  local
  | 
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ | 
| D | DataRowHandlerForPhoto.java | 151                 long photoFileId = mPhotoStore.insert(processor);  in processPhoto()  local
  | 
| D | ContactsProvider2.java | 2079                 long photoFileId = c.getLong(1);  in cleanupPhotoStore()  local 2102                 long photoFileId = c.getLong(2);  in cleanupPhotoStore()  local 3394             long photoFileId = mPhotoStore.get().insert(processor, true);  in processStreamItemPhoto()  local 9099                         long photoFileId = c.getLong(0);  in openAssetFileInner()  local 9118                         long photoFileId = c.getLong(0);  in openAssetFileInner()  local 9158                                 long photoFileId =  in openAssetFileInner()  local 9179                         long photoFileId = c.getLong(c.getColumnIndex(Contacts.PHOTO_FILE_ID));  in openAssetFileInner()  local 9206                 long photoFileId = 0;  in openAssetFileInner()  local 9227                 long photoFileId = ContentUris.parseId(uri);  in openAssetFileInner()  local 9440             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 | 1486                     long photoFileId = c.getLong(RawContactsQuery.PHOTO_FILE_ID);  in computeAggregateData()  local 1650                 long photoFileId = c.getLong(PhotoIdQuery.PHOTO_FILE_ID);  in updatePhotoId()  local 1726     private PhotoEntry getPhotoMetadata(SQLiteDatabase db, long photoFileId) {  in getPhotoMetadata()
  |