Searched defs:lastStartTime (Results 1 – 6 of 6) sorted by relevance
30 val lastStartTime: Long, constant in com.android.deskclock.data.Stopwatch
50 val lastStartTime: Long = prefs.getLong(LAST_START_TIME, Stopwatch.UNUSED) in getStopwatch() constant
42 val lastStartTime: Long, in <lambda>() constant in com.android.deskclock.data.Timer288 val lastStartTime: Long in <lambda>() constant
76 val lastStartTime: Long = prefs.getLong(LAST_START_TIME + id, Timer.UNUSED) in getTimers() constant
45 int64_t lastStartTime; member
834 long lastStartTime = inputPeriod.getStartTime(); in excludePowerConnectedTimeFromAppUsagePeriodList() local