HomeSort by relevance Sort by last modified time
    Searched refs:addGalleryIntentExtras (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/util/
ContactPhotoUtils.java 102 public static void addGalleryIntentExtras(Intent intent, Uri croppedPhotoUri, int photoSize) {
  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 259 ContactPhotoUtils.addGalleryIntentExtras(intent, croppedPhotoUri, mPhotoPickSize);
271 ContactPhotoUtils.addGalleryIntentExtras(intent, croppedPhotoUri, mPhotoPickSize);
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 126 ContactPhotoUtils.addGalleryIntentExtras(intent, mTempPhotoUri, mPhotoDim);

Completed in 133 milliseconds