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

  /frameworks/volley/src/main/java/com/android/volley/toolbox/
HurlStack.java 66 private final SSLSocketFactory mSslSocketFactory;
85 mSslSocketFactory = sslSocketFactory;
195 if ("https".equals(url.getProtocol()) && mSslSocketFactory != null) {
196 ((HttpsURLConnection)connection).setSSLSocketFactory(mSslSocketFactory);
  /cts/tests/core/runner/src/com/android/cts/runner/
CtsTestRunListener.java 204 private final SSLSocketFactory mSslSocketFactory;
212 mSslSocketFactory = HttpsURLConnection.getDefaultSSLSocketFactory();
233 HttpsURLConnection.setDefaultSSLSocketFactory(mSslSocketFactory);
  /external/apache-http/android/src/android/net/http/
HttpsConnection.java 57 private static SSLSocketFactory mSslSocketFactory = null;
101 mSslSocketFactory = sslContext.engineGetSocketFactory();
111 return mSslSocketFactory;

Completed in 4738 milliseconds