Home
last modified time | relevance | path

Searched refs:REASON_CARRIER_PRIVILEGED_APP (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/apex/jobscheduler/framework/java/android/os/
DPowerExemptionManager.java386 public static final int REASON_CARRIER_PRIVILEGED_APP = 321; field in PowerExemptionManager
512 REASON_CARRIER_PRIVILEGED_APP,
720 case REASON_CARRIER_PRIVILEGED_APP: in getExemptionReasonForStatsd()
721 return AppBackgroundRestrictionsInfo.REASON_CARRIER_PRIVILEGED_APP; in getExemptionReasonForStatsd()
879 case REASON_CARRIER_PRIVILEGED_APP: in reasonCodeToString()
/frameworks/base/core/proto/android/os/
Dappbackgroundrestrictioninfo.proto176 REASON_CARRIER_PRIVILEGED_APP = 321; enumerator
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBackgroundRestrictionTest.java63 import static android.os.PowerExemptionManager.REASON_CARRIER_PRIVILEGED_APP;
3056 verifyPotentialSystemExemptionReason(REASON_CARRIER_PRIVILEGED_APP, in testCarrierPrivilegedAppListener()
3069 verifyPotentialSystemExemptionReason(REASON_CARRIER_PRIVILEGED_APP, in testCarrierPrivilegedAppListener()
3077 verifyPotentialSystemExemptionReason(REASON_CARRIER_PRIVILEGED_APP, in testCarrierPrivilegedAppListener()
3085 verifyPotentialSystemExemptionReason(REASON_CARRIER_PRIVILEGED_APP, in testCarrierPrivilegedAppListener()
3106 verifyPotentialSystemExemptionReason(REASON_CARRIER_PRIVILEGED_APP, in testCarrierPrivilegedAppListener()
/frameworks/base/services/core/java/com/android/server/am/
DAppRestrictionController.java68 import static android.os.PowerExemptionManager.REASON_CARRIER_PRIVILEGED_APP;
2938 return REASON_CARRIER_PRIVILEGED_APP;
DActiveServices.java59 import static android.os.PowerExemptionManager.REASON_CARRIER_PRIVILEGED_APP;
2950 case REASON_CARRIER_PRIVILEGED_APP: in checkPermission()
/frameworks/proto_logging/stats/
Datoms.proto22244 REASON_CARRIER_PRIVILEGED_APP = 321; enumerator