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_FORBIDDEN), 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 81 public class CtsTestServer {
82 private static final String TAG = "CtsTestServer";
116 private static CtsTestServer sInstance;
135 public CtsTestServer(Context context) throws Exception {
156 public CtsTestServer(Context context, boolean ssl) throws Exception {
234 * the client calling {@link CtsTestServer#shutdown()} can issue a request
235 * for shutdown by blindly trusting the {@link CtsTestServer}'s
240 // Trust the CtSTestServer...
244 // Trust the CtSTestServer...
255 * {@link CtsTestServer#shutdown()}
    [all...]

Completed in 121 milliseconds