Searched refs:localHttpURLConnection (Results 1 – 1 of 1) sorted by relevance
106 HttpURLConnection localHttpURLConnection = (HttpURLConnection) localURLConnection; in onHandleIntent() local109 localHttpURLConnection.setRequestProperty("User-Agent", Constants.USER_AGENT); in onHandleIntent()143 localHttpURLConnection.setRequestProperty( in onHandleIntent()167 int responseCode = localHttpURLConnection.getResponseCode(); in onHandleIntent()175 long lastModifiedDate = localHttpURLConnection.getLastModified(); in onHandleIntent()