Searched refs:clockRunning (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() 193 if (clockRunning) { in setNotification() 264 .setAutoCancel(!clockRunning) in setNotification() 266 .setOngoing(clockRunning) in setNotification() 277 private void saveNotification(long clockTime, boolean clockRunning, int numLaps) { in saveNotification() argument 281 if (clockRunning) { in saveNotification() 300 boolean clockRunning = prefs.getBoolean(Stopwatches.NOTIF_CLOCK_RUNNING, false); in showSavedNotification() 312 setNotification(clockBaseTime, clockRunning, numLaps); in showSavedNotification()
|