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()
1447 private final ThreadLocal<PhotoStore> mPhotoStore = new ThreadLocal<PhotoStore>();1462 private PhotoStore mContactsPhotoStore;1463 private PhotoStore mProfilePhotoStore;1678 mContactsPhotoStore = new PhotoStore(getContext().getFilesDir(), mContactsHelper); in initForDefaultLocale()1680 new PhotoStore(new File(getContext().getFilesDir(), "profile"), mProfileHelper); in initForDefaultLocale()1695 PhotoStore photoStore) { in initDataRowHandlers()2072 /* package */ PhotoStore getPhotoStore() { in getPhotoStore()2077 /* package */ PhotoStore getProfilePhotoStore() { in getProfilePhotoStore()8982 PhotoStore.Entry entry = mPhotoStore.get().get(photoFileId); in openDisplayPhotoForRead()9054 PhotoStore photoStore = ContactsContract.isProfileId(mRawContactId) in doInBackground()
49 private PhotoStore mPhotoStore;178 PhotoStore.Entry entry = mPhotoStore.get(photoFileId); in testRemoveEntry()
7583 PhotoStore photoStore = provider.getPhotoStore(); in testPhotoStoreCleanup()7677 PhotoStore profilePhotoStore = provider.getProfilePhotoStore(); in testPhotoStoreCleanupForProfile()