Searched refs:startupVals (Results 1 – 1 of 1) sorted by relevance
171 Bundle startupVals = new Bundle(1); in onOptionsItemSelected() local172 startupVals.putBoolean(RssService.REQUERY_KEY, true); in onOptionsItemSelected()174 startService(requeryIntent, startupVals); in onOptionsItemSelected()200 Bundle startupVals = new Bundle(1); in onActivityResult() local201 startupVals.putString(RssService.RSS_URL, data.getStringExtra("URL")); in onActivityResult()203 startIntent.putExtras(startupVals); in onActivityResult()