Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillInlineSessionController.java47 private final InputMethodManagerInternal mInputMethodManagerInternal; field in AutofillInlineSessionController
68 mInputMethodManagerInternal = inputMethodManagerInternal; in AutofillInlineSessionController()
93 mSession = new AutofillInlineSuggestionsRequestSession(mInputMethodManagerInternal, mUserId, in onCreateInlineSuggestionsRequestLocked()
DAutofillInlineSuggestionsRequestSession.java60 private final InputMethodManagerInternal mInputMethodManagerInternal; field in AutofillInlineSuggestionsRequestSession
115 mInputMethodManagerInternal = inputMethodManagerInternal; in AutofillInlineSuggestionsRequestSession()
198 mInputMethodManagerInternal.onCreateInlineSuggestionsRequest(mUserId, in onCreateInlineSuggestionsRequestLocked()
DAutofillManagerServiceImpl.java175 private final InputMethodManagerInternal mInputMethodManagerInternal; field in AutofillManagerServiceImpl
192 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in AutofillManagerServiceImpl()
531 flags, mInputMethodManagerInternal); in createSessionByTokenLocked()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java130 private final InputMethodManagerInternal mInputMethodManagerInternal; field in Notifier
190 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in Notifier()
441 mInputMethodManagerInternal.setInteractive(interactive); in onWakefulnessChangeStarted()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java394 InputMethodManagerInternal mInputMethodManagerInternal; field in PhoneWindowManager
1016 if (mInputMethodManagerInternal == null) { in powerPress()
1017 mInputMethodManagerInternal = in powerPress()
1020 if (mInputMethodManagerInternal != null) { in powerPress()
1021 mInputMethodManagerInternal.hideCurrentInputMethod( in powerPress()