Searched refs:InputMethodSettingValuesWrapper (Results 1 – 8 of 8) 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()
34 import com.android.settingslib.inputmethod.InputMethodSettingValuesWrapper;46 private InputMethodSettingValuesWrapper mInputMethodSettingValues;55 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(activity); in onCreatePreferences()
42 import com.android.settingslib.inputmethod.InputMethodSettingValuesWrapper;58 private InputMethodSettingValuesWrapper mInputMethodSettingValues;68 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(activity); in onCreatePreferences()