Home
last modified time | relevance | path

Searched refs:REASON_DEVICE_DEMO_MODE (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/apex/jobscheduler/framework/java/android/os/
DPowerExemptionManager.java187 public static final int REASON_DEVICE_DEMO_MODE = 63; field in PowerExemptionManager
467 REASON_DEVICE_DEMO_MODE,
704 case REASON_DEVICE_DEMO_MODE: in getExemptionReasonForStatsd()
705 return AppBackgroundRestrictionsInfo.REASON_DEVICE_DEMO_MODE; in getExemptionReasonForStatsd()
791 case REASON_DEVICE_DEMO_MODE: in reasonCodeToString()
DPowerWhitelistManager.java177 public static final int REASON_DEVICE_DEMO_MODE = PowerExemptionManager.REASON_DEVICE_DEMO_MODE; field in PowerWhitelistManager
347 REASON_DEVICE_DEMO_MODE,
/frameworks/base/core/proto/android/os/
Dappbackgroundrestrictioninfo.proto130 REASON_DEVICE_DEMO_MODE = 63; enumerator
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DFgsManagerController.kt706 PowerExemptionManager.REASON_DEVICE_DEMO_MODE -> UIControl.HIDE_ENTRY in updateUiControl()
/frameworks/base/services/core/java/com/android/server/am/
DAppRestrictionController.java71 import static android.os.PowerExemptionManager.REASON_DEVICE_DEMO_MODE;
2899 return REASON_DEVICE_DEMO_MODE;
DActiveServices.java63 import static android.os.PowerExemptionManager.REASON_DEVICE_DEMO_MODE;
2943 case REASON_DEVICE_DEMO_MODE: in checkPermission()
8816 ret = REASON_DEVICE_DEMO_MODE; in shouldAllowFgsStartForegroundNoBindingCheckLocked()
/frameworks/proto_logging/stats/
Datoms.proto22198 REASON_DEVICE_DEMO_MODE = 63; enumerator