Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/display/
DAmbientDisplayConfiguration.java153 public boolean wakeScreenGestureAvailable() { in wakeScreenGestureAvailable() method in AmbientDisplayConfiguration
161 && wakeScreenGestureAvailable(); in wakeLockScreenGestureEnabled()
167 && wakeScreenGestureAvailable(); in wakeDisplayGestureEnabled()
/frameworks/base/packages/SystemUI/tests/utils/src/android/hardware/display/
DFakeAmbientDisplayConfiguration.kt28 override fun wakeScreenGestureAvailable() = TODO("Not yet implemented") method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeConfigurationUtil.java74 when(config.wakeScreenGestureAvailable()).thenReturn(false); in createMockConfig()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeSensors.java256 mConfig.wakeScreenGestureAvailable() in DozeSensors()
266 mConfig.wakeScreenGestureAvailable(), in DozeSensors()