Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java358 private void writeToSharedPrefs(Long startTime, Long lapTimeElapsed, Long elapsedTime, in writeToSharedPrefs() method in StopwatchService
396 writeToSharedPrefs(startTime, null, null, Stopwatches.STOPWATCH_RUNNING, updateCircle); in writeSharedPrefsStarted()
415 writeToSharedPrefs(null, lapTimeElapsed, null, null, updateCircle); in writeSharedPrefsLap()
441 writeToSharedPrefs(null, null, elapsedTime, Stopwatches.STOPWATCH_STOPPED, updateCircle); in writeSharedPrefsStopped()
461 writeToSharedPrefs(null, null, null, Stopwatches.STOPWATCH_RESET, updateCircle); in writeSharedPrefsReset()