Home
last modified time | relevance | path

Searched refs:PREF_PRIOR_STATE (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerObj.java67 private static final String PREF_PRIOR_STATE = "timer_prior_state_"; field in TimerObj
98 .putInt(PREF_PRIOR_STATE + id, mPriorState) in writeToSharedPref()
114 mPriorState = prefs.getInt(PREF_PRIOR_STATE + id, 0); in readFromSharedPref()
132 .remove(PREF_PRIOR_STATE + id) in deleteFromSharedPref()