Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DLowPowerStandbyController.java132 private static final String TAG_ALLOWED_REASONS = "allowed-reasons"; field in LowPowerStandbyController
481 case TAG_ALLOWED_REASONS: in loadPolicy()
548 writeTagValue(out, TAG_ALLOWED_REASONS, policy.getAllowedReasons()); in savePolicy()