Searched refs:SECURE_URL (Results 1 – 2 of 2) sorted by relevance
53 private static final String SECURE_URL = "https://www.google.com/"; field in AvailableIntentsTest127 Uri uri = Uri.parse(SECURE_URL); in testViewSecureUrl()148 Uri uri = Uri.parse(SECURE_URL); in testWebSearchSecureUrl()
1098 final String SECURE_URL = "/secure.html"; in testAllowMixedMode() local1144 String secureUrl = httpsServer.setResponse(SECURE_URL, SECURE_HTML, null); in testAllowMixedMode()1149 assertEquals(1, httpsServer.getRequestCount(SECURE_URL)); in testAllowMixedMode()1155 assertEquals(2, httpsServer.getRequestCount(SECURE_URL)); in testAllowMixedMode()1161 assertEquals(3, httpsServer.getRequestCount(SECURE_URL)); in testAllowMixedMode()