Home
last modified time | relevance | path

Searched refs:mInputMethodManagerService (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DDefaultImeVisibilityApplierTest.java77 (DefaultImeVisibilityApplier) mInputMethodManagerService.getVisibilityApplier(); in setUp()
79 mUserId = mInputMethodManagerService.getCurrentImeUserIdLocked(); in setUp()
80 mInputMethodManagerService.setAttachedClientForTesting(requireNonNull( in setUp()
81 mInputMethodManagerService.getClientStateLocked(mMockInputMethodClient))); in setUp()
137 mInputMethodManagerService.mImeWindowVis = IME_ACTIVE; in testApplyImeVisibility_hideImeExplicit()
147 mInputMethodManagerService.mImeWindowVis = IME_ACTIVE; in testApplyImeVisibility_hideNotAlways()
167 mInputMethodManagerService.addClient(mMockInputMethodClient, mMockRemoteInputConnection, in testApplyImeVisibility_hideImeFromTargetOnSecondaryDisplay()
169 mInputMethodManagerService.setAttachedClientForTesting(null); in testApplyImeVisibility_hideImeFromTargetOnSecondaryDisplay()
175 mInputMethodManagerService.getInputMethodBindingController(mUserId); in testApplyImeVisibility_hideImeFromTargetOnSecondaryDisplay()
181 verify(mInputMethodManagerService.mWindowManagerInternal).hideIme( in testApplyImeVisibility_hideImeFromTargetOnSecondaryDisplay()
[all …]
DInputMethodManagerServiceTestBase.java128 protected InputMethodManagerService mInputMethodManagerService; field in InputMethodManagerServiceTestBase
234 mInputMethodManagerService = new InputMethodManagerService(mContext, in setUp()
238 spyOn(mInputMethodManagerService); in setUp()
243 new InputMethodManagerService.Lifecycle(mContext, mInputMethodManagerService); in setUp()
260 mInputMethodManagerService.addClient(mMockInputMethodClient, mMockRemoteInputConnection, 0); in setUp()
266 if (mInputMethodManagerService != null) { in tearDown()
267 mInputMethodManagerService.mInputMethodDeviceConfigs.destroy(); in tearDown()
318 ClientState cs = mInputMethodManagerService.getClientStateLocked(client); in createSessionForClient()
DInputMethodBindingControllerTest.java83 mInputMethodManagerService.getCurrentImeUserIdLocked(), in setUp()
84 mInputMethodManagerService, mImeConnectionBindFlags, in setUp()
143 info = mInputMethodManagerService.queryInputMethodForCurrentUserLocked(TEST_IME_ID); in testBindCurrentMethodWithMainConnection()
DImeVisibilityStateComputerTest.java90 mComputer = new ImeVisibilityStateComputer(mInputMethodManagerService, injector); in setUp()
236 mInputMethodManagerService.mLastImeTargetWindow = lastImeTargetWindowToken; in testComputeState_lastImeRequestedVisible_preserved_When_StateUnChanged()
290 verify(mInputMethodManagerService).onApplyImeVisibilityFromComputer(targetCaptor.capture(), in testOnApplyImeVisibilityFromComputer()
DInputMethodManagerServiceWindowGainedFocusTest.java256 return mInputMethodManagerService.startInputOrWindowGainedFocus( in startInputOrWindowGainedFocus()