Home
last modified time | relevance | path

Searched refs:IntentHelper (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/camera/
DCameraActivity.java18 import com.android.gallery3d.util.IntentHelper;
29 Intent intent = IntentHelper.getCameraIntent(CameraActivity.this); in onCreate()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DGallery.java18 import com.android.gallery3d.util.IntentHelper;
29 Intent intent = IntentHelper.getGalleryIntent(Gallery.this); in onCreate()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DGalleryUtils.java46 import com.android.gallery3d.util.IntentHelper;
239 Intent cameraIntent = IntentHelper.getCameraIntent(context); in isCameraAvailable()
/packages/apps/Gallery2/src_pd/com/android/gallery3d/util/
DIntentHelper.java21 public class IntentHelper { class
/packages/apps/Camera2/src/com/android/camera/util/
DIntentHelper.java29 public class IntentHelper { class
DCameraUtil.java1048 Intent intent = IntentHelper.getVideoPlayerIntent(uri) in playVideo()
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java145 import com.android.camera.util.IntentHelper;
2023 mGalleryIntent = IntentHelper.getGalleryIntent(mAppContext); in resume()
2284 CharSequence appName = IntentHelper.getGalleryAppName(mAppContext, mGalleryIntent); in onCreateOptionsMenu()
2290 Drawable galleryLogo = IntentHelper.getGalleryIcon(mAppContext, mGalleryIntent); in onCreateOptionsMenu()