Home
last modified time | relevance | path

Searched refs:isKeyInputSupported (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java109 assertThat(mInputHalService.isKeyInputSupported()).isFalse(); in ignoresSetListener_beforeKeyInputSupported()
129 assertThat(mInputHalService.isKeyInputSupported()).isTrue(); in takesKeyInputProperty()
146 assertThat(mInputHalService.isKeyInputSupported()).isFalse(); in takesRotaryInputProperty()
162 assertThat(mInputHalService.isKeyInputSupported()).isFalse(); in takesCustomInputProperty()
179 assertThat(mInputHalService.isKeyInputSupported()).isTrue(); in takesKeyAndRotaryAndCustomInputProperty()
853 assertThat(mInputHalService.isKeyInputSupported()).isTrue(); in subscribeListener()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputRotaryServiceTest.java151 when(mInputHalService.isKeyInputSupported()).thenReturn(true); in setUp()
DCarInputServiceTest.java162 when(mInputHalService.isKeyInputSupported()).thenReturn(true); in setUp()
/packages/services/Car/service/src/com/android/car/hal/
DInputHalService.java196 public boolean isKeyInputSupported() { in isKeyInputSupported() method in InputHalService
/packages/services/Car/service/src/com/android/car/
DCarInputService.java449 if (!mInputHalService.isKeyInputSupported()) { in init()