Searched refs:isRotaryInputSupported (Results 1 – 2 of 2) sorted by relevance
130 assertThat(mInputHalService.isRotaryInputSupported()).isFalse(); in takesKeyInputProperty()145 assertThat(mInputHalService.isRotaryInputSupported()).isTrue(); in takesRotaryInputProperty()161 assertThat(mInputHalService.isRotaryInputSupported()).isFalse(); in takesCustomInputProperty()180 assertThat(mInputHalService.isRotaryInputSupported()).isTrue(); in takesKeyAndRotaryAndCustomInputProperty()
217 public boolean isRotaryInputSupported() { in isRotaryInputSupported() method in InputHalService