HomeSort by relevance Sort by last modified time
    Searched refs:RSSPullService (Results 1 - 2 of 2) sorted by null

  /development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullService.java 43 public class RSSPullService extends IntentService {
45 public static final String LOG_TAG = "RSSPullService";
55 public RSSPullService() {
57 super("RSSPullService");
PhotoThumbnailFragment.java 195 new Intent(getActivity(), RSSPullService.class)

Completed in 162 milliseconds