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 36 public static final String PREF_START_TIME = "sw_start_time";
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerObj.java 56 private static final String PREF_START_TIME = "timer_start_time_";
82 key = PREF_START_TIME + id;
103 String key = PREF_START_TIME + id;
122 key = PREF_START_TIME + id;

Completed in 1104 milliseconds