Searched refs:mInlineSuggestionsEnabled (Results 1 – 2 of 2) sorted by relevance
96 private final boolean mInlineSuggestionsEnabled; field in AutofillServiceInfo131 mInlineSuggestionsEnabled = false; in AutofillServiceInfo()177 mInlineSuggestionsEnabled = inlineSuggestionsEnabled; in AutofillServiceInfo()252 mInlineSuggestionsEnabled = false; in AutofillServiceInfo()296 return mInlineSuggestionsEnabled; in isInlineSuggestionsEnabled()357 builder.append(", inline suggestions enabled:").append(mInlineSuggestionsEnabled); in toString()370 pw.println(mInlineSuggestionsEnabled); in dump()
180 private final boolean mInlineSuggestionsEnabled; field in InputMethodInfo422 mInlineSuggestionsEnabled = inlineSuggestionsEnabled; in InputMethodInfo()449 mInlineSuggestionsEnabled = source.mInlineSuggestionsEnabled; in InputMethodInfo()484 mInlineSuggestionsEnabled = source.readInt() == 1; in InputMethodInfo()651 mInlineSuggestionsEnabled = inlineSuggestionsEnabled; in InputMethodInfo()910 + " mInlineSuggestionsEnabled=" + mInlineSuggestionsEnabled in dump()987 return mInlineSuggestionsEnabled; in isInlineSuggestionsEnabled()1029 dest.writeInt(mInlineSuggestionsEnabled ? 1 : 0); in writeToParcel()