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.java93 InputMethodHelper.setDefaultInputMethodId(getContext(), (String) newValue); in onCreatePreferences()
119 List<InputMethodInfo> enabledInputMethodInfos = InputMethodHelper in updateCurrentKeyboardPreference()
125 final String defaultId = InputMethodHelper.getDefaultInputMethodId(getContext()); in updateCurrentKeyboardPreference()
150 List<InputMethodInfo> enabledInputMethodInfos = InputMethodHelper in updateKeyboardsSettings()
157 final Intent settingsIntent = InputMethodHelper.getInputMethodSettingsIntent(info); in updateKeyboardsSettings()
DInputMethodHelper.java35 public class InputMethodHelper { class
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DDevicePrefFragment.java43 import com.android.tv.settings.inputmethod.InputMethodHelper;
208 String defaultImId = InputMethodHelper.getDefaultInputMethodId(getContext()); in updateKeyboardAutofillSettings()
210 InputMethodInfo info = InputMethodHelper.findInputMethod(defaultImId, in updateKeyboardAutofillSettings()
211 InputMethodHelper.getEnabledSystemInputMethodList(getContext())); in updateKeyboardAutofillSettings()