Home
last modified time | relevance | path

Searched refs:InputMethodSettingValuesWrapper (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodSettingValuesWrapper.java43 public class InputMethodSettingValuesWrapper { class
44 private static final String TAG = InputMethodSettingValuesWrapper.class.getSimpleName();
46 private static volatile InputMethodSettingValuesWrapper sInstance;
53 public static InputMethodSettingValuesWrapper getInstance(Context context) { in getInstance()
57 sInstance = new InputMethodSettingValuesWrapper(context); in getInstance()
74 private InputMethodSettingValuesWrapper(Context context) { in InputMethodSettingValuesWrapper() method in InputMethodSettingValuesWrapper
DInputMethodPreference.java75 private final InputMethodSettingValuesWrapper mInputMethodSettingValues;
126 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(context); in InputMethodPreference()
DInputMethodAndSubtypeEnablerManager.java74 InputMethodSettingValuesWrapper in refresh()
DInputMethodAndSubtypeUtil.java180 if ((!hasHardKeyboard && InputMethodSettingValuesWrapper.getInstance( in saveInputMethodSubtypeList()