Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/setup/
DSystemSetupActivity.java76 Intent onlineStoreIntent = OnboardingUtils.createOnlineStoreIntent(mUiFlags); in showMerchantCollection() local
77 if (onlineStoreIntent != null) { in showMerchantCollection()
78 executeActionWithDelay(() -> startActivity(onlineStoreIntent), SHOW_RIPPLE_DURATION_MS); in showMerchantCollection()
/packages/apps/TV/src/com/android/tv/onboarding/
DOnboardingActivity.java160 Intent onlineStoreIntent = OnboardingUtils.createOnlineStoreIntent(mUiFlags); in showMerchantCollection() local
161 if (onlineStoreIntent != null) { in showMerchantCollection()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java1343 Intent onlineStoreIntent = OnboardingUtils.createOnlineStoreIntent(mUiFlags); in showMerchantCollection() local
1344 if (onlineStoreIntent != null) { in showMerchantCollection()
1345 startActivitySafe(onlineStoreIntent); in showMerchantCollection()