Searched refs:PERSISTENT_LAST_TAB (Results 1 – 1 of 1) sorted by relevance
79 private static final String PERSISTENT_LAST_TAB = "actionBarAdapter.lastTab"; field in ActionBarAdapter574 mPrefs.edit().putInt(PERSISTENT_LAST_TAB, tab).apply(); in saveLastTabPreference()579 return mPrefs.getInt(PERSISTENT_LAST_TAB, TabState.DEFAULT); in loadLastTabPreference()