Searched refs:InputMethodSettingValuesWrapper (Results 1 – 6 of 6) 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
107 private InputMethodSettingValuesWrapper mInputMethodSettingValues;123 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(activity); in onCreate()739 InputMethodSettingValuesWrapper immValues = InputMethodSettingValuesWrapper
50 private InputMethodSettingValuesWrapper mInputMethodSettingValues;60 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(activity); in onCreatePreferences()
75 private final InputMethodSettingValuesWrapper mInputMethodSettingValues;118 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(context); in InputMethodPreference()
114 InputMethodSettingValuesWrapper in onResume()
191 if ((!hasHardKeyboard && InputMethodSettingValuesWrapper.getInstance( in saveInputMethodSubtypeList()