Home
last modified time | relevance | path

Searched defs:mockImeSession (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/
H A DMultiDisplayImeTests.java116 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeWindowCanSwitchToDifferentDisplays() local
167 try (var mockImeSession = createManagedMockImeSession(this); in testFallbackImmMaintainsParameters()
195 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeApiForBug118341760() local
231 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeWindowCanSwitchWhenTopFocusedDisplayChange() local
283 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testCrossDisplayBasicImeOperations() local
333 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testDisplayPolicyImeHideImeOperation() local
421 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeWindowCanShownWhenActivityMovedToDisplay() local
499 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays() local
H A DMultiDisplaySecurityImeTests.java64 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testNoInputConnectionForUntrustedVirtualDisplay() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/keyguard/
H A DKeyguardLockedTests.java421 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testShowWhenLockedAttrImeActivityAndShowSoftInput() local
442 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testShowWhenLockedImeActivityAndShowSoftInput() local
465 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeShowsAfterLockScreenOnEditorTap() local
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
H A DInlineLoginActivityTest.java318 final MockImeSession mockImeSession = sMockImeSessionRule.getMockImeSession(); in testAutofill_noInvalid() local
405 final MockImeSession mockImeSession = sMockImeSessionRule.getMockImeSession(); in testImeDisableInlineSuggestions_fallbackDropdownUi() local
508 final MockImeSession mockImeSession = sMockImeSessionRule.getMockImeSession(); in testTouchEventPassToIme() local
/aosp_15_r20/cts/tests/inputmethod/src/com/android/cts/mockime/
H A DMockImeSessionCrashTest.java53 try (var mockImeSession = MockImeSession.create(mContext)) { in testRetrieveExitReasonsWhenMockImeSessionCrashes()
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
H A DDatasetFilteringTest.java190 final MockImeSession mockImeSession = sMockImeSessionRule.getMockImeSession(); in testFilter_usingKeyboard() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
H A DMultiDisplayClientTests.java159 final MockImeSession mockImeSession = MockImeHelper.createManagedMockImeSession(this); in testDisplayIdUpdateWhenImeMove() local