Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerObj.java67 private static final String PREF_STATE = "timer_state_"; field in TimerObj
93 editor.putInt(PREF_STATE + id, mState); in writeToSharedPref()
112 key = PREF_STATE + id; in readFromSharedPref()
133 key = PREF_STATE + id; in deleteFromSharedPref()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java363 editor.putInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_RESET); in writeToSharedPrefs()
365 editor.putInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_RUNNING); in writeToSharedPrefs()
367 editor.putInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_STOPPED); in writeToSharedPrefs()
DStopwatchFragment.java710 editor.putInt (Stopwatches.PREF_STATE, mState); in writeToSharedPref()
741 mState = prefs.getInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_RESET); in readFromSharedPref()
DStopwatches.java42 public static final String PREF_STATE = "sw_state"; field in Stopwatches
/packages/apps/DeskClock/src/com/android/deskclock/
DCircleTimerView.java251 editor.remove (Stopwatches.PREF_STATE); in clearSharedPref()
DUtils.java211 editor.remove (Stopwatches.PREF_STATE); in clearSwSharedPref()