Searched refs:mGalleryIntent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java250 private Intent mGalleryIntent; field in class:CameraActivity
1785 mGalleryIntent = IntentHelper.getGalleryIntent(mAppContext);
2021 if (mGalleryIntent != null) {
2022 CharSequence appName = IntentHelper.getGalleryAppName(mAppContext, mGalleryIntent);
2026 menuItem.setIntent(mGalleryIntent);
2028 Drawable galleryLogo = IntentHelper.getGalleryIcon(mAppContext, mGalleryIntent);
2600 if (mGalleryIntent == null) {
2606 Intent startGalleryIntent = new Intent(mGalleryIntent);

Completed in 25 milliseconds