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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPhotoStore.java40 public class PhotoStore { class
44 private final String TAG = PhotoStore.class.getSimpleName();
65 * Constructs an instance of the PhotoStore under the specified directory.
69 public PhotoStore(File rootDirectory, ContactsDatabaseHelper databaseHelper) { method in class:PhotoStore
115 * Initializes the PhotoStore by scanning for all files currently in the

Completed in 113 milliseconds