Home
last modified time | relevance | path

Searched refs:tapSensorAvailable (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
H A DTapScreenGesturePreferenceControllerTest.java72 when(mAmbientDisplayConfiguration.tapSensorAvailable()).thenReturn(false); in getAvailabilityStatus_gestureNotSupported_UNSUPPORTED_ON_DEVICE()
80 when(mAmbientDisplayConfiguration.tapSensorAvailable()).thenReturn(true); in getAvailabilityStatus_gestureSupported_AVAILABLE()
/aosp12/frameworks/base/core/java/android/hardware/display/
H A DAmbientDisplayConfiguration.java86 && tapSensorAvailable(); in tapGestureEnabled()
90 public boolean tapSensorAvailable() { in tapSensorAvailable() method in AmbientDisplayConfiguration
/aosp12/packages/apps/Settings/src/com/android/settings/gestures/
H A DTapScreenGesturePreferenceController.java48 if (!getAmbientConfig().tapSensorAvailable()) { in getAvailabilityStatus()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeConfigurationUtil.java69 when(config.tapSensorAvailable()).thenReturn(true); in createMockConfig()