Searched refs:upIntent (Results 1 – 2 of 2) sorted by relevance
54 Intent upIntent = NavUtils.getParentActivityIntent(this); in onOptionsItemSelected() local55 if (NavUtils.shouldUpRecreateTask(this, upIntent)) { in onOptionsItemSelected()61 NavUtils.navigateUpTo(this, upIntent); in onOptionsItemSelected()
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()