Searched refs:PREF_START_TIME (Results 1 – 6 of 6) sorted by relevance
63 private static final String PREF_START_TIME = "timer_start_time_"; field in TimerObj89 editor.putLong(PREF_START_TIME + id, mStartTime); in writeToSharedPref()104 String key = PREF_START_TIME + id; in readFromSharedPref()125 key = PREF_START_TIME + id; in deleteFromSharedPref()
314 mStartTime = prefs.getLong(Stopwatches.PREF_START_TIME, 0); in readFromSharedPrefs()343 editor.putLong(Stopwatches.PREF_START_TIME, startTime); in writeToSharedPrefs()
708 editor.putLong (Stopwatches.PREF_START_TIME, mStartTime); in writeToSharedPref()739 mStartTime = prefs.getLong(Stopwatches.PREF_START_TIME, 0); in readFromSharedPref()
40 public static final String PREF_START_TIME = "sw_start_time"; field in Stopwatches
249 editor.remove (Stopwatches.PREF_START_TIME); in clearSharedPref()
209 editor.remove (Stopwatches.PREF_START_TIME); in clearSwSharedPref()