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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForPhoto.java36 private final PhotoStore mPhotoStore;
50 PhotoStore photoStore, int maxDisplayPhotoDim, int maxThumbnailPhotoDim) {
H A DPhotoStore.java40 public class PhotoStore { class
42 private final String TAG = PhotoStore.class.getSimpleName();
63 * Constructs an instance of the PhotoStore under the specified directory.
67 public PhotoStore(File rootDirectory, ContactsDatabaseHelper databaseHelper) { method in class:PhotoStore
111 * Initializes the PhotoStore by scanning for all files currently in the
H A DContactsProvider2.java1295 private final ThreadLocal<PhotoStore> mPhotoStore = new ThreadLocal<PhotoStore>();
1296 private PhotoStore mContactsPhotoStore;
1297 private PhotoStore mProfilePhotoStore;
1453 mContactsPhotoStore = new PhotoStore(getContext().getFilesDir(), mContactsHelper);
1454 mProfilePhotoStore = new PhotoStore(new File(getContext().getFilesDir(), "profile"),
1470 PhotoStore photoStore) {
1803 /* package */ PhotoStore getPhotoStore() {
1808 /* package */ PhotoStore getProfilePhotoStore() {
7418 PhotoStore
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DPhotoStoreTest.java39 * Tests for {@link PhotoStore}.
49 private PhotoStore mPhotoStore;
178 PhotoStore.Entry entry = mPhotoStore.get(photoFileId);
H A DContactsProvider2Test.java5823 PhotoStore photoStore = provider.getPhotoStore();
5917 PhotoStore profilePhotoStore = provider.getProfilePhotoStore();

Completed in 111 milliseconds