Searched refs:PREF_UPDATE_CIRCLE (Results 1 – 3 of 3) sorted by relevance
719 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()
256 editor.putBoolean(Stopwatches.PREF_UPDATE_CIRCLE, false); in saveNotification()357 editor.putBoolean(Stopwatches.PREF_UPDATE_CIRCLE, updateCircle); in writeToSharedPrefs()
41 public static final String PREF_UPDATE_CIRCLE = "sw_update_circle"; field in Stopwatches