/frameworks/base/core/java/android/app/admin/ |
D | DevicePolicyKeyguardService.java | 53 public void onCreateKeyguardSurface(@Nullable IBinder hostInputToken, 58 DevicePolicyKeyguardService.this.onCreateKeyguardSurface(hostInputToken); 101 @NonNull IBinder hostInputToken) { in onCreateKeyguardSurface()
|
D | IKeyguardClient.aidl | 26 …oneway void onCreateKeyguardSurface(in IBinder hostInputToken, in IKeyguardCallback keyguardCallba… in onCreateKeyguardSurface() argument
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InlineSuggestionsRequest.java | 117 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()
|
/frameworks/base/core/java/android/service/autofill/ |
D | InlineSuggestionRenderService.java | 132 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()
|
D | IInlineSuggestionRenderService.aidl | 32 in IBinder hostInputToken, int displayId, int userId, int sessionId); in renderSuggestion() argument
|
/frameworks/base/core/java/android/view/selectiontoolbar/ |
D | ShowInfo.java | 128 @NonNull IBinder hostInputToken, in ShowInfo() argument 142 this.mHostInputToken = hostInputToken; in ShowInfo() 313 IBinder hostInputToken = (IBinder) in.readStrongBinder(); in ShowInfo() local 327 this.mHostInputToken = hostInputToken; in ShowInfo()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | RemoteInlineSuggestionRenderService.java | 91 @Nullable IBinder hostInputToken, int displayId, int userId, int sessionId) { in renderSuggestion() argument 93 hostInputToken, displayId, userId, sessionId)); in renderSuggestion()
|
/frameworks/base/core/java/android/view/ |
D | WindowlessWindowManager.java | 91 IBinder hostInputToken) { in WindowlessWindowManager() argument 95 mHostInputToken = hostInputToken; in WindowlessWindowManager() 517 IBinder hostInputToken, int flags, int privateFlags, int type, IBinder focusGrantToken, in grantInputChannel() argument
|
D | IWindowSession.aidl | 307 in IBinder hostInputToken, int flags, int privateFlags, int type, in grantInputChannel() argument
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 870 IWindow window, IBinder hostInputToken, int flags, int privateFlags, int type, in grantInputChannel() argument 872 if (hostInputToken == null && !mCanAddInternalSystemWindow) { in grantInputChannel() 885 mService.grantInputChannel(this, mUid, mPid, displayId, surface, window, hostInputToken, in grantInputChannel()
|
D | WindowManagerService.java | 8734 SurfaceControl surface, IWindow window, IBinder hostInputToken, in grantInputChannel() argument 8743 mInputToWindowMap.get(hostInputToken), callingUid, callingPid, type, in grantInputChannel()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 2334 void setCurHostInputToken(@NonNull IBinder callerImeToken, @Nullable IBinder hostInputToken) { in setCurHostInputToken() argument 2339 mCurHostInputToken = hostInputToken; in setCurHostInputToken()
|