Searched refs:SAVED_MISCELLANEOUS_VIEW (Results 1 – 1 of 1) sorted by relevance
58 private static final String SAVED_MISCELLANEOUS_VIEW = "saved-miscellaneous-view"; field in TwoPaneController225 mSavedMiscellaneousView = savedState.getBoolean(SAVED_MISCELLANEOUS_VIEW, false); in onCreate()256 outState.putBoolean(SAVED_MISCELLANEOUS_VIEW, mMiscellaneousViewTransactionId >= 0); in onSaveInstanceState()