HomeSort by relevance Sort by last modified time
    Searched refs:MyHttpsURLConnection (Results 1 - 3 of 3) sorted by null

  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
HttpsURLConnectionTest.java 40 HttpsURLConnection con = new MyHttpsURLConnection(new URL(
50 HttpsURLConnection con = new MyHttpsURLConnection(null);
65 HttpsURLConnection con = new MyHttpsURLConnection(null);
81 HttpsURLConnection con = new MyHttpsURLConnection(null);
97 HttpsURLConnection con = new MyHttpsURLConnection(null);
106 class MyHttpsURLConnection extends HttpsURLConnection {
108 public MyHttpsURLConnection(URL url) {
  /external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
HttpsURLConnection_ImplTest.java 45 HttpsURLConnection con = new MyHttpsURLConnection(null);
56 class MyHttpsURLConnection extends HttpsURLConnection {
58 public MyHttpsURLConnection(URL url) {
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HttpsURLConnectionTest.java 50 new MyHttpsURLConnection(new URL("https://www.fortify.net/"));
51 new MyHttpsURLConnection(null);
66 HttpsURLConnection con = new MyHttpsURLConnection(new URL("https://www.fortify.net/"));
82 HttpsURLConnection con = new MyHttpsURLConnection(new URL("https://www.fortify.net/"), "X.508");
84 con = new MyHttpsURLConnection(new URL("https://www.fortify.net/"), "X.509");
114 HttpsURLConnection con = new MyHttpsURLConnection(
134 HttpsURLConnection con = new MyHttpsURLConnection(new URL("https://www.fortify.net/"), "X.508");
136 con = new MyHttpsURLConnection(new URL("https://www.fortify.net/"), "X.509");
151 HttpsURLConnection con = new MyHttpsURLConnection(new URL("https://www.fortify.net/"), "X.508");
158 con = new MyHttpsURLConnection(new URL("https://www.fortify.net/"), "X.509")
    [all...]

Completed in 185 milliseconds