Searched refs:isKeyInputSupported (Results 1 – 4 of 4) sorted by relevance
89 assertThat(mInputHalService.isKeyInputSupported()).isFalse(); in ignoresSetListener_beforeKeyInputSupported()109 assertThat(mInputHalService.isKeyInputSupported()).isTrue(); in takesKeyInputProperty()235 assertThat(mInputHalService.isKeyInputSupported()).isTrue(); in subscribeListener()
92 public synchronized boolean isKeyInputSupported() { in isKeyInputSupported() method in InputHalService
335 if (!mInputHalService.isKeyInputSupported()) { in init()
99 when(mInputHalService.isKeyInputSupported()).thenReturn(true); in setUp()