Home
last modified time | relevance | path

Searched refs:setSSLSocketFactory (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnection.java141 public void setSSLSocketFactory(SSLSocketFactory sslSocketFactory) { in setSSLSocketFactory() method in HttpsServiceConnection
142 mConnection.setSSLSocketFactory(sslSocketFactory); in setSSLSocketFactory()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java320 httpsURLConnection.setSSLSocketFactory(mSocketFactory); in performTlsConnection()
576 serviceConnection.setSSLSocketFactory(mSocketFactory); in getServiceConnection()
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DKeyChainTestActivity.java211 connection.setSSLSocketFactory(clientContext.getSocketFactory()); in makeHttpsRequest()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java441 ((HttpsURLConnection)conn).setSSLSocketFactory(appContext.getSocketFactory()); in executeDownload()