Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DRSSPullService.java97 URLConnection localURLConnection = localURL.openConnection(); in onHandleIntent() local
100 if ((localURLConnection instanceof HttpURLConnection)) { in onHandleIntent()
106 HttpURLConnection localHttpURLConnection = (HttpURLConnection) localURLConnection; in onHandleIntent()
188 localURLConnection.getInputStream(), in onHandleIntent()