Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DIKeyguardClient.aidl26 …oneway void onCreateKeyguardSurface(in IBinder hostInputToken, in IKeyguardCallback keyguardCallba… in onCreateKeyguardSurface()
DDevicePolicyKeyguardService.java100 public SurfaceControlViewHost.SurfacePackage onCreateKeyguardSurface( in onCreateKeyguardSurface()
/frameworks/base/core/java/android/view/inputmethod/
DInlineSuggestionsRequest.java117 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
/frameworks/base/core/java/android/view/selectiontoolbar/
DShowInfo.java128 @NonNull IBinder hostInputToken, in ShowInfo()
313 IBinder hostInputToken = (IBinder) in.readStrongBinder(); in ShowInfo() local
/frameworks/base/core/java/android/service/autofill/
DIInlineSuggestionRenderService.aidl32 in IBinder hostInputToken, int displayId, int userId, int sessionId); in renderSuggestion()
DInlineSuggestionRenderService.java132 InlinePresentation presentation, int width, int height, IBinder hostInputToken, in handleRenderSuggestion()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteInlineSuggestionRenderService.java91 @Nullable IBinder hostInputToken, int displayId, int userId, int sessionId) { in renderSuggestion()
/frameworks/base/core/java/android/view/
DWindowlessWindowManager.java91 IBinder hostInputToken) { in WindowlessWindowManager()
517 IBinder hostInputToken, int flags, int privateFlags, int type, IBinder focusGrantToken, in grantInputChannel()
DIWindowSession.aidl307 in IBinder hostInputToken, int flags, int privateFlags, int type, in grantInputChannel()
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java870 IWindow window, IBinder hostInputToken, int flags, int privateFlags, int type, in grantInputChannel()
DWindowManagerService.java8734 SurfaceControl surface, IWindow window, IBinder hostInputToken, in grantInputChannel()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2334 void setCurHostInputToken(@NonNull IBinder callerImeToken, @Nullable IBinder hostInputToken) { in setCurHostInputToken()