Searched refs:photoStore (Results 1 – 3 of 3) sorted by relevance
50 PhotoStore photoStore, int maxDisplayPhotoDim, int maxThumbnailPhotoDim) { in DataRowHandlerForPhoto() argument52 mPhotoStore = photoStore; in DataRowHandlerForPhoto()
1700 PhotoStore photoStore) { in initDataRowHandlers() argument1722 new DataRowHandlerForPhoto(context, dbHelper, contactAggregator, photoStore, in initDataRowHandlers()9154 PhotoStore photoStore = ContactsContract.isProfileId(mRawContactId) in doInBackground() local9157 long photoFileId = photoStore.insert(processor); in doInBackground()
7689 PhotoStore photoStore = provider.getPhotoStore(); in testPhotoStoreCleanup() local7744 photoStore.remove(streamItemPhotoFileId); in testPhotoStoreCleanup()7747 long bogusPhotoId = photoStore.insert(new PhotoProcessor(loadPhotoFromResource( in testPhotoStoreCleanup()7764 assertNull(photoStore.get(photoFileId2)); in testPhotoStoreCleanup()7772 assertNull(photoStore.get(bogusPhotoId)); in testPhotoStoreCleanup()