Home
last modified time | relevance | path

Searched defs:galleryIntent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
DIntentHelper.java47 public static Drawable getGalleryIcon(Context context, Intent galleryIntent) { in getGalleryIcon()
51 public static CharSequence getGalleryAppName(Context context, Intent galleryIntent) { in getGalleryAppName()
/packages/apps/Camera2/src_pd/com/android/camera/util/
DGalleryHelper.java40 public static Drawable getGalleryIcon(Context context, Intent galleryIntent) { in getGalleryIcon()
51 public static CharSequence getGalleryAppName(Context context, Intent galleryIntent) { in getGalleryAppName()
/packages/apps/OnDeviceAppPrediction/src/com/android/apppredictionservice/
DPredictionService.java79 Intent galleryIntent = new Intent(Intent.ACTION_MAIN); in onCreate() local