Home
last modified time | relevance | path

Searched defs:GO_TO_SLEEP_REASON_ACCESSIBILITY (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DIPowerManager.aidl123 const int GO_TO_SLEEP_REASON_ACCESSIBILITY = 7; field
H A DPowerManager.java409 public static final int GO_TO_SLEEP_REASON_ACCESSIBILITY = 7; field in PowerManager