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

  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java 239 final CheckBoxPreference autoCB = new CheckBoxPreference(context);
240 mSubtypeAutoSelectionCBMap.put(imiId, autoCB);
241 keyboardSettingsCategory.addPreference(autoCB);
277 autoCB.setTitle("---");
279 autoCB.setTitle(autoSubtypeLabel);
282 autoCB.setTitle(R.string.use_system_language_to_select_input_method_subtypes);
337 final CheckBoxPreference autoCB = mSubtypeAutoSelectionCBMap.get(imiId);
340 if (autoCB == null || !autoCB.isChecked()) continue;

Completed in 439 milliseconds