Searched refs:InputMethodSettingValuesWrapper (Results 1 – 4 of 4) sorted by relevance
43 public class InputMethodSettingValuesWrapper { class44 private static final String TAG = InputMethodSettingValuesWrapper.class.getSimpleName();46 private static volatile InputMethodSettingValuesWrapper sInstance;53 public static InputMethodSettingValuesWrapper getInstance(Context context) { in getInstance()57 sInstance = new InputMethodSettingValuesWrapper(context); in getInstance()74 private InputMethodSettingValuesWrapper(Context context) { in InputMethodSettingValuesWrapper() method in InputMethodSettingValuesWrapper
75 private final InputMethodSettingValuesWrapper mInputMethodSettingValues;126 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(context); in InputMethodPreference()
74 InputMethodSettingValuesWrapper in refresh()
180 if ((!hasHardKeyboard && InputMethodSettingValuesWrapper.getInstance( in saveInputMethodSubtypeList()