Home
last modified time | relevance | path

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

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
H A DKeyboardFragment.java99 InputMethodHelper.setDefaultInputMethodId(getContext(), (String) newValue); in onCreatePreferences()
125 List<InputMethodInfo> enabledInputMethodInfos = InputMethodHelper in updateCurrentKeyboardPreference()
131 final String defaultId = InputMethodHelper.getDefaultInputMethodId(getContext()); in updateCurrentKeyboardPreference()
156 List<InputMethodInfo> enabledInputMethodInfos = InputMethodHelper in updateKeyboardsSettings()
163 final String uri = InputMethodHelper.getInputMethodsSettingsUri(getContext(), info); in updateKeyboardsSettings()
164 final Intent settingsIntent = InputMethodHelper.getInputMethodSettingsIntent(info); in updateKeyboardsSettings()
H A DInputMethodHelper.java37 public class InputMethodHelper { class
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
H A DDevicePrefFragment.java60 import com.android.tv.settings.inputmethod.InputMethodHelper;
332 String defaultImId = InputMethodHelper.getDefaultInputMethodId(getContext()); in updateKeyboardAutofillSettings()
334 InputMethodInfo info = InputMethodHelper.findInputMethod(defaultImId, in updateKeyboardAutofillSettings()
335 InputMethodHelper.getEnabledSystemInputMethodList(getContext())); in updateKeyboardAutofillSettings()