Home
last modified time | relevance | path

Searched defs:lastWallClockTime (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatch.kt32 val lastWallClockTime: Long, constant in com.android.deskclock.data.Stopwatch
DStopwatchDAO.kt51 val lastWallClockTime: Long = prefs.getLong(LAST_WALL_CLOCK_TIME, Stopwatch.UNUSED) in getStopwatch() constant
DTimer.kt44 val lastWallClockTime: Long, in <lambda>() constant in com.android.deskclock.data.Timer
289 val lastWallClockTime: Long in <lambda>() constant
DTimerDAO.kt77 val lastWallClockTime: Long = prefs.getLong(LAST_WALL_CLOCK_TIME + id, Timer.UNUSED) in getTimers() constant