Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DRSSPullService.java43 public class RSSPullService extends IntentService { class
55 public RSSPullService() { in RSSPullService() method in RSSPullService
DPhotoThumbnailFragment.java195 new Intent(getActivity(), RSSPullService.class) in onCreateView()