Searched defs:accumulatedTime (Results 1 – 4 of 4) sorted by relevance
66 final long accumulatedTime = prefs.getLong(ACCUMULATED_TIME, 0); in getStopwatch() local106 final long accumulatedTime = prefs.getLong(lapAccumulatedTimeKey, 0); in getLaps() local128 public static void addLap(Context context, int newLapCount, long accumulatedTime) { in addLap()
33 Lap(int lapNumber, long lapTime, long accumulatedTime) { in Lap()
44 Stopwatch(State state, long lastStartTime, long accumulatedTime) { in Stopwatch()
279 private String formatAccumulatedTime(long accumulatedTime, boolean isBinding) { in formatAccumulatedTime()309 private final TextView accumulatedTime; field in LapsAdapter.LapItemHolder