Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DLaunchFragment.java38 private IntentBuilderView mIntentBuilderView; field in LaunchFragment
46 mIntentBuilderView = new IntentBuilderView(getContext(), Mode.LAUNCH); in onCreateView()
53 return mIntentBuilderView; in onCreateView()
78 Intent intent = mIntentBuilderView.currentIntent(); in onOptionsItemSelected()
79 boolean forResult = mIntentBuilderView.startForResult(); in onOptionsItemSelected()
80 mOnLaunchCallback.launchActivity(mIntentBuilderView.currentIntent(), forResult); in onOptionsItemSelected()