Searched defs:KEY_SETUP_SELECTED (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java68 private static final String KEY_SETUP_SELECTED = "_setup_selected"; field in class:TimerFragment
527 outState.putBoolean(KEY_SETUP_SELECTED, mNewTimerPage.getVisibility() == View.VISIBLE);
534 switchToSetupView = mViewState.getBoolean(KEY_SETUP_SELECTED, false);

Completed in 53 milliseconds