Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DInputHalServiceTest.java98 assertThat(mInputHalService.isKeyInputSupported()).isFalse(); in ignoresSetListener_beforeKeyInputSupported()
117 assertThat(mInputHalService.isKeyInputSupported()).isTrue(); in takesKeyInputProperty()
132 assertThat(mInputHalService.isKeyInputSupported()).isFalse(); in takesRotaryInputProperty()
146 assertThat(mInputHalService.isKeyInputSupported()).isFalse(); in takesCustomInputProperty()
161 assertThat(mInputHalService.isKeyInputSupported()).isTrue(); in takesKeyAndRotaryAndCustomInputProperty()
492 assertThat(mInputHalService.isKeyInputSupported()).isTrue(); in subscribeListener()
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DInputHalService.java151 public boolean isKeyInputSupported() { in isKeyInputSupported() method in InputHalService
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DCarInputRotaryServiceTest.java140 when(mInputHalService.isKeyInputSupported()).thenReturn(true); in setUp()
H A DCarInputServiceTest.java120 when(mInputHalService.isKeyInputSupported()).thenReturn(true); in setUp()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarInputService.java321 if (!mInputHalService.isKeyInputSupported()) { in init()