Searched refs:doubleTapSensorAvailable (Results 1 – 3 of 3) sorted by relevance
77 when(mAmbientDisplayConfiguration.doubleTapSensorAvailable()).thenReturn(true); in isSuggestionCompleted_ambientDisplay_falseWhenNotVisited()89 when(mAmbientDisplayConfiguration.doubleTapSensorAvailable()).thenReturn(false); in isSuggestionCompleted_ambientDisplay_trueWhenVisited()103 when(mAmbientDisplayConfiguration.doubleTapSensorAvailable()).thenReturn(false); in getAvailabilityStatus_aodNotSupported_UNSUPPORTED_ON_DEVICE()112 when(mAmbientDisplayConfiguration.doubleTapSensorAvailable()).thenReturn(true); in getAvailabilityStatus_aodSupported_aodOff_AVAILABLE()
61 return !config.doubleTapSensorAvailable() in isSuggestionComplete()68 if (!getAmbientConfig().doubleTapSensorAvailable()) { in getAvailabilityStatus()
102 && doubleTapSensorAvailable(); in doubleTapGestureEnabled()106 public boolean doubleTapSensorAvailable() { in doubleTapSensorAvailable() method in AmbientDisplayConfiguration