Searched refs:PREF_CTV_MARKER_TIME (Results 1 – 2 of 2) sorted by relevance
237 public static final String PREF_CTV_MARKER_TIME = "_ctv_marker_time"; field in CircleTimerView247 editor.putLong (key + PREF_CTV_MARKER_TIME, mMarkerTime); in writeToSharedPref()258 mMarkerTime = prefs.getLong(key + PREF_CTV_MARKER_TIME, -1); in readFromSharedPref()273 editor.remove (key + PREF_CTV_MARKER_TIME); in clearSharedPref()
393 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_MARKER_TIME, lapTime); in writeSharedPrefsLap()