Searched refs:InputMethodSettingValuesWrapper (Results 1 – 6 of 6) sorted by relevance
39 public class InputMethodSettingValuesWrapper { class40 private static final String TAG = InputMethodSettingValuesWrapper.class.getSimpleName();42 private static volatile InputMethodSettingValuesWrapper sInstance;47 public static InputMethodSettingValuesWrapper getInstance(Context context) { in getInstance()51 sInstance = new InputMethodSettingValuesWrapper(context); in getInstance()59 private InputMethodSettingValuesWrapper(Context context) { in InputMethodSettingValuesWrapper() method in InputMethodSettingValuesWrapper
75 private final InputMethodSettingValuesWrapper mInputMethodSettingValues;127 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(context); in InputMethodPreference()
75 InputMethodSettingValuesWrapper in refresh()
76 InputMethodSettingValuesWrapper in refresh()
181 if ((!hasHardKeyboard && InputMethodSettingValuesWrapper.getInstance( in saveInputMethodSubtypeList()