Home
last modified time | relevance | path

Searched refs:AutofillInlineSessionController (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillInlineSessionController.java45 final class AutofillInlineSessionController { class
65 AutofillInlineSessionController(InputMethodManagerInternal inputMethodManagerInternal, in AutofillInlineSessionController() method in AutofillInlineSessionController
H A DSession.java471 final AutofillInlineSessionController mInlineSessionController;
1406 mInlineSessionController = new AutofillInlineSessionController(inputMethodManagerInternal, in Session()