Searched refs:mAppSelectorIntent (Results 1 – 2 of 2) sorted by relevance
56 private Intent mAppSelectorIntent; field in PlaybackFragment67 mAppSelectorIntent = MediaSource.getSourceSelectorIntent(getContext(), true); in onCreateView()110 appSelector.setVisibility(mAppSelectorIntent != null ? View.VISIBLE : View.GONE); in onCreateView()111 appSelector.setOnClickListener(e -> getContext().startActivity(mAppSelectorIntent)); in onCreateView()
127 private Intent mAppSelectorIntent; field in MediaActivity185 MediaActivity.this.startActivity(mAppSelectorIntent);334 mAppSelectorIntent = MediaSource.getSourceSelectorIntent(this, false); in onCreate()335 mAppBarView.setAppLauncherSupported(mAppSelectorIntent != null); in onCreate()