Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DFocusHandlingTest.java130 static final long EXPECT_TIMEOUT = TimeUnit.SECONDS.toMillis(2); field in FocusHandlingTest
206 expectEvent(stream, startInputWithFallbackInputConnectionMatcher(), EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews()
240 expectEvent(stream, startInputWithFallbackInputConnectionMatcher(), EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews()
246 expectEvent(stream, startInputWithFallbackInputConnectionMatcher(), EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews()
254 expectEvent(stream, startInputWithFallbackInputConnectionMatcher(), EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews()
260 expectEvent(stream, showSoftInputMatcher(0), EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews()
264 expectCommand(stream, commitText, EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews()
266 waitOnMainUntil(() -> !keyEvents.isEmpty(), EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews() local
843 assertTrue(uiThreadSignal.await(EXPECT_TIMEOUT, TimeUnit.MILLISECONDS)); in testOnCheckIsTextEditorRunOnUIThread()
1025 expectEvent(stream, hideSoftInputMatcher(), EXPECT_TIMEOUT); in testUnfocusedEditor_stateUnspecified_hidesIme()
[all …]