HomeSort by relevance Sort by last modified time
    Searched full:inputmethodids (Results 1 - 1 of 1) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
KeyboardActivity.java 206 String[] inputMethodIds = new String[totalInputMethods];
208 inputMethodIds[i] = enabledInputMethodInfos.get(i).getId();
210 return inputMethodIds;

Completed in 229 milliseconds