Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/onboarding/
DSetupSourcesFragment.java66 public static final int ACTION_PLAY_STORE = 1; field in SetupSourcesFragment
336 actions.add(new GuidedAction.Builder(getActivity()).id(ACTION_PLAY_STORE) in createActionsInternal()
354 if (action.getId() == ACTION_PLAY_STORE) { in onGuidedActionClicked()
DOnboardingActivity.java164 case SetupSourcesFragment.ACTION_PLAY_STORE: in executeAction()
/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java251 case SetupSourcesFragment.ACTION_PLAY_STORE: in TvOverlayManager()