Home
last modified time | relevance | path

Searched defs:expectedDisplay (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java860 @DisplayTypeEnum int expectedDisplay) { in dispatchSingleEvent()
871 @DisplayTypeEnum int expectedDisplay, int code, Key action, int repeatCount, in dispatchSinglePerSeatEvent()
898 @DisplayTypeEnum int expectedDisplay, int inputSource, int motionActionCode, in dispatchSinglePerSeatMotionEvent()
938 @DisplayTypeEnum int expectedDisplay) { in dispatchSingleEventWithIndents()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeInputDispatcherPolicy.cpp215 void FakeInputDispatcherPolicy::assertFocusedDisplayNotified(ui::LogicalDisplayId expectedDisplay) { in assertFocusedDisplayNotified()