Searched refs:getGalleryAppName (Results 1 – 3 of 3) sorted by relevance
51 public static CharSequence getGalleryAppName(Context context, Intent galleryIntent) { in getGalleryAppName() method in IntentHelper52 return GalleryHelper.getGalleryAppName(context, galleryIntent); in getGalleryAppName()
51 public static CharSequence getGalleryAppName(Context context, Intent galleryIntent) { in getGalleryAppName() method in GalleryHelper
2327 CharSequence appName = IntentHelper.getGalleryAppName(mAppContext, mGalleryIntent); in onCreateOptionsMenu()