Home | History | Annotate | Download | only in deskclock

Lines Matching full:prefs

263     public static void clearSwSharedPref(SharedPreferences prefs) {
264 SharedPreferences.Editor editor = prefs.edit();
268 int lapNum = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.STOPWATCH_RESET);