Searched refs:createManagedMockImeSession (Results 1 – 9 of 9) sorted by relevance
37 public static MockImeSession createManagedMockImeSession(ActivityManagerTestBase base) { in createManagedMockImeSession() method in MockImeHelper45 public static MockImeSession createManagedMockImeSession(ActivityManagerTestBase base, in createManagedMockImeSession() method in MockImeHelper
21 import static android.server.wm.MockImeHelper.createManagedMockImeSession;112 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeWindowCanSwitchToDifferentDisplays()161 try (var mockImeSession = createManagedMockImeSession(this); in testFallbackImmMaintainsParameters()189 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeApiForBug118341760()225 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeWindowCanSwitchWhenTopFocusedDisplayChange()277 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testCrossDisplayBasicImeOperations()327 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testDisplayPolicyImeHideImeOperation()364 final MockImeSession imeSession = createManagedMockImeSession(this); in testHideImeWhenImeTargetOnEmbeddedVirtualDisplay()415 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeWindowCanShownWhenActivityMovedToDisplay()492 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()
19 import static android.server.wm.MockImeHelper.createManagedMockImeSession;60 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testNoInputConnectionForUntrustedVirtualDisplay()
84 MockImeHelper.createManagedMockImeSession(this, KEYBOARD_HEIGHT, useFloating); in initActivity()
22 import static android.server.wm.MockImeHelper.createManagedMockImeSession;358 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testShowWhenLockedAttrImeActivityAndShowSoftInput()379 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testShowWhenLockedImeActivityAndShowSoftInput()402 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeShowsAfterLockScreenOnEditorTap()
244 final MockImeSession imeSession = MockImeHelper.createManagedMockImeSession(this); in testImeShowAndHide()267 final MockImeSession imeSession = MockImeHelper.createManagedMockImeSession(this); in testImeForceShowingNavigationBar()664 MockImeHelper.createManagedMockImeSession(this); in testShowImeOnCreate()713 MockImeHelper.createManagedMockImeSession(this); in testShowIme_immediatelyAfterDetachAndReattach()937 MockImeHelper.createManagedMockImeSession(this); in testDispatchApplyWindowInsetsCount_ime()
164 MockImeHelper.createManagedMockImeSession(this); in testImeDismissed()
160 final MockImeSession mockImeSession = MockImeHelper.createManagedMockImeSession(this); in testDisplayIdUpdateWhenImeMove()
27 import static android.server.wm.MockImeHelper.createManagedMockImeSession;237 mImeSession = createManagedMockImeSession(this); in setUp()