HomeSort by relevance Sort by last modified time
    Searched defs:ContactPhotoManager (Results 1 - 6 of 6) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorUiUtils.java 47 import com.android.contacts.ContactPhotoManager;
48 import com.android.contacts.ContactPhotoManager.DefaultImageProvider;
49 import com.android.contacts.ContactPhotoManager.DefaultImageRequest;
239 static void loadPhoto(ContactPhotoManager contactPhotoManager, ImageView imageView,
249 contactPhotoManager.loadPhoto(imageView, photoUri, imageView.getWidth(),
266 imageView.setImageDrawable(ContactPhotoManager.getDefaultAvatarDrawableForContact(
PhotoEditorView.java 29 import com.android.contacts.ContactPhotoManager;
201 EditorUiUtils.loadPhoto(ContactPhotoManager.getInstance(getContext()),
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java 30 import com.android.contacts.ContactPhotoManager;
84 ContactPhotoManager.injectContactPhotoManagerForTesting(new MockContactPhotoManager());
  /packages/apps/Dialer/java/com/android/contacts/common/
ContactPhotoManager.java 37 public abstract class ContactPhotoManager implements 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.DefaultImageRequest
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/list/
OldSpeedDialFragment.java 48 import com.android.contacts.common.ContactPhotoManager;
114 mContactTileAdapter.setPhotoLoader(ContactPhotoManager.getInstance(getActivity()));
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java 86 public abstract class ContactPhotoManager implements 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 implements Callback
    [all...]

Completed in 119 milliseconds