Searched refs:IntentHelper (Results 1 – 7 of 7) sorted by relevance
18 import com.android.gallery3d.util.IntentHelper;29 Intent intent = IntentHelper.getCameraIntent(CameraActivity.this); in onCreate()
18 import com.android.gallery3d.util.IntentHelper;29 Intent intent = IntentHelper.getGalleryIntent(Gallery.this); in onCreate()
46 import com.android.gallery3d.util.IntentHelper;239 Intent cameraIntent = IntentHelper.getCameraIntent(context); in isCameraAvailable()
21 public class IntentHelper { class
29 public class IntentHelper { class
1048 Intent intent = IntentHelper.getVideoPlayerIntent(uri) in playVideo()
145 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()