Home
last modified time | relevance | path

Searched defs:clockBaseTime (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java145 private void setNotification(long clockBaseTime, boolean clockRunning, int numLaps) { in setNotification()
275 long clockBaseTime = prefs.getLong(Stopwatches.NOTIF_CLOCK_BASE, -1); in showSavedNotification() local