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

/packages/apps/Camera2/src/com/android/camera/util/
H A DIntentHelper.java47 public static Drawable getGalleryIcon(Context context, Intent galleryIntent) { argument
48 return GalleryHelper.getGalleryIcon(context, galleryIntent);
51 public static CharSequence getGalleryAppName(Context context, Intent galleryIntent) { argument
52 return GalleryHelper.getGalleryAppName(context, galleryIntent);
/packages/apps/Camera2/src_pd/com/android/camera/util/
H A DGalleryHelper.java40 public static Drawable getGalleryIcon(Context context, Intent galleryIntent) { argument
41 if (galleryIntent != null) {
43 return context.getPackageManager().getActivityIcon(galleryIntent);
51 public static CharSequence getGalleryAppName(Context context, Intent galleryIntent) { argument
52 ComponentName componentName = galleryIntent.getComponent();

Completed in 707 milliseconds