Searched refs:expectedDisplayType (Results 1 – 2 of 2) sorted by relevance
366 private void assertKeyEvents(int expectedDisplayType, KeyEvent... events) { in assertKeyEvents() argument372 assertThat(displayTypeCaptor.getValue()).isEqualTo(expectedDisplayType); in assertKeyEvents()
982 private void waitAndAssertLastCustomInputEvent(int expectedDisplayType, in waitAndAssertLastCustomInputEvent() argument992 assertThat(lastEvent.first).isEqualTo(expectedDisplayType); in waitAndAssertLastCustomInputEvent()998 assertThat(event.getTargetDisplayType()).isEqualTo(expectedDisplayType); in waitAndAssertLastCustomInputEvent()