Home
last modified time | relevance | path

Searched refs:REASON_ACTIVE_DEVICE_ADMIN (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/os/
H A DPowerExemptionManager.java401 public static final int REASON_ACTIVE_DEVICE_ADMIN = 324; field in PowerExemptionManager
502 REASON_ACTIVE_DEVICE_ADMIN,
715 case REASON_ACTIVE_DEVICE_ADMIN: in getExemptionReasonForStatsd()
716 return AppBackgroundRestrictionsInfo.REASON_ACTIVE_DEVICE_ADMIN; in getExemptionReasonForStatsd()
868 case REASON_ACTIVE_DEVICE_ADMIN: in reasonCodeToString()
/aosp14/frameworks/base/core/proto/android/os/
H A Dappbackgroundrestrictioninfo.proto179 REASON_ACTIVE_DEVICE_ADMIN = 324; enumerator
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DFgsManagerController.kt711 PowerExemptionManager.REASON_ACTIVE_DEVICE_ADMIN,
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java58 import static android.os.PowerExemptionManager.REASON_ACTIVE_DEVICE_ADMIN;
2833 return REASON_ACTIVE_DEVICE_ADMIN; in getPotentialSystemExemptionReason()
H A DActiveServices.java52 import static android.os.PowerExemptionManager.REASON_ACTIVE_DEVICE_ADMIN;
2716 case REASON_ACTIVE_DEVICE_ADMIN: in checkPermission()