Searched refs:InputMethodSettingValuesWrapper (Results 1 – 5 of 5) sorted by relevance
43 class InputMethodSettingValuesWrapper { class44 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
103 private InputMethodSettingValuesWrapper mInputMethodSettingValues;114 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(activity); in onCreate()689 InputMethodSettingValuesWrapper immValues = InputMethodSettingValuesWrapper
70 private final InputMethodSettingValuesWrapper mInputMethodSettingValues;113 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(context); in InputMethodPreference()
108 InputMethodSettingValuesWrapper in onResume()
184 if ((!hasHardKeyboard && InputMethodSettingValuesWrapper.getInstance( in saveInputMethodSubtypeList()