Searched refs:mHostInputToken (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InlineSuggestionsRequest.java | 99 private @Nullable IBinder mHostInputToken; field in InlineSuggestionsRequest 119 mHostInputToken = hostInputToken; in setHostInputToken() 128 parcel.writeStrongBinder(mHostInputToken); in parcelHostInputToken() 259 this.mHostInputToken = hostInputToken; in InlineSuggestionsRequest() 330 return mHostInputToken; in getHostInputToken() 388 && java.util.Objects.equals(mHostInputToken, that.mHostInputToken) in equals() 418 if (mHostInputToken != null) flg |= 0x20; in writeToParcel() 466 this.mHostInputToken = hostInputToken; in InlineSuggestionsRequest() 499 private @Nullable IBinder mHostInputToken; field in InlineSuggestionsRequest.Builder 614 mHostInputToken = value; in setHostInputToken() [all …]
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | RemoteInlineSuggestionViewConnector.java | 45 @Nullable private final IBinder mHostInputToken; field in RemoteInlineSuggestionViewConnector 62 mHostInputToken = inlineFillUiInfo.mInlineRequest.getHostInputToken(); in RemoteInlineSuggestionViewConnector() 87 mHostInputToken, mDisplayId, mUserId, mSessionId); in renderSuggestion()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowlessWindowManager.java | 91 private final IBinder mHostInputToken; field in WindowlessWindowManager 105 mHostInputToken = hostInputToken; in WindowlessWindowManager() 231 window, mHostInputToken, attrs.flags, attrs.privateFlags, in addToDisplay() 236 mRealWm.grantInputChannel(displayId, sc, window, mHostInputToken, attrs.flags, in addToDisplay()
|