Home
last modified time | relevance | path

Searched refs:newLapCount (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchDAO.java128 public static void addLap(Context context, int newLapCount, long accumulatedTime) { in addLap() argument
130 .putInt(LAP_COUNT, newLapCount) in addLap()
131 .putLong(LAP_ACCUMULATED_TIME + newLapCount, accumulatedTime) in addLap()