Searched defs:lastWallClockTime (Results 1 – 4 of 4) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/data/ | ||
D | Stopwatch.kt | 32 val lastWallClockTime: Long, constant in com.android.deskclock.data.Stopwatch |
D | StopwatchDAO.kt | 51 val lastWallClockTime: Long = prefs.getLong(LAST_WALL_CLOCK_TIME, Stopwatch.UNUSED) in getStopwatch() constant |
D | Timer.kt | 44 val lastWallClockTime: Long, in <lambda>() constant in com.android.deskclock.data.Timer |
D | TimerDAO.kt | 77 val lastWallClockTime: Long = prefs.getLong(LAST_WALL_CLOCK_TIME + id, Timer.UNUSED) in getTimers() constant |