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