Home
last modified time | relevance | path

Searched refs:InputMethodHelper (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
DKeyboardFragment.java100 InputMethodHelper.setDefaultInputMethodId(getContext(), (String) newValue); in onCreatePreferences()
126 List<InputMethodInfo> enabledInputMethodInfos = InputMethodHelper in updateCurrentKeyboardPreference()
132 final String defaultId = InputMethodHelper.getDefaultInputMethodId(getContext()); in updateCurrentKeyboardPreference()
157 List<InputMethodInfo> enabledInputMethodInfos = InputMethodHelper in updateKeyboardsSettings()
164 final String uri = InputMethodHelper.getInputMethodsSettingsUri(getContext(), info); in updateKeyboardsSettings()
165 final Intent settingsIntent = InputMethodHelper.getInputMethodSettingsIntent(info); in updateKeyboardsSettings()
DInputMethodHelper.java37 public class InputMethodHelper { class
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DDevicePrefFragment.java53 import com.android.tv.settings.inputmethod.InputMethodHelper;
264 String defaultImId = InputMethodHelper.getDefaultInputMethodId(getContext()); in updateKeyboardAutofillSettings()
266 InputMethodInfo info = InputMethodHelper.findInputMethod(defaultImId, in updateKeyboardAutofillSettings()
267 InputMethodHelper.getEnabledSystemInputMethodList(getContext())); in updateKeyboardAutofillSettings()