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.java194 int totalInputMethods = enabledInputMethodInfos.size(); in getInputMethodNames() local
195 String[] inputMethodNames = new String[totalInputMethods]; in getInputMethodNames()
196 for (int i = 0; i < totalInputMethods; i++) { in getInputMethodNames()
205 int totalInputMethods = enabledInputMethodInfos.size(); in getInputMethodIds() local
206 String[] inputMethodIds = new String[totalInputMethods]; in getInputMethodIds()
207 for (int i = 0; i < totalInputMethods; i++) { in getInputMethodIds()