Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java131 assertThat(mInputHalService.isCustomInputSupported()).isFalse(); in takesKeyInputProperty()
147 assertThat(mInputHalService.isCustomInputSupported()).isFalse(); in takesRotaryInputProperty()
163 assertThat(mInputHalService.isCustomInputSupported()).isTrue(); in takesCustomInputProperty()
181 assertThat(mInputHalService.isCustomInputSupported()).isTrue(); in takesKeyAndRotaryAndCustomInputProperty()
/packages/services/Car/service/src/com/android/car/hal/
DInputHalService.java224 public boolean isCustomInputSupported() { in isCustomInputSupported() method in InputHalService