HomeSort by relevance Sort by last modified time
    Searched defs:PREF_STATE (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java 42 public static final String PREF_STATE = "sw_state";
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerObj.java 65 private static final String PREF_STATE = "timer_state_";
96 key = PREF_STATE + id;
119 key = PREF_STATE + id;
140 key = PREF_STATE + id;

Completed in 95 milliseconds