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