Searched refs:PREF_CTV_INTERVAL_START (Results 1 – 2 of 2) sorted by relevance
368 Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START, -1); in writeSharedPrefsStarted()372 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START, in writeSharedPrefsStarted()397 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START, time); in writeSharedPrefsLap()400 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START, -1); in writeSharedPrefsLap()415 Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START, -1); in writeSharedPrefsStopped()
233 public static final String PREF_CTV_INTERVAL_START = "_ctv_interval_start"; field in CircleTimerView244 editor.putLong (key + PREF_CTV_INTERVAL_START, mIntervalStartTime); in writeToSharedPref()255 mIntervalStartTime = prefs.getLong(key + PREF_CTV_INTERVAL_START, -1); in readFromSharedPref()270 editor.remove (key + PREF_CTV_INTERVAL_START); in clearSharedPref()