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.java75 Intent onlineStoreIntent = OnboardingUtils.createOnlineStoreIntent(mUiFlags); in showMerchantCollection() local
76 if (onlineStoreIntent != null) { in showMerchantCollection()
77 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.java1295 Intent onlineStoreIntent = OnboardingUtils.createOnlineStoreIntent(mUiFlags); in showMerchantCollection() local
1296 if (onlineStoreIntent != null) { in showMerchantCollection()
1297 startActivitySafe(onlineStoreIntent); in showMerchantCollection()