Searched defs:galleryIntent (Results 1 – 3 of 3) sorted by relevance
47 public static Drawable getGalleryIcon(Context context, Intent galleryIntent) { in getGalleryIcon()51 public static CharSequence getGalleryAppName(Context context, Intent galleryIntent) { in getGalleryAppName()
40 public static Drawable getGalleryIcon(Context context, Intent galleryIntent) { in getGalleryIcon()51 public static CharSequence getGalleryAppName(Context context, Intent galleryIntent) { in getGalleryAppName()
79 Intent galleryIntent = new Intent(Intent.ACTION_MAIN); in onCreate() local