Searched refs:onlineStoreIntent (Results 1 – 3 of 3) sorted by relevance
76 Intent onlineStoreIntent = OnboardingUtils.createOnlineStoreIntent(mUiFlags); in showMerchantCollection() local77 if (onlineStoreIntent != null) { in showMerchantCollection()78 executeActionWithDelay(() -> startActivity(onlineStoreIntent), SHOW_RIPPLE_DURATION_MS); in showMerchantCollection()
160 Intent onlineStoreIntent = OnboardingUtils.createOnlineStoreIntent(mUiFlags); in showMerchantCollection() local161 if (onlineStoreIntent != null) { in showMerchantCollection()
1343 Intent onlineStoreIntent = OnboardingUtils.createOnlineStoreIntent(mUiFlags); in showMerchantCollection() local1344 if (onlineStoreIntent != null) { in showMerchantCollection()1345 startActivitySafe(onlineStoreIntent); in showMerchantCollection()