Home
last modified time | relevance | path

Searched refs:LAUNCH (Results 1 – 2 of 2) sorted by relevance

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DBaseActivity.java57 public enum Mode {LAUNCH, VERIFY, RESULT} enumConstant
60 protected Mode mStatus = Mode.LAUNCH;
105 loadMode(Mode.LAUNCH); in onCreate()
143 if (mode == Mode.LAUNCH) { in loadMode()
153 mStatus = Mode.LAUNCH; in loadMode()
DLaunchFragment.java46 mIntentBuilderView = new IntentBuilderView(getContext(), Mode.LAUNCH); in onCreateView()