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

  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndLanguageSettings.java 187 String[] inputMethodSelectorTitles = getResources().getStringArray(
189 if (inputMethodSelectorTitles.length > value) {
190 mShowInputMethodSelectorPref.setSummary(inputMethodSelectorTitles[value]);

Completed in 53 milliseconds