Searched refs:PREF_STATE (Results 1 – 6 of 6) sorted by relevance
60 private static final String PREF_STATE = "timer_state_"; field in TimerObj90 key = PREF_STATE + id; in writeToSharedPref()111 key = PREF_STATE + id; in readFromSharedPref()128 key = PREF_STATE + id; in deleteFromSharedPref()
36 public static final String PREF_STATE = "sw_state"; field in Stopwatches
350 editor.putInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_RESET); in writeToSharedPrefs()352 editor.putInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_RUNNING); in writeToSharedPrefs()354 editor.putInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_STOPPED); in writeToSharedPrefs()
682 editor.putInt (Stopwatches.PREF_STATE, mState); in writeToSharedPref()713 mState = prefs.getInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_RESET); in readFromSharedPref()
267 editor.remove (Stopwatches.PREF_STATE); in clearSharedPref()
184 editor.remove (Stopwatches.PREF_STATE); in clearSwSharedPref()