Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DLaunchFragment.java40 private OnLaunchCallback mOnLaunchCallback; field in LaunchFragment
49 mOnLaunchCallback = (OnLaunchCallback) activity; in onCreateView()
77 if (item.getItemId() == R.id.app_bar_launch && mOnLaunchCallback != null) { in onOptionsItemSelected()
80 mOnLaunchCallback.launchActivity(mIntentBuilderView.currentIntent(), forResult); in onOptionsItemSelected()