Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DOnboardingUtils.java44 public static final Intent PLAY_STORE_INTENT = new Intent(Intent.ACTION_VIEW, field in OnboardingUtils
/packages/apps/TV/src/com/android/tv/onboarding/
DOnboardingActivity.java145 startActivity(OnboardingUtils.PLAY_STORE_INTENT); in showMerchantCollection()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java1231 startActivitySafe(OnboardingUtils.PLAY_STORE_INTENT); in showMerchantCollection()