Searched refs:tapSensorAvailable (Results 1 – 3 of 3) sorted by relevance
18 override fun tapSensorAvailable() = TODO("Not yet implemented") method
114 && tapSensorAvailable(); in tapGestureEnabled()118 public boolean tapSensorAvailable() { in tapSensorAvailable() method in AmbientDisplayConfiguration
69 when(config.tapSensorAvailable()).thenReturn(true); in createMockConfig()