Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DFocusHandlingTest.java206 expectEvent(stream, startInputWithFallbackInputConnectionMatcher(), EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews()
240 expectEvent(stream, startInputWithFallbackInputConnectionMatcher(), EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews()
246 expectEvent(stream, startInputWithFallbackInputConnectionMatcher(), EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews()
252 … notExpectEvent(stream, startInputWithFallbackInputConnectionMatcher(), NOT_EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews()
254 expectEvent(stream, startInputWithFallbackInputConnectionMatcher(), EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews()
276 private static DescribedPredicate<ImeEvent> startInputWithFallbackInputConnectionMatcher() { in startInputWithFallbackInputConnectionMatcher() method in FocusHandlingTest