Home
last modified time | relevance | path

Searched defs:remoteRenderService (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteAugmentedAutofillService.java159 @Nullable RemoteInlineSuggestionRenderService remoteRenderService, int userId) { in onRequestAutofillLocked()
255 @Nullable RemoteInlineSuggestionRenderService remoteRenderService, in maybeRequestShowInlineSuggestions()
DSession.java1387 final RemoteInlineSuggestionRenderService remoteRenderService = in requestNewFillResponseLocked() local
5183 final RemoteInlineSuggestionRenderService remoteRenderService = in requestShowInlineSuggestionsLocked() local
5642 final RemoteInlineSuggestionRenderService remoteRenderService = in triggerAugmentedAutofillLocked() local
6751 final RemoteInlineSuggestionRenderService remoteRenderService = in destroyLocked() local
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DInlineFillUi.java122 @NonNull RemoteInlineSuggestionRenderService remoteRenderService, in InlineFillUiInfo()