Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DRSSPullService.java79 URL localURL; in onHandleIntent() local
91 localURL = new URL(localUrlString); in onHandleIntent()
97 URLConnection localURLConnection = localURL.openConnection(); in onHandleIntent()
DPhotoFragment.java55 URL localURL = new URL(mURLString); in loadPhoto() local
62 mPhotoView.setImageURL(localURL, false, null); in loadPhoto()
DPhotoManager.java202 URL localURL = localView.getLocation(); in PhotoManager()
210 if (photoTask.getImageURL() == localURL) in PhotoManager()
DPhotoThumbnailFragment.java376 URL localURL = in bindView() local
386 localURL, true, PhotoThumbnailFragment.this.mEmptyDrawable); in bindView()