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 38 public static final String PREF_STATE = "sw_state";
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerObj.java 60 private static final String PREF_STATE = "timer_state_";
90 key = PREF_STATE + id;
111 key = PREF_STATE + id;
128 key = PREF_STATE + id;

Completed in 59 milliseconds