Home
last modified time | relevance | path

Searched refs:mockImeSession (Results 1 – 6 of 6) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySystemDecorationTests.java387 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeWindowCanSwitchToDifferentDisplays() local
403 final ImeEventStream stream = mockImeSession.openEventStream(); in testImeWindowCanSwitchToDifferentDisplays()
439 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeApiForBug118341760() local
452 final ImeEventStream stream = mockImeSession.openEventStream(); in testImeApiForBug118341760()
477 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeWindowCanSwitchWhenTopFocusedDisplayChange() local
495 final ImeEventStream stream = mockImeSession.openEventStream(); in testImeWindowCanSwitchWhenTopFocusedDisplayChange()
538 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testCrossDisplayBasicImeOperations() local
563 final ImeEventStream stream = mockImeSession.openEventStream(); in testCrossDisplayBasicImeOperations()
574 expectCommand(stream, mockImeSession.callCommitText(commitText, 1), TIMEOUT); in testCrossDisplayBasicImeOperations()
582 final ImeCommand callCursorUpdates = mockImeSession.callRequestCursorUpdates( in testCrossDisplayBasicImeOperations()
[all …]
DKeyguardLockedTests.java371 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testShowWhenLockedAttrImeActivityAndShowSoftInput() local
380 final ImeEventStream stream = mockImeSession.openEventStream(); in testShowWhenLockedAttrImeActivityAndShowSoftInput()
392 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testShowWhenLockedImeActivityAndShowSoftInput() local
402 final ImeEventStream stream = mockImeSession.openEventStream(); in testShowWhenLockedImeActivityAndShowSoftInput()
414 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeShowsAfterLockScreenOnEditorTap() local
434 final ImeEventStream stream = mockImeSession.openEventStream(); in testImeShowsAfterLockScreenOnEditorTap()
DMultiDisplayClientTests.java157 final MockImeSession mockImeSession = MockImeHelper.createManagedMockImeSession(this); in testDisplayIdUpdateWhenImeMove() local
160 activityClass, mockImeSession, DEFAULT_DISPLAY); in testDisplayIdUpdateWhenImeMove()
170 activityClass, mockImeSession, newDisplay.mId); in testDisplayIdUpdateWhenImeMove()
DMultiDisplaySecurityTests.java815 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testNoInputConnectionForUntrustedVirtualDisplay() local
831 final ImeEventStream stream = mockImeSession.openEventStream(); in testNoInputConnectionForUntrustedVirtualDisplay()
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DDatasetFilteringTest.java190 final MockImeSession mockImeSession = sMockImeSessionRule.getMockImeSession(); in testFilter_usingKeyboard() local
191 assumeTrue("MockIME not available", mockImeSession != null); in testFilter_usingKeyboard()
215 final ImeEventStream stream = mockImeSession.openEventStream(); in testFilter_usingKeyboard()
232 final ImeCommand cmd1 = mockImeSession.callCommitText("a", 1); in testFilter_usingKeyboard()
237 final ImeCommand cmd2 = mockImeSession.callCommitText("a", 1); in testFilter_usingKeyboard()
242 final ImeCommand cmd3 = mockImeSession.callSendDownUpKeyEvents(KeyEvent.KEYCODE_DEL); in testFilter_usingKeyboard()
247 final ImeCommand cmd4 = mockImeSession.callSendDownUpKeyEvents(KeyEvent.KEYCODE_DEL); in testFilter_usingKeyboard()
253 final ImeCommand cmd5 = mockImeSession.callCommitText("aaa", 1); in testFilter_usingKeyboard()
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineLoginActivityTest.java295 final MockImeSession mockImeSession = sMockImeSessionRule.getMockImeSession(); in testAutofill_noInvalid() local
296 assumeTrue("MockIME not available", mockImeSession != null); in testAutofill_noInvalid()
298 mockImeSession.callSetInlineSuggestionsExtras(bundle); in testAutofill_noInvalid()
420 final MockImeSession mockImeSession = sMockImeSessionRule.getMockImeSession(); in testTouchEventPassToIme() local
421 assumeTrue("MockIME not available", mockImeSession != null); in testTouchEventPassToIme()
441 final ImeEventStream stream = mockImeSession.openEventStream(); in testTouchEventPassToIme()