Searched refs:mInputMethodManagerInternal (Results 1 – 4 of 4) sorted by relevance
47 private final InputMethodManagerInternal mInputMethodManagerInternal; field in AutofillInlineSessionController68 mInputMethodManagerInternal = inputMethodManagerInternal; in AutofillInlineSessionController()94 mSession = new AutofillInlineSuggestionsRequestSession(mInputMethodManagerInternal, mUserId, in onCreateInlineSuggestionsRequestLocked()
60 private final InputMethodManagerInternal mInputMethodManagerInternal; field in AutofillInlineSuggestionsRequestSession115 mInputMethodManagerInternal = inputMethodManagerInternal; in AutofillInlineSuggestionsRequestSession()198 mInputMethodManagerInternal.onCreateInlineSuggestionsRequest(mUserId, in onCreateInlineSuggestionsRequestLocked()
124 private final InputMethodManagerInternal mInputMethodManagerInternal; field in Notifier176 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in Notifier()416 mInputMethodManagerInternal.setInteractive(interactive); in onWakefulnessChangeStarted()
360 InputMethodManagerInternal mInputMethodManagerInternal; field in PhoneWindowManager1106 if (mInputMethodManagerInternal == null) { in powerPress()1107 mInputMethodManagerInternal = in powerPress()1110 if (mInputMethodManagerInternal != null) { in powerPress()1111 mInputMethodManagerInternal.hideCurrentInputMethod( in powerPress()