Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DSafeBrowsingTest.java123 private static final String BILLING_HTML_PATH = RESOURCE_PATH + "/billing.html"; field in SafeBrowsingTest
174 } else if (uri.endsWith(BILLING_HTML_PATH) in startUriLookup()
492 loadPathAndWaitForInterstitial(BILLING_HTML_PATH); in testSafeBrowsingBlocksBillingPages()
504 loadPathAndWaitForInterstitial(BILLING_HTML_PATH); in testSafeBrowsingOnSafeBrowsingHitBillingCode()
507 final String responseUrl = mTestServer.getURL(BILLING_HTML_PATH); in testSafeBrowsingOnSafeBrowsingHitBillingCode()
815 loadPathAndWaitForInterstitial(BILLING_HTML_PATH); in testSafeBrowsingCanShowQuietBillingInterstitial()