Searched refs:RssService (Results 1 – 2 of 2) sorted by relevance
146 Intent basicStartIntent = new Intent(RssService.class); in onOptionsItemSelected()150 Intent stopIntent = new Intent(RssService.class); in onOptionsItemSelected()172 startupVals.putBoolean(RssService.REQUERY_KEY, true); in onOptionsItemSelected()173 Intent requeryIntent = new Intent(RssService.class); in onOptionsItemSelected()201 startupVals.putString(RssService.RSS_URL, data.getStringExtra("URL")); in onActivityResult()202 Intent startIntent = new Intent(RssService.class); in onActivityResult()
45 public class RssService extends Service implements Runnable{ class