OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expectCommand
(Results
1 - 3
of
3
) sorted by null
/cts/tests/autofillservice/src/android/autofillservice/cts/
DatasetFilteringTest.java
25
import static com.android.cts.mockime.ImeEventStreamTestUtils.
expectCommand
;
216
expectCommand
(stream, cmd1, MOCK_IME_TIMEOUT_MS);
221
expectCommand
(stream, cmd2, MOCK_IME_TIMEOUT_MS);
226
expectCommand
(stream, cmd3, MOCK_IME_TIMEOUT_MS);
231
expectCommand
(stream, cmd4, MOCK_IME_TIMEOUT_MS);
237
expectCommand
(stream, cmd5, MOCK_IME_TIMEOUT_MS);
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
FocusHandlingTest.java
25
import static com.android.cts.mockime.ImeEventStreamTestUtils.
expectCommand
;
257
expectCommand
(stream, commit1, TIMEOUT);
283
expectCommand
(stream, commit2, TIMEOUT);
313
expectCommand
(stream, commit3, TIMEOUT);
327
expectCommand
(stream, commit4, TIMEOUT);
384
expectCommand
(stream, command, TIMEOUT);
/cts/tests/framework/base/windowmanager/src/android/server/wm/
MultiDisplaySystemDecorationTests.java
33
import static com.android.cts.mockime.ImeEventStreamTestUtils.
expectCommand
;
576
expectCommand
(stream, mockImeSession.callCommitText(commitText, 1), TIMEOUT);
586
assertFalse(
expectCommand
(stream, callCursorUpdates, TIMEOUT).getReturnBooleanValue());
[
all
...]
Completed in 530 milliseconds