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()
1734 PhotoStore photoStore) { in initDataRowHandlers() argument1756 new DataRowHandlerForPhoto(context, dbHelper, contactAggregator, photoStore, in initDataRowHandlers()9537 PhotoStore photoStore = ContactsContract.isProfileId(mRawContactId) in doInBackground() local9540 long photoFileId = photoStore.insert(processor); in doInBackground()
7545 PhotoStore photoStore = provider.getPhotoStore(); in testPhotoStoreCleanup() local7600 photoStore.remove(streamItemPhotoFileId); in testPhotoStoreCleanup()7603 long bogusPhotoId = photoStore.insert(new PhotoProcessor(loadPhotoFromResource( in testPhotoStoreCleanup()7620 assertNull(photoStore.get(photoFileId2)); in testPhotoStoreCleanup()7628 assertNull(photoStore.get(bogusPhotoId)); in testPhotoStoreCleanup()