Searched defs:autoSelectionEnabled (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodAndSubtypeEnabler.java230 final boolean autoSelectionEnabled) {
235 autoSelectionPref.setChecked(autoSelectionEnabled);
239 // When autoSelectionEnabled is true, all subtype prefs need to be disabled with
242 pref.setEnabled(!autoSelectionEnabled);
243 if (autoSelectionEnabled) {
248 if (autoSelectionEnabled) {
229 setAutoSelectionSubtypesEnabled(final String imiId, final boolean autoSelectionEnabled) argument

Completed in 49 milliseconds