Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java89 assertThat(mInputHalService.isKeyInputSupported()).isFalse(); in ignoresSetListener_beforeKeyInputSupported()
109 assertThat(mInputHalService.isKeyInputSupported()).isTrue(); in takesKeyInputProperty()
235 assertThat(mInputHalService.isKeyInputSupported()).isTrue(); in subscribeListener()
/packages/services/Car/service/src/com/android/car/hal/
DInputHalService.java92 public synchronized boolean isKeyInputSupported() { in isKeyInputSupported() method in InputHalService
/packages/services/Car/service/src/com/android/car/
DCarInputService.java335 if (!mInputHalService.isKeyInputSupported()) { in init()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputServiceTest.java99 when(mInputHalService.isKeyInputSupported()).thenReturn(true); in setUp()