Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/inputmethod/
DInputMethodSettingValuesWrapper.java43 class InputMethodSettingValuesWrapper { class
44 private static final String TAG = InputMethodSettingValuesWrapper.class.getSimpleName();
46 private static volatile InputMethodSettingValuesWrapper sInstance;
53 static InputMethodSettingValuesWrapper getInstance(Context context) { in getInstance()
57 sInstance = new InputMethodSettingValuesWrapper(context); in getInstance()
74 private InputMethodSettingValuesWrapper(Context context) { in InputMethodSettingValuesWrapper() method in InputMethodSettingValuesWrapper
DInputMethodAndLanguageSettings.java103 private InputMethodSettingValuesWrapper mInputMethodSettingValues;
114 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(activity); in onCreate()
689 InputMethodSettingValuesWrapper immValues = InputMethodSettingValuesWrapper
DInputMethodPreference.java70 private final InputMethodSettingValuesWrapper mInputMethodSettingValues;
113 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(context); in InputMethodPreference()
DInputMethodAndSubtypeEnabler.java108 InputMethodSettingValuesWrapper in onResume()
DInputMethodAndSubtypeUtil.java184 if ((!hasHardKeyboard && InputMethodSettingValuesWrapper.getInstance( in saveInputMethodSubtypeList()