Searched refs:mOnLaunchCallback (Results 1 – 1 of 1) sorted by relevance
40 private OnLaunchCallback mOnLaunchCallback; field in LaunchFragment49 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()