Searched refs:someDisplayId (Results 1 – 1 of 1) sorted by relevance
984 int someDisplayId = Integer.MAX_VALUE; in injectKeyEventAndVerify() local985 when(mCarOccupantZoneService.getDisplayIdForDriver(anyInt())).thenReturn(someDisplayId); in injectKeyEventAndVerify()986 assertThat(event.getDisplayId()).isNotEqualTo(someDisplayId); in injectKeyEventAndVerify()992 event.getDisplayId()).isEqualTo(someDisplayId); in injectKeyEventAndVerify()