Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DKeyboardActivity.java196 int totalInputMethods = enabledInputMethodInfos.size(); in getInputMethodNames() local
197 String[] inputMethodNames = new String[totalInputMethods]; in getInputMethodNames()
198 for (int i = 0; i < totalInputMethods; i++) { in getInputMethodNames()
208 int totalInputMethods = enabledInputMethodInfos.size(); in getInputMethodIds() local
209 String[] inputMethodIds = new String[totalInputMethods]; in getInputMethodIds()
210 for (int i = 0; i < totalInputMethods; i++) { in getInputMethodIds()