Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DKeyboardActivity.java47 private InputMethodManager mInputMan; field in KeyboardActivity
51 mInputMan = (InputMethodManager) getSystemService(INPUT_METHOD_SERVICE); in onCreate()
171 mInputMan.getEnabledInputMethodList()); in getDefaultInputMethodName()
184 mInputMan.getEnabledInputMethodList()); in getCurrentInputMethodInfo()
195 mInputMan.getEnabledInputMethodList()); in getInputMethodNames()
207 mInputMan.getEnabledInputMethodList()); in getInputMethodIds()
240 new ArrayList<InputMethodInfo>(mInputMan.getInputMethodList()); in enableAllInputMethods()