Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DAutofillServiceInfo.java92 private final boolean mInlineSuggestionsEnabled; field in AutofillServiceInfo
127 mInlineSuggestionsEnabled = false; in AutofillServiceInfo()
173 mInlineSuggestionsEnabled = inlineSuggestionsEnabled; in AutofillServiceInfo()
248 mInlineSuggestionsEnabled = false; in AutofillServiceInfo()
292 return mInlineSuggestionsEnabled; in isInlineSuggestionsEnabled()
328 builder.append(", inline suggestions enabled:").append(mInlineSuggestionsEnabled); in toString()
341 pw.println(mInlineSuggestionsEnabled); in dump()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java156 private final boolean mInlineSuggestionsEnabled; field in InputMethodInfo
379 mInlineSuggestionsEnabled = inlineSuggestionsEnabled; in InputMethodInfo()
396 mInlineSuggestionsEnabled = source.mInlineSuggestionsEnabled; in InputMethodInfo()
416 mInlineSuggestionsEnabled = source.readInt() == 1; in InputMethodInfo()
525 mInlineSuggestionsEnabled = inlineSuggestionsEnabled; in InputMethodInfo()
736 + " mInlineSuggestionsEnabled=" + mInlineSuggestionsEnabled in dump()
808 return mInlineSuggestionsEnabled; in isInlineSuggestionsEnabled()
849 dest.writeInt(mInlineSuggestionsEnabled ? 1 : 0); in writeToParcel()