Home
last modified time | relevance | path

Searched defs:hostInputToken (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/admin/
H A DIKeyguardClient.aidl26 …oneway void onCreateKeyguardSurface(in IBinder hostInputToken, in IKeyguardCallback keyguardCallba… in onCreateKeyguardSurface()
H A DDevicePolicyKeyguardService.java100 public SurfaceControlViewHost.SurfacePackage onCreateKeyguardSurface( in onCreateKeyguardSurface()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestionsRequest.java118 public void setHostInputToken(IBinder hostInputToken) { in setHostInputToken()
217 abstract Builder setHostInputToken(IBinder hostInputToken); in setHostInputToken()
243 @Nullable IBinder hostInputToken, in InlineSuggestionsRequest()
449 IBinder hostInputToken = unparcelHostInputToken(in); in InlineSuggestionsRequest() local
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DIInlineSuggestionRenderService.aidl32 in IBinder hostInputToken, int displayId, int userId, int sessionId); in renderSuggestion()
H A DInlineSuggestionRenderService.java132 InlinePresentation presentation, int width, int height, IBinder hostInputToken, in handleRenderSuggestion()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceControlViewHostTests.java143 IBinder hostInputToken) { in TestWindowlessWindowManager()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteInlineSuggestionRenderService.java91 @Nullable IBinder hostInputToken, int displayId, int userId, int sessionId) { in renderSuggestion()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowlessWindowManager.java101 IBinder hostInputToken) { in WindowlessWindowManager()
592 IBinder hostInputToken, int flags, int privateFlags, int inputFeatures, int type, in grantInputChannel()
H A DIWindowSession.aidl297 in IBinder hostInputToken, int flags, int privateFlags, int inputFeatures, int type, in grantInputChannel()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java864 IWindow window, IBinder hostInputToken, int flags, int privateFlags, int type, in grantInputChannel()
H A DWindowManagerService.java8766 SurfaceControl surface, IWindow window, IBinder hostInputToken, in grantInputChannel()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java2174 void setCurHostInputToken(@NonNull IBinder callerImeToken, @Nullable IBinder hostInputToken) { in setCurHostInputToken()