Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DKeyboardActivity.java84 startActivity(getInputMethodSettingsIntent(currentInputMethodInfo)); in onActionClicked()
255 private Intent getInputMethodSettingsIntent(InputMethodInfo imi) { in getInputMethodSettingsIntent() method in KeyboardActivity