Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DLowPowerStandbyController.java125 private static final int MSG_NOTIFY_POLICY_CHANGED = 3; field in LowPowerStandbyController
752 final Message msg = mHandler.obtainMessage(MSG_NOTIFY_POLICY_CHANGED, getPolicy()); in enqueueNotifyPolicyChangedLocked()
1159 case MSG_NOTIFY_POLICY_CHANGED: in handleMessage()