Searched refs:mInputMethodManagerService (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
D | DefaultImeVisibilityApplierTest.java | 77 (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 …]
|
D | InputMethodManagerServiceTestBase.java | 128 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()
|
D | InputMethodBindingControllerTest.java | 83 mInputMethodManagerService.getCurrentImeUserIdLocked(), in setUp() 84 mInputMethodManagerService, mImeConnectionBindFlags, in setUp() 143 info = mInputMethodManagerService.queryInputMethodForCurrentUserLocked(TEST_IME_ID); in testBindCurrentMethodWithMainConnection()
|
D | ImeVisibilityStateComputerTest.java | 90 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()
|
D | InputMethodManagerServiceWindowGainedFocusTest.java | 256 return mInputMethodManagerService.startInputOrWindowGainedFocus( in startInputOrWindowGainedFocus()
|