Home
last modified time | relevance | path

Searched refs:getInputCode (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/tests/CarServiceTest/src/com/android/car/input/
DCustomInputEventTest.java44 assertThat(actual.getInputCode()).isEqualTo(CustomInputEvent.INPUT_CODE_F1); in testCustomInputEventWriteAndReadParcel()
DCarInputManagerTest.java859 assertThat(customInputEvent.getInputCode()).isEqualTo(inputCode); in sendAndAssertCustomInputEvent()
994 assertThat(event.getInputCode()).isEqualTo(expectedCustomEventFunction); in waitAndAssertLastCustomInputEvent()
/packages/services/Car/car-lib/src/android/car/input/
DCustomInputEvent.java97 public int getInputCode() { in getInputCode() method in CustomInputEvent
/packages/services/Car/tests/SampleCustomInputService/src/com/android/car/custominput/sample/
DCustomInputEventListener.java115 @EventAction int action = event.getInputCode(); in handle()
/packages/services/Car/car-lib/api/
Dsystem-current.txt1531 method public int getInputCode();
Dtest-current.txt1605 method public int getInputCode();
Dsystem-lint-baseline.txt3194 UnflaggedApi: android.car.input.CustomInputEvent#getInputCode():
3195 … New API must be flagged with @FlaggedApi: method android.car.input.CustomInputEvent.getInputCode()
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt1531 method public int getInputCode();