Searched refs:PREF_CUSTOM_INPUT_STYLES (Results 1 – 2 of 2) sorted by relevance
82 public static final String PREF_CUSTOM_INPUT_STYLES = "custom_input_styles"; field in Settings279 return prefs.getString(PREF_CUSTOM_INPUT_STYLES, predefinedPrefSubtypes); in readPrefAdditionalSubtypes()284 prefs.edit().putString(PREF_CUSTOM_INPUT_STYLES, prefSubtypes).apply(); in writePrefAdditionalSubtypes()
43 findPreference(Settings.PREF_CUSTOM_INPUT_STYLES)); in onResume()