Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java719 editor.putBoolean(Stopwatches.PREF_UPDATE_CIRCLE, false); in writeToSharedPref()
742 if (prefs.getBoolean(Stopwatches.PREF_UPDATE_CIRCLE, true)) { in readFromSharedPref()
814 if (prefs.getBoolean(Stopwatches.PREF_UPDATE_CIRCLE, true)) { in onSharedPreferenceChanged()
DStopwatchService.java256 editor.putBoolean(Stopwatches.PREF_UPDATE_CIRCLE, false); in saveNotification()
357 editor.putBoolean(Stopwatches.PREF_UPDATE_CIRCLE, updateCircle); in writeToSharedPrefs()
DStopwatches.java41 public static final String PREF_UPDATE_CIRCLE = "sw_update_circle"; field in Stopwatches