Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java118 private static final String TEST_URL_QUERY = "testquery"; field in CaptivePortalLoginActivityTest
482 server.setResponseBody(TEST_URL_QUERY, in runCustomSchemeTest()
487 initActivity(server.makeUrl(TEST_URL_QUERY)); in runCustomSchemeTest()
534 assertEquals(Uri.parse(server.makeUrl(TEST_URL_QUERY)), sentIntent.getData()); in testUnsupportedScheme()
547 server.setResponseBody(TEST_URL_QUERY, in testDownload()
554 initActivity(server.makeUrl(TEST_URL_QUERY)); in testDownload()