Home
last modified time | relevance | path

Searched refs:getGalleryIcon (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DIntentHelper.java47 public static Drawable getGalleryIcon(Context context, Intent galleryIntent) { in getGalleryIcon() method in IntentHelper
48 return GalleryHelper.getGalleryIcon(context, galleryIntent); in getGalleryIcon()
/aosp12/packages/apps/Camera2/src_pd/com/android/camera/util/
H A DGalleryHelper.java40 public static Drawable getGalleryIcon(Context context, Intent galleryIntent) { in getGalleryIcon() method in GalleryHelper
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java2333 Drawable galleryLogo = IntentHelper.getGalleryIcon(mAppContext, mGalleryIntent); in onCreateOptionsMenu()