Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/
H A DFocusHandlingTest.java201 expectEvent(stream, startInputWithFallbackInputConnectionMatcher(), EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews()
235 expectEvent(stream, startInputWithFallbackInputConnectionMatcher(), EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews()
241 expectEvent(stream, startInputWithFallbackInputConnectionMatcher(), EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews()
247 … notExpectEvent(stream, startInputWithFallbackInputConnectionMatcher(), NOT_EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews()
249 expectEvent(stream, startInputWithFallbackInputConnectionMatcher(), EXPECT_TIMEOUT); in testSwitchingBetweenEquivalentNonEditableViews()
271 private static DescribedPredicate<ImeEvent> startInputWithFallbackInputConnectionMatcher() { in startInputWithFallbackInputConnectionMatcher() method in FocusHandlingTest