Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DRSSPullService.java106 HttpURLConnection localHttpURLConnection = (HttpURLConnection) localURLConnection; in onHandleIntent() local
109 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()