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()
1628 PhotoStore photoStore) { in initDataRowHandlers() argument1650 new DataRowHandlerForPhoto(context, dbHelper, contactAggregator, photoStore, in initDataRowHandlers()8948 PhotoStore photoStore = ContactsContract.isProfileId(mRawContactId) in doInBackground() local8951 long photoFileId = photoStore.insert(processor); in doInBackground()
7687 PhotoStore photoStore = provider.getPhotoStore(); in testPhotoStoreCleanup() local7742 photoStore.remove(streamItemPhotoFileId); in testPhotoStoreCleanup()7745 long bogusPhotoId = photoStore.insert(new PhotoProcessor(loadPhotoFromResource( in testPhotoStoreCleanup()7762 assertNull(photoStore.get(photoFileId2)); in testPhotoStoreCleanup()7770 assertNull(photoStore.get(bogusPhotoId)); in testPhotoStoreCleanup()