Searched refs:mInputMethodManagerInternal (Results 1 – 5 of 5) sorted by relevance
47 private final InputMethodManagerInternal mInputMethodManagerInternal; field in AutofillInlineSessionController68 mInputMethodManagerInternal = inputMethodManagerInternal; in AutofillInlineSessionController()93 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()
175 private final InputMethodManagerInternal mInputMethodManagerInternal; field in AutofillManagerServiceImpl192 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in AutofillManagerServiceImpl()531 flags, mInputMethodManagerInternal); in createSessionByTokenLocked()
130 private final InputMethodManagerInternal mInputMethodManagerInternal; field in Notifier190 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in Notifier()441 mInputMethodManagerInternal.setInteractive(interactive); in onWakefulnessChangeStarted()
394 InputMethodManagerInternal mInputMethodManagerInternal; field in PhoneWindowManager1016 if (mInputMethodManagerInternal == null) { in powerPress()1017 mInputMethodManagerInternal = in powerPress()1020 if (mInputMethodManagerInternal != null) { in powerPress()1021 mInputMethodManagerInternal.hideCurrentInputMethod( in powerPress()