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

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java 40 public static final String PREF_START_TIME = "sw_start_time";
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerObj.java 61 private static final String PREF_START_TIME = "timer_start_time_";
88 key = PREF_START_TIME + id;
111 String key = PREF_START_TIME + id;
132 key = PREF_START_TIME + id;

Completed in 550 milliseconds