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

  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLSocketFactory.java 51 private static SSLSocketFactory defaultSocketFactory;
99 if (defaultSocketFactory != null && lastVersion == Security.getVersion()) {
100 return defaultSocketFactory;
104 SSLSocketFactory previousDefaultSocketFactory = defaultSocketFactory;
105 defaultSocketFactory = null;
117 defaultSocketFactory = previousDefaultSocketFactory;
118 return defaultSocketFactory;
140 defaultSocketFactory = fac;
152 defaultSocketFactory = context.getSocketFactory();
154 defaultSocketFactory = new DefaultSSLSocketFactory(new IllegalStateException("No factory found."))
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 

Completed in 168 milliseconds