Searched refs:PhotoStore (Results 1 – 5 of 5) sorted by relevance
40 public class PhotoStore { class44 private final String TAG = PhotoStore.class.getSimpleName();69 public PhotoStore(File rootDirectory, ContactsDatabaseHelper databaseHelper) { in PhotoStore() method in PhotoStore
36 private final PhotoStore mPhotoStore;50 PhotoStore photoStore, int maxDisplayPhotoDim, int maxThumbnailPhotoDim) { in DataRowHandlerForPhoto()
1340 private final ThreadLocal<PhotoStore> mPhotoStore = new ThreadLocal<PhotoStore>();1358 private PhotoStore mContactsPhotoStore;1359 private PhotoStore mProfilePhotoStore;1576 mContactsPhotoStore = new PhotoStore(getContext().getFilesDir(), mContactsHelper); in initForDefaultLocale()1578 new PhotoStore(new File(getContext().getFilesDir(), "profile"), mProfileHelper); in initForDefaultLocale()1593 PhotoStore photoStore) { in initDataRowHandlers()1969 /* package */ PhotoStore getPhotoStore() { in getPhotoStore()1974 /* package */ PhotoStore getProfilePhotoStore() { in getProfilePhotoStore()8080 PhotoStore.Entry entry = mPhotoStore.get().get(photoFileId); in openDisplayPhotoForRead()8152 PhotoStore photoStore = ContactsContract.isProfileId(mRawContactId) in doInBackground()
49 private PhotoStore mPhotoStore;178 PhotoStore.Entry entry = mPhotoStore.get(photoFileId); in testRemoveEntry()
6731 PhotoStore photoStore = provider.getPhotoStore(); in testPhotoStoreCleanup()6825 PhotoStore profilePhotoStore = provider.getProfilePhotoStore(); in testPhotoStoreCleanupForProfile()