OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntentHelper
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Gallery2/src/com/android/camera/
CameraActivity.java
18
import com.android.gallery3d.util.
IntentHelper
;
24
/** Trampoline activity that launches the new Camera activity defined in
IntentHelper
. */
29
Intent intent =
IntentHelper
.getCameraIntent(CameraActivity.this);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
Gallery.java
18
import com.android.gallery3d.util.
IntentHelper
;
24
/** Trampoline activity that launches the Gallery activity defined in
IntentHelper
. */
29
Intent intent =
IntentHelper
.getGalleryIntent(Gallery.this);
/packages/apps/Gallery2/src_pd/com/android/gallery3d/util/
IntentHelper.java
21
public class
IntentHelper
{
/packages/apps/Camera2/src/com/android/camera/util/
IntentHelper.java
29
public class
IntentHelper
{
30
private static final Log.Tag TAG = new Log.Tag("
IntentHelper
");
CameraUtil.java
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java
46
import com.android.gallery3d.util.
IntentHelper
;
239
Intent cameraIntent =
IntentHelper
.getCameraIntent(context);
/packages/apps/Camera2/src/com/android/camera/
CameraActivity.java
145
import com.android.camera.util.
IntentHelper
;
[
all
...]
Completed in 121 milliseconds