Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/os/
H A DPowerExemptionManager.java376 public static final int REASON_ROLE_EMERGENCY = 319; field in PowerExemptionManager
496 REASON_ROLE_EMERGENCY,
709 case REASON_ROLE_EMERGENCY: in getExemptionReasonForStatsd()
710 return AppBackgroundRestrictionsInfo.REASON_ROLE_EMERGENCY; in getExemptionReasonForStatsd()
858 case REASON_ROLE_EMERGENCY: in reasonCodeToString()
/aosp14/frameworks/base/core/proto/android/os/
H A Dappbackgroundrestrictioninfo.proto174 REASON_ROLE_EMERGENCY = 319; enumerator
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java73 import static android.os.PowerExemptionManager.REASON_ROLE_EMERGENCY;
2863 return REASON_ROLE_EMERGENCY; in getPotentialUserAllowedExemptionReason()
H A DActiveServices.java79 import static android.os.PowerExemptionManager.REASON_ROLE_EMERGENCY;
2717 case REASON_ROLE_EMERGENCY: in checkPermission()