Home
last modified time | relevance | path

Searched refs:galleryIntent (Results 1 – 2 of 2) sorted by relevance

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