Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java294 HttpsURLConnection httpsURLConnection; in performTlsConnection() local
309 httpsURLConnection = (HttpsURLConnection) urlConnection; in performTlsConnection()
320 httpsURLConnection.setSSLSocketFactory(mSocketFactory); in performTlsConnection()
321 httpsURLConnection.setConnectTimeout(HttpsServiceConnection.DEFAULT_TIMEOUT_MS); in performTlsConnection()
322 httpsURLConnection.setReadTimeout(HttpsServiceConnection.DEFAULT_TIMEOUT_MS); in performTlsConnection()
323 httpsURLConnection.connect(); in performTlsConnection()
332 mUrlConnection = httpsURLConnection; in performTlsConnection()