Searched refs:updateCircle (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchService.java65 boolean updateCircle = showNotif; // Don't save updates to the cirle if we're in the app.
68 writeSharedPrefsStarted(mStartTime, updateCircle);
77 writeSharedPrefsLap(lapTimeElapsed, updateCircle);
85 writeSharedPrefsStopped(mElapsedTime, updateCircle);
93 writeSharedPrefsReset(updateCircle);
98 writeSharedPrefsReset(updateCircle);
336 Integer state, boolean updateCircle) {
368 editor.putBoolean(Stopwatches.PREF_UPDATE_CIRCLE, updateCircle);
372 private void writeSharedPrefsStarted(long startTime, boolean updateCircle) { argument
373 writeToSharedPrefs(startTime, null, null, Stopwatches.STOPWATCH_RUNNING, updateCircle);
335 writeToSharedPrefs(Long startTime, Long lapTimeElapsed, Long elapsedTime, Integer state, boolean updateCircle) argument
391 writeSharedPrefsLap(long lapTimeElapsed, boolean updateCircle) argument
417 writeSharedPrefsStopped(long elapsedTime, boolean updateCircle) argument
437 writeSharedPrefsReset(boolean updateCircle) argument
[all...]

Completed in 293 milliseconds