Home
last modified time | relevance | path

Searched refs:getPaymentRequestUI (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/payments/
H A DPaymentRequestNoShippingTest.java279 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickAddCardAndCloseShouldNotCrash()
283 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickAddCardAndCloseShouldNotCrash()
310 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickCloseAndAddCardShouldNotCrash()
314 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickCloseAndAddCardShouldNotCrash()
337 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickAddCardAndCancelShouldNotCrash()
341 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickAddCardAndCancelShouldNotCrash()
368 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickCancelAndAddCardShouldNotCrash()
372 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickCancelAndAddCardShouldNotCrash()
397 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickDismissAndPayShouldNotCrash()
422 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickDismissAndCloseShouldNotCrash()
[all …]
H A DPaymentRequestContactDetailsTest.java146 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickAddContactAndCloseShouldNotCrash()
150 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickAddContactAndCloseShouldNotCrash()
177 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickCloseAndAddContactShouldNotCrash()
181 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickCloseAndAddContactShouldNotCrash()
244 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickAddContactAndCancelShouldNotCrash()
248 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickAddContactAndCancelShouldNotCrash()
275 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickCancelAndAddContactShouldNotCrash()
279 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickCancelAndAddContactShouldNotCrash()
H A DPaymentRequestFreeShippingTest.java199 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickAddAddressAndCloseShouldNotCrash()
203 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickAddAddressAndCloseShouldNotCrash()
230 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickCloseAndAddAddressShouldNotCrash()
234 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickCloseAndAddAddressShouldNotCrash()
258 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickAddAddressAndCancelShouldNotCrash()
262 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickAddAddressAndCancelShouldNotCrash()
289 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickCancelAndAddAddressShouldNotCrash()
293 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickCancelAndAddAddressShouldNotCrash()
H A DPaymentRequestDynamicShippingSingleAddressTest.java226 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickAddAddressAndCloseShouldNotCrash()
230 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickAddAddressAndCloseShouldNotCrash()
257 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickCloseAndAddAddressShouldNotCrash()
261 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickCloseAndAddAddressShouldNotCrash()
284 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickAddAddressAndCancelShouldNotCrash()
288 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickAddAddressAndCancelShouldNotCrash()
315 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickCancelAndAddAddressShouldNotCrash()
319 mPaymentRequestTestRule.getPaymentRequestUI() in testQuickCancelAndAddAddressShouldNotCrash()
H A DPaymentHandlerEnableDelegationsTest.java144 mRule.getPaymentRequestUI().getShippingAddressSectionForTest().getVisibility()); in testPartialDelegationShippingNotSupported()
158 mRule.getPaymentRequestUI().getContactDetailsSectionForTest().getVisibility()); in testPartialDelegationContactInfoNotSupported()
H A DPaymentRequestCanMakePaymentMetricsTest.java93 -> mPaymentRequestTestRule.getPaymentRequestUI() in testCannotMakePayment_UserAbort()
282 -> mPaymentRequestTestRule.getPaymentRequestUI() in testNoQuery_UserAbort()
H A DPaymentRequestRetryTest.java106 Assert.assertNotNull(mPaymentRequestTestRule.getPaymentRequestUI() in testDoNotAllowAddingCards()
118 Assert.assertNull(mPaymentRequestTestRule.getPaymentRequestUI() in testDoNotAllowAddingCards()
H A DPaymentRequestMetricsTest.java129 -> mPaymentRequestTestRule.getPaymentRequestUI() in testAbortMetrics_AbortedByUser_CancelButton()
213 -> mPaymentRequestTestRule.getPaymentRequestUI() in testAbortMetrics_AbortedByUser_BackButton()
H A DPaymentRequestPaymentAppAndBasicCardWithModifiersTest.java62 Button primary = (Button) mPaymentRequestTestRule.getPaymentRequestUI() in getPrimaryButtonLabel()
H A DPaymentRequestTestRule.java340 public PaymentRequestUI getPaymentRequestUI() { in getPaymentRequestUI() method in PaymentRequestTestRule
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/payments/
H A DChromePaymentRequestService.java299 mPaymentUiService.getPaymentRequestUI().show(isShowWaitingForUpdatedDetails); in showAppSelector()
317 mPaymentUiService.getPaymentRequestUI().dimBackground(); in dimBackgroundIfNotBottomSheetPaymentHandler()
343 assert mPaymentUiService.getPaymentRequestUI() != null; in triggerPaymentAppUiSkipIfApplicable()
516 if (mPaymentUiService.getPaymentRequestUI() != null in continueShow()
590 if (mPaymentUiService.getPaymentRequestUI() == null) { in onInstrumentDetailsLoading()
596 mPaymentUiService.getPaymentRequestUI().showProcessingMessage(); in onInstrumentDetailsLoading()
808 && mPaymentUiService.getPaymentRequestUI() != null) { in onInstrumentDetailsReady()
809 mPaymentUiService.getPaymentRequestUI().showProcessingMessageAfterUiSkip(); in onInstrumentDetailsReady()
835 mPaymentUiService.getPaymentRequestUI().onPayButtonProcessingCancelled(); in onInstrumentDetailsError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/
H A DPaymentUiService.java308 public PaymentRequestUI getPaymentRequestUI() { in getPaymentRequestUI() method in PaymentUiService