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.java107 private static final String TEST_URL_QUERY = "testquery"; field in CaptivePortalLoginActivityTest
387 server.setResponseBody(TEST_URL_QUERY, in runCustomSchemeTest()
392 initActivity(server.makeUrl(TEST_URL_QUERY)); in runCustomSchemeTest()
439 assertEquals(Uri.parse(server.makeUrl(TEST_URL_QUERY)), sentIntent.getData()); in testUnsupportedScheme()
452 server.setResponseBody(TEST_URL_QUERY, in testDownload()
459 initActivity(server.makeUrl(TEST_URL_QUERY)); in testDownload()