Searched refs:httpsURLConnection (Results 1 – 1 of 1) sorted by relevance
282 HttpsURLConnection httpsURLConnection; in performTlsConnection() local297 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()