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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatches.java42 public static final String PREF_STATE = "sw_state"; field in class:Stopwatches
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerObj.java65 private static final String PREF_STATE = "timer_state_"; field in class:TimerObj
96 key = PREF_STATE + id;
119 key = PREF_STATE + id;
140 key = PREF_STATE + id;

Completed in 558 milliseconds