Searched refs:mInputMethodManagerInternal (Results 1 – 6 of 6) 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 AutofillInlineSuggestionsRequestSession117 mInputMethodManagerInternal = inputMethodManagerInternal; in AutofillInlineSuggestionsRequestSession()200 mInputMethodManagerInternal.onCreateInlineSuggestionsRequest(mUserId, in onCreateInlineSuggestionsRequestLocked()
186 private final InputMethodManagerInternal mInputMethodManagerInternal; field in AutofillManagerServiceImpl203 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in AutofillManagerServiceImpl()542 flags, mInputMethodManagerInternal); in createSessionByTokenLocked()
140 @Mock private InputMethodManagerInternal mInputMethodManagerInternal; field in TestPhoneWindowManager223 LocalServices.addService(InputMethodManagerInternal.class, mInputMethodManagerInternal); in setUp()536 verify(mInputMethodManagerInternal).switchKeyboardLayout(eq(direction)); in assertSwitchKeyboardLayout()540 verify(mInputMethodManagerInternal, never()).switchKeyboardLayout(anyInt()); in assertSwitchKeyboardLayout()
134 private final InputMethodManagerInternal mInputMethodManagerInternal; field in Notifier202 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in Notifier()476 mInputMethodManagerInternal.setInteractive(interactive); in onGlobalWakefulnessChangeStarted()
169 private InputMethodManagerInternal mInputMethodManagerInternal; field in InputManagerService527 mInputMethodManagerInternal = in systemRunning()2812 return mInputMethodManagerInternal != null in isInputMethodConnectionActive()2813 && mInputMethodManagerInternal.isAnyInputConnectionActive(); in isInputMethodConnectionActive()