Searched refs:mInlineSuggestionsEnabled (Results 1 – 2 of 2) sorted by relevance
92 private final boolean mInlineSuggestionsEnabled; field in AutofillServiceInfo127 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()
156 private final boolean mInlineSuggestionsEnabled; field in InputMethodInfo379 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()