/aosp14/frameworks/base/core/java/android/app/admin/ |
H A D | DevicePolicyKeyguardService.java | 53 public void onCreateKeyguardSurface(@Nullable IBinder hostInputToken, 58 DevicePolicyKeyguardService.this.onCreateKeyguardSurface(hostInputToken); 101 @NonNull IBinder hostInputToken) { in onCreateKeyguardSurface()
|
H A D | IKeyguardClient.aidl | 26 …oneway void onCreateKeyguardSurface(in IBinder hostInputToken, in IKeyguardCallback keyguardCallba… in onCreateKeyguardSurface() argument
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InlineSuggestionsRequest.java | 118 public void setHostInputToken(IBinder hostInputToken) { in setHostInputToken() argument 119 mHostInputToken = hostInputToken; in setHostInputToken() 217 abstract Builder setHostInputToken(IBinder hostInputToken); in setHostInputToken() argument 243 @Nullable IBinder hostInputToken, in InlineSuggestionsRequest() argument 259 this.mHostInputToken = hostInputToken; in InlineSuggestionsRequest() 449 IBinder hostInputToken = unparcelHostInputToken(in); in InlineSuggestionsRequest() local 466 this.mHostInputToken = hostInputToken; in InlineSuggestionsRequest()
|
/aosp14/frameworks/base/core/java/android/service/autofill/ |
H A D | InlineSuggestionRenderService.java | 132 InlinePresentation presentation, int width, int height, IBinder hostInputToken, in handleRenderSuggestion() argument 134 if (hostInputToken == null) { in handleRenderSuggestion() 169 hostInputToken, "InlineSuggestionRenderService"); in handleRenderSuggestion() 342 @Nullable IBinder hostInputToken, int displayId, int userId, in onBind() 347 width, height, hostInputToken, displayId, userId, sessionId)); in onBind()
|
H A D | IInlineSuggestionRenderService.aidl | 32 in IBinder hostInputToken, int displayId, int userId, int sessionId); in renderSuggestion() argument
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | RemoteInlineSuggestionRenderService.java | 91 @Nullable IBinder hostInputToken, int displayId, int userId, int sessionId) { in renderSuggestion() argument 93 hostInputToken, displayId, userId, sessionId)); in renderSuggestion()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SurfaceControlViewHostTests.java | 143 IBinder hostInputToken) { in TestWindowlessWindowManager() argument 144 super(c, rootSurface, hostInputToken); in TestWindowlessWindowManager()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowlessWindowManager.java | 101 IBinder hostInputToken) { in WindowlessWindowManager() argument 105 mHostInputToken = hostInputToken; in WindowlessWindowManager() 592 IBinder hostInputToken, int flags, int privateFlags, int inputFeatures, int type, in grantInputChannel() argument
|
H A D | IWindowSession.aidl | 297 in IBinder hostInputToken, int flags, int privateFlags, int inputFeatures, int type, in grantInputChannel() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Session.java | 864 IWindow window, IBinder hostInputToken, int flags, int privateFlags, int type, in grantInputChannel() argument 867 if (hostInputToken == null && !mCanAddInternalSystemWindow) { in grantInputChannel() 875 mService.grantInputChannel(this, mUid, mPid, displayId, surface, window, hostInputToken, in grantInputChannel()
|
H A D | WindowManagerService.java | 8766 SurfaceControl surface, IWindow window, IBinder hostInputToken, in grantInputChannel() argument 8776 mInputToWindowMap.get(hostInputToken), callingUid, callingPid, in grantInputChannel()
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerService.java | 2174 void setCurHostInputToken(@NonNull IBinder callerImeToken, @Nullable IBinder hostInputToken) { in setCurHostInputToken() argument 2179 mCurHostInputToken = hostInputToken; in setCurHostInputToken()
|