Home
last modified time | relevance | path

Searched refs:inlineSuggestionsEnabled (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/autofill/
DAutofillServiceInfo.java138 boolean inlineSuggestionsEnabled = false; // false by default. in AutofillServiceInfo()
159 inlineSuggestionsEnabled = afsAttributes.getBoolean( in AutofillServiceInfo()
177 mInlineSuggestionsEnabled = inlineSuggestionsEnabled; in AutofillServiceInfo()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodInfo.java259 boolean inlineSuggestionsEnabled = false; // false as default in InputMethodInfo()
324 inlineSuggestionsEnabled = sa.getBoolean( in InputMethodInfo()
422 mInlineSuggestionsEnabled = inlineSuggestionsEnabled; in InputMethodInfo()
636 boolean supportsSwitchingToNextInputMethod, boolean inlineSuggestionsEnabled, in InputMethodInfo() argument
651 mInlineSuggestionsEnabled = inlineSuggestionsEnabled; in InputMethodInfo()