Home
last modified time | relevance | path

Searched refs:mInputMethodManagerInternal (Results 1 – 4 of 4) 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()
94 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()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java124 private final InputMethodManagerInternal mInputMethodManagerInternal; field in Notifier
176 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in Notifier()
416 mInputMethodManagerInternal.setInteractive(interactive); in onWakefulnessChangeStarted()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java360 InputMethodManagerInternal mInputMethodManagerInternal; field in PhoneWindowManager
1106 if (mInputMethodManagerInternal == null) { in powerPress()
1107 mInputMethodManagerInternal = in powerPress()
1110 if (mInputMethodManagerInternal != null) { in powerPress()
1111 mInputMethodManagerInternal.hideCurrentInputMethod( in powerPress()