Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DInlineSuggestionsRequestInfo.java51 private final @NonNull Bundle mUiExtras; field in InlineSuggestionsRequestInfo
89 this.mUiExtras = uiExtras; in InlineSuggestionsRequestInfo()
91 NonNull.class, null, mUiExtras); in InlineSuggestionsRequestInfo()
117 return mUiExtras; in getUiExtras()
129 "uiExtras = " + mUiExtras + in toString()
148 && java.util.Objects.equals(mUiExtras, that.mUiExtras); in equals()
160 _hash = 31 * _hash + java.util.Objects.hashCode(mUiExtras); in hashCode()
172 dest.writeBundle(mUiExtras); in writeToParcel()
196 this.mUiExtras = uiExtras; in InlineSuggestionsRequestInfo()
198 NonNull.class, null, mUiExtras); in InlineSuggestionsRequestInfo()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillInlineSuggestionsRequestSession.java69 private final Bundle mUiExtras; field in AutofillInlineSuggestionsRequestSession
120 mUiExtras = uiExtras; in AutofillInlineSuggestionsRequestSession()
199 new InlineSuggestionsRequestInfo(mComponentName, mAutofillId, mUiExtras), in onCreateInlineSuggestionsRequestLocked()