Searched refs:expectedDisplay (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | InputHalServiceTest.java | 860 @DisplayTypeEnum int expectedDisplay) { in dispatchSingleEvent() argument 865 verify(mInputListener).onKeyEvent(captor.capture(), eq(expectedDisplay)); in dispatchSingleEvent() 871 @DisplayTypeEnum int expectedDisplay, int code, Key action, int repeatCount, in dispatchSinglePerSeatEvent() argument 891 verify(mInputListener).onKeyEvent(captor.capture(), eq(expectedDisplay), in dispatchSinglePerSeatEvent() 898 @DisplayTypeEnum int expectedDisplay, int inputSource, int motionActionCode, in dispatchSinglePerSeatMotionEvent() argument 932 verify(mInputListener).onMotionEvent(captor.capture(), eq(expectedDisplay), eq(seat)); in dispatchSinglePerSeatMotionEvent() 938 @DisplayTypeEnum int expectedDisplay) { in dispatchSingleEventWithIndents() argument 944 eq(expectedDisplay)); in dispatchSingleEventWithIndents()
|