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 101 public static void addGalleryIntentExtras(Intent intent, Uri croppedPhotoUri, int photoSize) {
  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 260 ContactPhotoUtils.addGalleryIntentExtras(intent, croppedPhotoUri, mPhotoPickSize);
272 ContactPhotoUtils.addGalleryIntentExtras(intent, croppedPhotoUri, mPhotoPickSize);
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 125 ContactPhotoUtils.addGalleryIntentExtras(intent, mTempPhotoUri, mPhotoDim);

Completed in 2291 milliseconds