Searched refs:SECURE_URL (Results 1 – 2 of 2) sorted by relevance
57 private static final String SECURE_URL = "https://www.google.com/"; field in AvailableIntentsTest131 Uri uri = Uri.parse(SECURE_URL); in testViewSecureUrl()152 Uri uri = Uri.parse(SECURE_URL); in testWebSearchSecureUrl()
1035 final String SECURE_URL = "/secure.html"; in testAllowMixedMode() local1080 String secureUrl = mWebServer.setResponse(SECURE_URL, SECURE_HTML, null); in testAllowMixedMode()1085 assertEquals(1, mWebServer.getRequestCount(SECURE_URL)); in testAllowMixedMode()1091 assertEquals(2, mWebServer.getRequestCount(SECURE_URL)); in testAllowMixedMode()1097 assertEquals(3, mWebServer.getRequestCount(SECURE_URL)); in testAllowMixedMode()