Home
last modified time | relevance | path

Searched refs:isRotaryInputSupported (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java130 assertThat(mInputHalService.isRotaryInputSupported()).isFalse(); in takesKeyInputProperty()
145 assertThat(mInputHalService.isRotaryInputSupported()).isTrue(); in takesRotaryInputProperty()
161 assertThat(mInputHalService.isRotaryInputSupported()).isFalse(); in takesCustomInputProperty()
180 assertThat(mInputHalService.isRotaryInputSupported()).isTrue(); in takesKeyAndRotaryAndCustomInputProperty()
/packages/services/Car/service/src/com/android/car/hal/
DInputHalService.java217 public boolean isRotaryInputSupported() { in isRotaryInputSupported() method in InputHalService