Searched refs:DEFAULT_DEVICE_INPUT_METHOD (Results 1 – 4 of 4) sorted by relevance
515 final String imi = getString(Settings.Secure.DEFAULT_DEVICE_INPUT_METHOD, null); in getSelectedDefaultDeviceInputMethod()526 putString(Settings.Secure.DEFAULT_DEVICE_INPUT_METHOD, imeId); in putSelectedDefaultDeviceInputMethod()
3013 Settings.Secure.DEFAULT_DEVICE_INPUT_METHOD, null, userId); in updateInputMethodsFromSettingsLocked()3023 Settings.Secure.DEFAULT_DEVICE_INPUT_METHOD, null, userId); in updateInputMethodsFromSettingsLocked()
684 Settings.Secure.DEFAULT_DEVICE_INPUT_METHOD,
7652 public static final String DEFAULT_DEVICE_INPUT_METHOD = "default_device_input_method"; field in Settings.Secure