Searched refs:isKeyInputSupported (Results 1 – 5 of 5) sorted by relevance
98 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()
151 public boolean isKeyInputSupported() { in isKeyInputSupported() method in InputHalService
140 when(mInputHalService.isKeyInputSupported()).thenReturn(true); in setUp()
120 when(mInputHalService.isKeyInputSupported()).thenReturn(true); in setUp()
321 if (!mInputHalService.isKeyInputSupported()) { in init()