Home
last modified time | relevance | path

Searched refs:wakeScreenGestureAvailable (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/display/
H A DAmbientDisplayConfiguration.java153 public boolean wakeScreenGestureAvailable() { in wakeScreenGestureAvailable() method in AmbientDisplayConfiguration
161 && wakeScreenGestureAvailable(); in wakeLockScreenGestureEnabled()
167 && wakeScreenGestureAvailable(); in wakeDisplayGestureEnabled()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeConfigurationUtil.java74 when(config.wakeScreenGestureAvailable()).thenReturn(false); in createMockConfig()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeSensors.java257 mConfig.wakeScreenGestureAvailable() in DozeSensors()
266 mConfig.wakeScreenGestureAvailable(), in DozeSensors()