Searched refs:upIntent (Results 1 – 10 of 10) sorted by relevance
81 Intent upIntent = new Intent(this, MainActivity.class); in onOptionsItemSelected() local82 if (NavUtils.shouldUpRecreateTask(this, upIntent)) { in onOptionsItemSelected()87 .addNextIntent(upIntent) in onOptionsItemSelected()93 NavUtils.navigateUpTo(this, upIntent); in onOptionsItemSelected()
124 Intent upIntent = NavUtils.getParentActivityIntent(getActivity()); in onOptionsItemSelected() local125 upIntent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK); in onOptionsItemSelected()130 if (NavUtils.shouldUpRecreateTask(getActivity(), upIntent) in onOptionsItemSelected()135 .addNextIntentWithParentStack(upIntent) in onOptionsItemSelected()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...