Searched defs:hostInputToken (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | IKeyguardClient.aidl | 26 …oneway void onCreateKeyguardSurface(in IBinder hostInputToken, in IKeyguardCallback keyguardCallba… in onCreateKeyguardSurface()
|
H A D | DevicePolicyKeyguardService.java | 100 public SurfaceControlViewHost.SurfacePackage onCreateKeyguardSurface( in onCreateKeyguardSurface()
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InlineSuggestionsRequest.java | 117 public void setHostInputToken(IBinder hostInputToken) { in setHostInputToken() 214 abstract Builder setHostInputToken(IBinder hostInputToken); in setHostInputToken() 241 @Nullable IBinder hostInputToken, in InlineSuggestionsRequest() 447 IBinder hostInputToken = unparcelHostInputToken(in); in InlineSuggestionsRequest() local
|
/aosp12/frameworks/base/core/java/android/service/autofill/ |
H A D | IInlineSuggestionRenderService.aidl | 32 in IBinder hostInputToken, int displayId, int userId, int sessionId); in renderSuggestion()
|
H A D | InlineSuggestionRenderService.java | 132 InlinePresentation presentation, int width, int height, IBinder hostInputToken, in handleRenderSuggestion()
|
/aosp12/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()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | WindowlessWindowManager.java | 83 IBinder hostInputToken) { in WindowlessWindowManager() 467 IBinder hostInputToken, int flags, int privateFlags, int type, in grantInputChannel()
|
H A D | IWindowSession.aidl | 308 in IBinder hostInputToken, int flags, int privateFlags, int type, in grantInputChannel()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Session.java | 809 IWindow window, IBinder hostInputToken, int flags, int privateFlags, int type, in grantInputChannel()
|
H A D | WindowManagerService.java | 8356 SurfaceControl surface, IWindow window, IBinder hostInputToken, in grantInputChannel()
|
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerService.java | 2070 void setCurHostInputToken(@NonNull IBinder callerImeToken, @Nullable IBinder hostInputToken) { in setCurHostInputToken()
|