Home
last modified time | relevance | path

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

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