Searched refs:galleryIntent (Results 1 – 3 of 3) sorted by relevance
40 public static Drawable getGalleryIcon(Context context, Intent galleryIntent) { in getGalleryIcon() argument41 if (galleryIntent != null) { in getGalleryIcon()43 return context.getPackageManager().getActivityIcon(galleryIntent); in getGalleryIcon()51 public static CharSequence getGalleryAppName(Context context, Intent galleryIntent) { in getGalleryAppName() argument52 ComponentName componentName = galleryIntent.getComponent(); in getGalleryAppName()
47 public static Drawable getGalleryIcon(Context context, Intent galleryIntent) { in getGalleryIcon() argument48 return GalleryHelper.getGalleryIcon(context, galleryIntent); in getGalleryIcon()51 public static CharSequence getGalleryAppName(Context context, Intent galleryIntent) { in getGalleryAppName() argument52 return GalleryHelper.getGalleryAppName(context, galleryIntent); in getGalleryAppName()
79 Intent galleryIntent = new Intent(Intent.ACTION_MAIN); in onCreate() local80 galleryIntent.addCategory(Intent.CATEGORY_APP_GALLERY); in onCreate()93 getDefaultSystemHandlerActivityPackageName(galleryIntent), in onCreate()