HomeSort by relevance Sort by last modified time
    Searched defs:CtsTestServer (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/webkit/src/android/webkit/cts/
HttpAuthHandlerTest.java 39 private CtsTestServer mWebServer;
84 mWebServer = new CtsTestServer(getActivity());
92 assertEquals(CtsTestServer.AUTH_REALM, client.realm);
93 assertEquals(CtsTestServer.getReasonString(HttpStatus.SC_UNAUTHORIZED), mWebView.getTitle());
101 assertEquals(CtsTestServer.AUTH_REALM, client.realm);
103 CtsTestServer.getReasonString(HttpStatus.SC_UNAUTHORIZED), mWebView.getTitle());
107 client = new MyWebViewClient(true, CtsTestServer.AUTH_USER, CtsTestServer.AUTH_PASS);
111 assertEquals(CtsTestServer.AUTH_REALM, client.realm);
122 mWebServer = new CtsTestServer(getActivity())
    [all...]
  /cts/tests/src/android/webkit/cts/
CtsTestServer.java 85 public class CtsTestServer {
86 private static final String TAG = "CtsTestServer";
120 private static CtsTestServer sInstance;
139 public CtsTestServer(Context context) throws Exception {
160 public CtsTestServer(Context context, boolean ssl) throws Exception {
238 * the client calling {@link CtsTestServer#shutdown()} can issue a request
239 * for shutdown by blindly trusting the {@link CtsTestServer}'s
244 // Trust the CtSTestServer...
248 // Trust the CtSTestServer...
259 * {@link CtsTestServer#shutdown()}
    [all...]

Completed in 180 milliseconds