Searched defs:lastStartTime (Results 1 – 4 of 4) sorted by relevance
101 Timer(int id, State state, long length, long totalLength, long lastStartTime, in Timer()226 final long lastStartTime; in addMinute() local
44 Stopwatch(State state, long lastStartTime, long accumulatedTime) { in Stopwatch()
65 final long lastStartTime = prefs.getLong(LAST_START_TIME, Long.MIN_VALUE); in getStopwatch() local
93 final long lastStartTime = prefs.getLong(LAST_START_TIME + id, Long.MIN_VALUE); in getTimers() local