/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | Stopwatch.kt | 85 Stopwatch(State.PAUSED, UNUSED, UNUSED, totalTime) in pause() 134 const val UNUSED = Long.MIN_VALUE constant 137 private val RESET_STOPWATCH = Stopwatch(State.RESET, UNUSED, UNUSED, 0)
|
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 | Timer.kt | 159 return Timer(id, State.PAUSED, length, totalLength, UNUSED, UNUSED, remainingTime, label, in <lambda>() 196 Timer(id, State.RESET, length, length, UNUSED, UNUSED, length, label, in <lambda>() 340 const val UNUSED = Long.MIN_VALUE in <lambda>() constant
|
D | StopwatchDAO.kt | 50 val lastStartTime: Long = prefs.getLong(LAST_START_TIME, Stopwatch.UNUSED) in getStopwatch() 51 val lastWallClockTime: Long = prefs.getLong(LAST_WALL_CLOCK_TIME, Stopwatch.UNUSED) in getStopwatch()
|
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.kt | 76 val lastStartTime: Long = prefs.getLong(LAST_START_TIME + id, Timer.UNUSED) in getTimers() 77 val lastWallClockTime: Long = prefs.getLong(LAST_WALL_CLOCK_TIME + id, Timer.UNUSED) in getTimers()
|
D | TimerDAO.java | 88 final long lastStartTime = prefs.getLong(LAST_START_TIME + id, Timer.UNUSED); in getTimers() 90 Timer.UNUSED); in getTimers()
|
D | TimerModel.kt | 183 Timer(-1, Timer.State.RESET, length, length, Timer.UNUSED, Timer.UNUSED, length, in addTimer()
|
D | TimerModel.java | 217 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
|