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()
21 public class IntentHelper { class
29 public class IntentHelper { class
1053 Intent intent = IntentHelper.getVideoPlayerIntent(uri) in playVideo()
46 import com.android.gallery3d.util.IntentHelper;239 Intent cameraIntent = IntentHelper.getCameraIntent(context); in isCameraAvailable()
147 import com.android.camera.util.IntentHelper;2063 mGalleryIntent = IntentHelper.getGalleryIntent(mAppContext); in resume()2327 CharSequence appName = IntentHelper.getGalleryAppName(mAppContext, mGalleryIntent); in onCreateOptionsMenu()2333 Drawable galleryLogo = IntentHelper.getGalleryIcon(mAppContext, mGalleryIntent); in onCreateOptionsMenu()