Searched refs:clockBaseTime (Results 1 – 1 of 1) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
D | StopwatchService.java | 166 private void setNotification(long clockBaseTime, boolean clockRunning, int numLaps) { in setNotification() argument 182 R.id.swn_collapsed_chronometer, clockBaseTime, null, clockRunning); in setNotification() 189 R.id.swn_expanded_chronometer, clockBaseTime, null, clockRunning); in setNotification() 298 long clockBaseTime = prefs.getLong(Stopwatches.NOTIF_CLOCK_BASE, -1); in showSavedNotification() local 302 if (clockBaseTime == -1) { in showSavedNotification() 309 clockBaseTime = Utils.getTimeNow() - clockElapsedTime; in showSavedNotification() 312 setNotification(clockBaseTime, clockRunning, numLaps); in showSavedNotification()
|