Searched refs:mInlineSuggestionsEnabled (Results 1 – 2 of 2) sorted by relevance
83 private final boolean mInlineSuggestionsEnabled; field in AutofillServiceInfo117 mInlineSuggestionsEnabled = false; in AutofillServiceInfo()159 mInlineSuggestionsEnabled = inlineSuggestionsEnabled; in AutofillServiceInfo()238 return mInlineSuggestionsEnabled; in isInlineSuggestionsEnabled()249 builder.append(", inline suggestions enabled:").append(mInlineSuggestionsEnabled); in toString()261 pw.println(mInlineSuggestionsEnabled); in dump()
117 private final boolean mInlineSuggestionsEnabled; field in InputMethodInfo275 mInlineSuggestionsEnabled = inlineSuggestionsEnabled; in InputMethodInfo()285 mInlineSuggestionsEnabled = source.readInt() == 1; in InputMethodInfo()343 mInlineSuggestionsEnabled = inlineSuggestionsEnabled; in InputMethodInfo()496 + " mInlineSuggestionsEnabled=" + mInlineSuggestionsEnabled); in dump()561 return mInlineSuggestionsEnabled; in isInlineSuggestionsEnabled()577 dest.writeInt(mInlineSuggestionsEnabled ? 1 : 0); in writeToParcel()