Home
last modified time | relevance | path

Searched refs:mInputMethodManagerInternal (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillInlineSessionController.java47 private final InputMethodManagerInternal mInputMethodManagerInternal; field in AutofillInlineSessionController
68 mInputMethodManagerInternal = inputMethodManagerInternal; in AutofillInlineSessionController()
93 mSession = new AutofillInlineSuggestionsRequestSession(mInputMethodManagerInternal, mUserId, in onCreateInlineSuggestionsRequestLocked()
H A DAutofillInlineSuggestionsRequestSession.java60 private final InputMethodManagerInternal mInputMethodManagerInternal; field in AutofillInlineSuggestionsRequestSession
115 mInputMethodManagerInternal = inputMethodManagerInternal; in AutofillInlineSuggestionsRequestSession()
198 mInputMethodManagerInternal.onCreateInlineSuggestionsRequest(mUserId, in onCreateInlineSuggestionsRequestLocked()
H A DAutofillManagerServiceImpl.java172 private final InputMethodManagerInternal mInputMethodManagerInternal; field in AutofillManagerServiceImpl
189 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in AutofillManagerServiceImpl()
524 flags, mInputMethodManagerInternal); in createSessionByTokenLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java127 private final InputMethodManagerInternal mInputMethodManagerInternal; field in Notifier
182 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in Notifier()
422 mInputMethodManagerInternal.setInteractive(interactive); in onWakefulnessChangeStarted()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java365 InputMethodManagerInternal mInputMethodManagerInternal; field in PhoneWindowManager
967 if (mInputMethodManagerInternal == null) { in powerPress()
968 mInputMethodManagerInternal = in powerPress()
971 if (mInputMethodManagerInternal != null) { in powerPress()
972 mInputMethodManagerInternal.hideCurrentInputMethod( in powerPress()