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.java60 private static final String PREF_STATE = "timer_state_"; field in TimerObj
90 key = PREF_STATE + id; in writeToSharedPref()
111 key = PREF_STATE + id; in readFromSharedPref()
128 key = PREF_STATE + id; in deleteFromSharedPref()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatches.java36 public static final String PREF_STATE = "sw_state"; field in Stopwatches
DStopwatchService.java350 editor.putInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_RESET); in writeToSharedPrefs()
352 editor.putInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_RUNNING); in writeToSharedPrefs()
354 editor.putInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_STOPPED); in writeToSharedPrefs()
DStopwatchFragment.java682 editor.putInt (Stopwatches.PREF_STATE, mState); in writeToSharedPref()
713 mState = prefs.getInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_RESET); in readFromSharedPref()
/packages/apps/DeskClock/src/com/android/deskclock/
DCircleTimerView.java267 editor.remove (Stopwatches.PREF_STATE); in clearSharedPref()
DUtils.java184 editor.remove (Stopwatches.PREF_STATE); in clearSwSharedPref()