Home
last modified time | relevance | path

Searched defs:photoFileId (Results 1 – 6 of 6) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPhotoStoreTest.java131 long photoFileId = mPhotoStore.insert(newPhotoProcessor(photo, false)); in runStorageTestForResource() local
161 long photoFileId = mPhotoStore.insert(newPhotoProcessor(photo, true)); in runStorageTestForResourceWithCrop() local
178 long photoFileId = mPhotoStore.insert(newPhotoProcessor(photo, false)); in testRemoveEntry() local
205 long photoFileId = mPhotoStore.insert( in testCleanup() local
DContactsProvider2Test.java7162 long photoFileId = getStoredLongValue(Data.CONTENT_URI, Data._ID + "=?", in testGetPhotoUri() local
7393 String photoFileId = getStoredValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId), in testPhotoUriForDisplayPhoto() local
7747 Long photoFileId = getStoredLongValue(contactUri, Contacts.PHOTO_FILE_ID); in testOverwritePhotoWithThumbnail() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandlerForPhoto.java151 long photoFileId = mPhotoStore.insert(processor); in processPhoto() local
DContactsProvider2.java2076 long photoFileId = c.getLong(1); in cleanupPhotoStore() local
2099 long photoFileId = c.getLong(2); in cleanupPhotoStore() local
3400 long photoFileId = mPhotoStore.get().insert(processor, true); in processStreamItemPhoto() local
9122 long photoFileId = c.getLong(0); in openAssetFileInner() local
9141 long photoFileId = c.getLong(0); in openAssetFileInner() local
9181 long photoFileId = in openAssetFileInner() local
9202 long photoFileId = c.getLong(c.getColumnIndex(Contacts.PHOTO_FILE_ID)); in openAssetFileInner() local
9229 long photoFileId = 0; in openAssetFileInner() local
9250 long photoFileId = ContentUris.parseId(uri); in openAssetFileInner() local
9463 long photoFileId) throws FileNotFoundException { in openDisplayPhotoForRead()
[all …]
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoEditorView.java126 final Long photoFileId = EditorUiUtils.getPhotoFileId(valuesDelta); in setPhoto() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1477 long photoFileId = c.getLong(RawContactsQuery.PHOTO_FILE_ID); in computeAggregateData() local
1641 long photoFileId = c.getLong(PhotoIdQuery.PHOTO_FILE_ID); in updatePhotoId() local
1717 private PhotoEntry getPhotoMetadata(SQLiteDatabase db, long photoFileId) { in getPhotoMetadata()