Searched refs:mockImeSession (Results 1 – 6 of 6) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | MultiDisplaySystemDecorationTests.java | 393 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeWindowCanSwitchToDifferentDisplays() local 406 final ImeEventStream stream = mockImeSession.openEventStream(); in testImeWindowCanSwitchToDifferentDisplays() 442 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeApiForBug118341760() local 455 final ImeEventStream stream = mockImeSession.openEventStream(); in testImeApiForBug118341760() 480 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeWindowCanSwitchWhenTopFocusedDisplayChange() local 498 final ImeEventStream stream = mockImeSession.openEventStream(); in testImeWindowCanSwitchWhenTopFocusedDisplayChange() 530 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testCrossDisplayBasicImeOperations() local 547 final ImeEventStream stream = mockImeSession.openEventStream(); in testCrossDisplayBasicImeOperations() 562 expectCommand(stream, mockImeSession.callCommitText(commitText, 1), TIMEOUT); in testCrossDisplayBasicImeOperations() 570 final ImeCommand callCursorUpdates = mockImeSession.callRequestCursorUpdates( in testCrossDisplayBasicImeOperations() [all …]
|
D | KeyguardLockedTests.java | 337 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testShowWhenLockedAttrImeActivityAndShowSoftInput() local 346 final ImeEventStream stream = mockImeSession.openEventStream(); in testShowWhenLockedAttrImeActivityAndShowSoftInput() 358 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testShowWhenLockedImeActivityAndShowSoftInput() local 368 final ImeEventStream stream = mockImeSession.openEventStream(); in testShowWhenLockedImeActivityAndShowSoftInput() 380 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testImeShowsAfterLockScreenOnEditorTap() local 400 final ImeEventStream stream = mockImeSession.openEventStream(); in testImeShowsAfterLockScreenOnEditorTap()
|
D | MultiDisplayClientTests.java | 157 final MockImeSession mockImeSession = MockImeHelper.createManagedMockImeSession(this); in testDisplayIdUpdateWhenImeMove() local 160 activityClass, mockImeSession, DEFAULT_DISPLAY); in testDisplayIdUpdateWhenImeMove() 170 activityClass, mockImeSession, newDisplay.mId); in testDisplayIdUpdateWhenImeMove()
|
D | MultiDisplaySecurityTests.java | 813 final MockImeSession mockImeSession = createManagedMockImeSession(this); in testNoInputConnectionForUntrustedVirtualDisplay() local 829 final ImeEventStream stream = mockImeSession.openEventStream(); in testNoInputConnectionForUntrustedVirtualDisplay()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/ |
D | DatasetFilteringTest.java | 190 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/ |
D | InlineLoginActivityTest.java | 295 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()
|