Home
last modified time | relevance | path

Searched refs:PhotoStore (Results 1 – 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoStore.java40 public class PhotoStore { class
44 private final String TAG = PhotoStore.class.getSimpleName();
69 public PhotoStore(File rootDirectory, ContactsDatabaseHelper databaseHelper) { in PhotoStore() method in PhotoStore
DDataRowHandlerForPhoto.java36 private final PhotoStore mPhotoStore;
50 PhotoStore photoStore, int maxDisplayPhotoDim, int maxThumbnailPhotoDim) { in DataRowHandlerForPhoto()
DContactsProvider2.java1340 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()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPhotoStoreTest.java49 private PhotoStore mPhotoStore;
178 PhotoStore.Entry entry = mPhotoStore.get(photoFileId); in testRemoveEntry()
DContactsProvider2Test.java6731 PhotoStore photoStore = provider.getPhotoStore(); in testPhotoStoreCleanup()
6825 PhotoStore profilePhotoStore = provider.getProfilePhotoStore(); in testPhotoStoreCleanupForProfile()