Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillInlineSessionController.java47 private final InputMethodManagerInternal mInputMethodManagerInternal; field in AutofillInlineSessionController
68 mInputMethodManagerInternal = inputMethodManagerInternal; in AutofillInlineSessionController()
93 mSession = new AutofillInlineSuggestionsRequestSession(mInputMethodManagerInternal, mUserId, in onCreateInlineSuggestionsRequestLocked()
H A DAutofillInlineSuggestionsRequestSession.java60 private final InputMethodManagerInternal mInputMethodManagerInternal; field in AutofillInlineSuggestionsRequestSession
117 mInputMethodManagerInternal = inputMethodManagerInternal; in AutofillInlineSuggestionsRequestSession()
200 mInputMethodManagerInternal.onCreateInlineSuggestionsRequest(mUserId, in onCreateInlineSuggestionsRequestLocked()
H A DAutofillManagerServiceImpl.java186 private final InputMethodManagerInternal mInputMethodManagerInternal; field in AutofillManagerServiceImpl
203 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in AutofillManagerServiceImpl()
542 flags, mInputMethodManagerInternal); in createSessionByTokenLocked()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
H A DTestPhoneWindowManager.java140 @Mock private InputMethodManagerInternal mInputMethodManagerInternal; field in TestPhoneWindowManager
223 LocalServices.addService(InputMethodManagerInternal.class, mInputMethodManagerInternal); in setUp()
536 verify(mInputMethodManagerInternal).switchKeyboardLayout(eq(direction)); in assertSwitchKeyboardLayout()
540 verify(mInputMethodManagerInternal, never()).switchKeyboardLayout(anyInt()); in assertSwitchKeyboardLayout()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java134 private final InputMethodManagerInternal mInputMethodManagerInternal; field in Notifier
202 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in Notifier()
476 mInputMethodManagerInternal.setInteractive(interactive); in onGlobalWakefulnessChangeStarted()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java169 private InputMethodManagerInternal mInputMethodManagerInternal; field in InputManagerService
527 mInputMethodManagerInternal = in systemRunning()
2812 return mInputMethodManagerInternal != null in isInputMethodConnectionActive()
2813 && mInputMethodManagerInternal.isAnyInputConnectionActive(); in isInputMethodConnectionActive()