Searched refs:secondLastTag (Results 1 – 2 of 2) sorted by relevance
287 String secondLastTag = manager.getBackStackEntryAt(count - 2).getName(); in onKeyUp() local288 if (ScanFragment.class.getCanonicalName().equals(secondLastTag)) { in onKeyUp()291 secondLastTag, FragmentManager.POP_BACK_STACK_INCLUSIVE); in onKeyUp()294 if (LineupFragment.class.getCanonicalName().equals(secondLastTag)) { in onKeyUp()296 (LineupFragment) manager.findFragmentByTag(secondLastTag); in onKeyUp()