Home
last modified time | relevance | path

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

/packages/services/Car/tests/SampleCustomInputService/tests/src/com/android/car/custominput/sample/unittest/
DCustomInputEventListenerTest.java366 private void assertKeyEvents(int expectedDisplayType, KeyEvent... events) { in assertKeyEvents() argument
372 assertThat(displayTypeCaptor.getValue()).isEqualTo(expectedDisplayType); in assertKeyEvents()
/packages/services/Car/tests/carservice_test/src/com/android/car/input/
DCarInputManagerTest.java982 private void waitAndAssertLastCustomInputEvent(int expectedDisplayType, in waitAndAssertLastCustomInputEvent() argument
992 assertThat(lastEvent.first).isEqualTo(expectedDisplayType); in waitAndAssertLastCustomInputEvent()
998 assertThat(event.getTargetDisplayType()).isEqualTo(expectedDisplayType); in waitAndAssertLastCustomInputEvent()