Searched refs:hostInputToken (Results 1 – 7 of 7) sorted by relevance
/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 239 @Nullable IBinder hostInputToken, in InlineSuggestionsRequest() argument 255 this.mHostInputToken = hostInputToken; in InlineSuggestionsRequest() 445 IBinder hostInputToken = unparcelHostInputToken(in); in InlineSuggestionsRequest() local 462 this.mHostInputToken = hostInputToken; in InlineSuggestionsRequest()
|
/frameworks/base/core/java/android/service/autofill/ |
D | InlineSuggestionRenderService.java | 133 InlinePresentation presentation, int width, int height, IBinder hostInputToken, in handleRenderSuggestion() argument 135 if (hostInputToken == null) { in handleRenderSuggestion() 170 new InputTransferToken(hostInputToken), "InlineSuggestionRenderService"); in handleRenderSuggestion() 343 @Nullable IBinder hostInputToken, int displayId, int userId, in onBind() 348 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/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 | 631 InputTransferToken hostInputToken, int flags, int privateFlags, int inputFeatures, in grantInputChannel() argument
|