Home
last modified time | relevance | path

Searched refs:hostInputToken (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyKeyguardService.java53 public void onCreateKeyguardSurface(@Nullable IBinder hostInputToken,
58 DevicePolicyKeyguardService.this.onCreateKeyguardSurface(hostInputToken);
101 @NonNull IBinder hostInputToken) { in onCreateKeyguardSurface()
H A DIKeyguardClient.aidl26 …oneway void onCreateKeyguardSurface(in IBinder hostInputToken, in IKeyguardCallback keyguardCallba… in onCreateKeyguardSurface() argument
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestionsRequest.java117 public void setHostInputToken(IBinder hostInputToken) { in setHostInputToken() argument
118 mHostInputToken = hostInputToken; in setHostInputToken()
214 abstract Builder setHostInputToken(IBinder hostInputToken); in setHostInputToken() argument
241 @Nullable IBinder hostInputToken, in InlineSuggestionsRequest() argument
257 this.mHostInputToken = hostInputToken; in InlineSuggestionsRequest()
447 IBinder hostInputToken = unparcelHostInputToken(in); in InlineSuggestionsRequest() local
464 this.mHostInputToken = hostInputToken; in InlineSuggestionsRequest()
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DInlineSuggestionRenderService.java132 InlinePresentation presentation, int width, int height, IBinder hostInputToken, in handleRenderSuggestion() argument
134 if (hostInputToken == null) { in handleRenderSuggestion()
169 hostInputToken); in handleRenderSuggestion()
342 @Nullable IBinder hostInputToken, int displayId, int userId, in onBind()
347 width, height, hostInputToken, displayId, userId, sessionId)); in onBind()
H A DIInlineSuggestionRenderService.aidl32 in IBinder hostInputToken, int displayId, int userId, int sessionId); in renderSuggestion() argument
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteInlineSuggestionRenderService.java91 @Nullable IBinder hostInputToken, int displayId, int userId, int sessionId) { in renderSuggestion() argument
93 hostInputToken, displayId, userId, sessionId)); in renderSuggestion()
/aosp12/frameworks/base/core/java/android/view/
H A DWindowlessWindowManager.java83 IBinder hostInputToken) { in WindowlessWindowManager() argument
87 mHostInputToken = hostInputToken; in WindowlessWindowManager()
467 IBinder hostInputToken, int flags, int privateFlags, int type, in grantInputChannel() argument
H A DIWindowSession.aidl308 in IBinder hostInputToken, int flags, int privateFlags, int type, in grantInputChannel() argument
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java809 IWindow window, IBinder hostInputToken, int flags, int privateFlags, int type, in grantInputChannel() argument
811 if (hostInputToken == null && !mCanAddInternalSystemWindow) { in grantInputChannel()
824 mService.grantInputChannel(this, mUid, mPid, displayId, surface, window, hostInputToken, in grantInputChannel()
H A DWindowManagerService.java8356 SurfaceControl surface, IWindow window, IBinder hostInputToken, in grantInputChannel() argument
8364 mInputToWindowMap.get(hostInputToken), callingUid, callingPid, type, in grantInputChannel()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java2070 void setCurHostInputToken(@NonNull IBinder callerImeToken, @Nullable IBinder hostInputToken) { in setCurHostInputToken() argument
2075 mCurHostInputToken = hostInputToken; in setCurHostInputToken()