Home
last modified time | relevance | path

Searched refs:ImeEventStreamTestUtils (Results 1 – 25 of 36) sorted by relevance

12

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceStrictModeTest.java21 import static com.android.cts.mockime.ImeEventStreamTestUtils.EventFilterMode.CHECK_ALL;
22 import static com.android.cts.mockime.ImeEventStreamTestUtils.clearAllEvents;
23 import static com.android.cts.mockime.ImeEventStreamTestUtils.eventMatcher;
24 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectCommand;
25 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
26 import static com.android.cts.mockime.ImeEventStreamTestUtils.notExpectEvent;
DSearchViewTest.java23 import static com.android.cts.mockime.ImeEventStreamTestUtils.EventFilterMode.CHECK_EXIT_EVENT_ONLY;
24 import static com.android.cts.mockime.ImeEventStreamTestUtils.eventMatcher;
25 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectBindInput;
26 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
27 import static com.android.cts.mockime.ImeEventStreamTestUtils.notExpectEvent;
28 import static com.android.cts.mockime.ImeEventStreamTestUtils.withDescription;
52 import com.android.cts.mockime.ImeEventStreamTestUtils.DescribedPredicate;
DPackageVisibilityTest.java19 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
20 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectCommand;
21 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
DImeSwitchingTest.java22 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
23 import static com.android.cts.mockime.ImeEventStreamTestUtils.eventMatcher;
24 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectCommand;
25 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
DInputMethodSubtypeEndToEndTest.java19 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
20 import static com.android.cts.mockime.ImeEventStreamTestUtils.eventMatcher;
21 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectCommand;
22 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
23 import static com.android.cts.mockime.ImeEventStreamTestUtils.notExpectEvent;
24 import static com.android.cts.mockime.ImeEventStreamTestUtils.withDescription;
51 import com.android.cts.mockime.ImeEventStreamTestUtils.DescribedPredicate;
DOnScreenPositionTest.java21 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
22 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
DDumpTest.java19 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
20 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
DInputMethodStartInputLifecycleTest.java27 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
28 import static com.android.cts.mockime.ImeEventStreamTestUtils.eventMatcher;
29 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectBindInput;
30 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectCommand;
31 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
32 import static com.android.cts.mockime.ImeEventStreamTestUtils.notExpectEvent;
33 import static com.android.cts.mockime.ImeEventStreamTestUtils.withDescription;
81 import com.android.cts.mockime.ImeEventStreamTestUtils.DescribedPredicate;
DEditTextImeSupportTest.java21 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
22 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectCommand;
23 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
24 import static com.android.cts.mockime.ImeEventStreamTestUtils.hideSoftInputMatcher;
25 import static com.android.cts.mockime.ImeEventStreamTestUtils.notExpectEvent;
26 import static com.android.cts.mockime.ImeEventStreamTestUtils.showSoftInputMatcher;
DNavigationBarColorTest.java31 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
32 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectBindInput;
33 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
34 import static com.android.cts.mockime.ImeEventStreamTestUtils.waitForInputViewLayoutStable;
DFocusHandlingTest.java35 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
36 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcherRestarting;
37 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcherRestartingFalse;
38 import static com.android.cts.mockime.ImeEventStreamTestUtils.eventMatcher;
39 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectBindInput;
40 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectCommand;
41 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
42 import static com.android.cts.mockime.ImeEventStreamTestUtils.hideSoftInputMatcher;
43 import static com.android.cts.mockime.ImeEventStreamTestUtils.notExpectEvent;
44 import static com.android.cts.mockime.ImeEventStreamTestUtils.showSoftInputMatcher;
[all …]
DInputMethodServiceTest.java33 import static com.android.cts.mockime.ImeEventStreamTestUtils.EventFilterMode.CHECK_EXIT_EVENT_ONLY;
34 import static com.android.cts.mockime.ImeEventStreamTestUtils.WindowLayoutInfoParcelable;
35 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
36 import static com.android.cts.mockime.ImeEventStreamTestUtils.eventMatcher;
37 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectCommand;
38 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
39 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEventWithKeyValue;
40 import static com.android.cts.mockime.ImeEventStreamTestUtils.notExpectEvent;
41 import static com.android.cts.mockime.ImeEventStreamTestUtils.showSoftInputMatcher;
42 import static com.android.cts.mockime.ImeEventStreamTestUtils.verificationMatcher;
[all …]
DAccessibilityInputMethodTest.java25 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
26 import static com.android.cts.mockime.ImeEventStreamTestUtils.eventMatcher;
27 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectBindInput;
28 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
29 import static com.android.cts.mockime.ImeEventStreamTestUtils.notExpectEvent;
DImeInsetsVisibilityTest.java30 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
31 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
32 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEventWithKeyValue;
33 import static com.android.cts.mockime.ImeEventStreamTestUtils.notExpectEvent;
34 import static com.android.cts.mockime.ImeEventStreamTestUtils.showSoftInputMatcher;
DImeInsetsControllerTest.java23 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectBindInput;
24 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectCommand;
DExtractViewTest.java21 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
22 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
DInputConnectionLifecycleTest.java22 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
23 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
DInputConnectionHandlerTest.java23 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
24 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectBindInput;
25 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectCommand;
26 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
/cts/tests/inputmethod/tests32/src/android/view/inputmethod/cts/sdk32/
DInputMethodManagerTest.kt28 import com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher in <lambda>()
29 import com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent in <lambda>()
/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/
DMultiDisplaySecurityImeTests.java22 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
23 import static com.android.cts.mockime.ImeEventStreamTestUtils.notExpectEvent;
DMultiDisplayImeTests.java30 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
31 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectCommand;
32 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
33 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEventWithKeyValue;
34 import static com.android.cts.mockime.ImeEventStreamTestUtils.hideSoftInputMatcher;
35 import static com.android.cts.mockime.ImeEventStreamTestUtils.notExpectEvent;
/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/
DMultiUserMockImeTest.java20 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
21 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DMultiDisplayTestBase.java43 import static com.android.cts.mockime.ImeEventStreamTestUtils.clearAllEvents;
44 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
45 import static com.android.cts.mockime.ImeEventStreamTestUtils.notExpectEvent;
46 import static com.android.cts.mockime.ImeEventStreamTestUtils.withDescription;
75 import com.android.cts.mockime.ImeEventStreamTestUtils;
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DDatasetFilteringTest.java23 import static com.android.cts.mockime.ImeEventStreamTestUtils.editorMatcher;
24 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectBindInput;
25 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectCommand;
26 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayClientTests.java29 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectCommand;
30 import static com.android.cts.mockime.ImeEventStreamTestUtils.expectEvent;

12