Lines Matching full:prefs
678 SharedPreferences prefs, String key, int defaultValue) {679 String value = prefs.getString(key, null);