Searched refs:PREF_ACCUM_TIME (Results 1 – 5 of 5) sorted by relevance
315 mElapsedTime = prefs.getLong(Stopwatches.PREF_ACCUM_TIME, 0); in readFromSharedPrefs()358 editor.putLong(Stopwatches.PREF_ACCUM_TIME, elapsedTime); in writeToSharedPrefs()
709 editor.putLong (Stopwatches.PREF_ACCUM_TIME, mAccumulatedTime); in writeToSharedPref()740 mAccumulatedTime = prefs.getLong(Stopwatches.PREF_ACCUM_TIME, 0); in readFromSharedPref()
41 public static final String PREF_ACCUM_TIME = "sw_accum_time"; field in Stopwatches
250 editor.remove (Stopwatches.PREF_ACCUM_TIME); in clearSharedPref()
210 editor.remove (Stopwatches.PREF_ACCUM_TIME); in clearSwSharedPref()