Searched defs:PREF_CUSTOM_INPUT_STYLES (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DSettings.java85 public static final String PREF_CUSTOM_INPUT_STYLES = "custom_input_styles"; field in class:Settings
289 return prefs.getString(PREF_CUSTOM_INPUT_STYLES, predefinedPrefSubtypes);
294 prefs.edit().putString(PREF_CUSTOM_INPUT_STYLES, prefSubtypes).apply();

Completed in 51 milliseconds