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

/packages/apps/Dialer/java/com/android/contacts/common/
H A DContactPhotoManager.java37 public abstract class ContactPhotoManager implements ComponentCallbacks2 { class in inherits:ComponentCallbacks2
60 private static ContactPhotoManager sInstance;
64 * avatar when passed to the {@link ContactPhotoManager}. The internal implementation of this uri
69 * @return A Uri that when later passed to the {@link ContactPhotoManager} via {@link
173 "ContactPhotoManager.getDefaultImageRequestFromUri",
181 public static ContactPhotoManager getInstance(Context context) {
193 public static synchronized ContactPhotoManager createContactPhotoManager(Context context) {
198 public static void injectContactPhotoManagerForTesting(ContactPhotoManager photoManager) {
245 ContactPhotoManager.DefaultImageRequest request =
246 new ContactPhotoManager
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DContactPhotoManager.java86 public abstract class ContactPhotoManager implements ComponentCallbacks2 { class in inherits:ComponentCallbacks2
87 static final String TAG = "ContactPhotoManager";
117 private static ContactPhotoManager sInstance;
141 * letter tile avatar when passed to the {@link ContactPhotoManager}. The internal
147 * @return A Uri that when later passed to the {@link ContactPhotoManager} via
265 * be used by the ContactPhotoManager to generate a default contact image. This contact image
437 public static ContactPhotoManager getInstance(Context context) {
449 public static synchronized ContactPhotoManager createContactPhotoManager(Context context) {
454 public static void injectContactPhotoManagerForTesting(ContactPhotoManager photoManager) {
583 class ContactPhotoManagerImpl extends ContactPhotoManager implement
[all...]

Completed in 252 milliseconds