Home
last modified time | relevance | path

Searched refs:InputMethodSettingValuesWrapper (Results 1 – 6 of 6) 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.java107 private InputMethodSettingValuesWrapper mInputMethodSettingValues;
123 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(activity); in onCreate()
739 InputMethodSettingValuesWrapper immValues = InputMethodSettingValuesWrapper
DAvailableVirtualKeyboardFragment.java50 private InputMethodSettingValuesWrapper mInputMethodSettingValues;
60 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(activity); in onCreatePreferences()
DInputMethodPreference.java75 private final InputMethodSettingValuesWrapper mInputMethodSettingValues;
118 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(context); in InputMethodPreference()
DInputMethodAndSubtypeEnabler.java114 InputMethodSettingValuesWrapper in onResume()
DInputMethodAndSubtypeUtil.java191 if ((!hasHardKeyboard && InputMethodSettingValuesWrapper.getInstance( in saveInputMethodSubtypeList()