Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java282 HttpsURLConnection httpsURLConnection; in performTlsConnection() local
297 httpsURLConnection = (HttpsURLConnection) urlConnection; in performTlsConnection()
308 httpsURLConnection.setSSLSocketFactory(mSocketFactory); in performTlsConnection()
309 httpsURLConnection.setConnectTimeout(HttpsServiceConnection.DEFAULT_TIMEOUT_MS); in performTlsConnection()
310 httpsURLConnection.setReadTimeout(HttpsServiceConnection.DEFAULT_TIMEOUT_MS); in performTlsConnection()
311 httpsURLConnection.connect(); in performTlsConnection()
320 mUrlConnection = httpsURLConnection; in performTlsConnection()