Searched refs:onlineStoreIntent (Results 1 – 3 of 3) sorted by relevance
75 Intent onlineStoreIntent = OnboardingUtils.createOnlineStoreIntent(mUiFlags); in showMerchantCollection() local76 if (onlineStoreIntent != null) { in showMerchantCollection()77 executeActionWithDelay(() -> startActivity(onlineStoreIntent), SHOW_RIPPLE_DURATION_MS); in showMerchantCollection()
160 Intent onlineStoreIntent = OnboardingUtils.createOnlineStoreIntent(mUiFlags); in showMerchantCollection() local161 if (onlineStoreIntent != null) { in showMerchantCollection()
1295 Intent onlineStoreIntent = OnboardingUtils.createOnlineStoreIntent(mUiFlags); in showMerchantCollection() local1296 if (onlineStoreIntent != null) { in showMerchantCollection()1297 startActivitySafe(onlineStoreIntent); in showMerchantCollection()