OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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