Searched refs:UNUSED (Results 1 – 6 of 6) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | Stopwatch.java | 32 static final long UNUSED = Long.MIN_VALUE; field in Stopwatch 35 private static final Stopwatch RESET_STOPWATCH = new Stopwatch(RESET, UNUSED, UNUSED, 0); 104 return new Stopwatch(PAUSED, UNUSED, UNUSED, getTotalTime()); in pause()
|
D | Timer.java | 79 static final long UNUSED = Long.MIN_VALUE; field in Timer 213 return new Timer(mId, PAUSED, mLength, mTotalLength, UNUSED, UNUSED, remainingTime, mLabel, in pause() 251 return new Timer(mId, RESET, mLength, mLength, UNUSED, UNUSED, mLength, mLabel, in reset()
|
D | StopwatchDAO.java | 61 final long lastStartTime = prefs.getLong(LAST_START_TIME, Stopwatch.UNUSED); in getStopwatch() 62 final long lastWallClockTime = prefs.getLong(LAST_WALL_CLOCK_TIME, Stopwatch.UNUSED); in getStopwatch()
|
D | TimerDAO.java | 88 final long lastStartTime = prefs.getLong(LAST_START_TIME + id, Timer.UNUSED); in getTimers() 90 Timer.UNUSED); in getTimers()
|
D | TimerModel.java | 216 Timer timer = new Timer(-1, RESET, length, length, Timer.UNUSED, Timer.UNUSED, length, in addTimer()
|
/packages/apps/SettingsIntelligence/proto/ |
D | settings_intelligence_log.proto | 14 UNUSED = 0; enumerator
|