Home
last modified time | relevance | path

Searched refs:createManagedMockImeSession (Results 1 – 9 of 9) sorted by relevance

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DMockImeHelper.java37 public static MockImeSession createManagedMockImeSession(ActivityManagerTestBase base) { in createManagedMockImeSession() method in MockImeHelper
45 public static MockImeSession createManagedMockImeSession(ActivityManagerTestBase base, in createManagedMockImeSession() method in MockImeHelper
/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/
DMultiDisplayImeTests.java21 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()
DMultiDisplaySecurityImeTests.java19 import static android.server.wm.MockImeHelper.createManagedMockImeSession;
60 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testNoInputConnectionForUntrustedVirtualDisplay()
DWindowInsetsAnimationImeTests.java84 MockImeHelper.createManagedMockImeSession(this, KEYBOARD_HEIGHT, useFloating); in initActivity()
/cts/tests/framework/base/windowmanager/src/android/server/wm/keyguard/
DKeyguardLockedTests.java22 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()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsControllerTests.java244 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()
/cts/tests/framework/base/windowmanager/src/android/server/wm/backnavigation/
DBackGestureInvokedTest.java164 MockImeHelper.createManagedMockImeSession(this); in testImeDismissed()
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayClientTests.java160 final MockImeSession mockImeSession = MockImeHelper.createManagedMockImeSession(this); in testDisplayIdUpdateWhenImeMove()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java27 import static android.server.wm.MockImeHelper.createManagedMockImeSession;
237 mImeSession = createManagedMockImeSession(this); in setUp()