Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2999 private static final int MSG_POWER_POLICY_NOTIFICATION = 4; field in CarPowerManagementService.PowerHandler
3040 Message msg = obtainMessage(MSG_POWER_POLICY_NOTIFICATION, policyId); in handlePowerPolicyNotification()
3045 Message msg = obtainMessage(MSG_POWER_POLICY_NOTIFICATION, accumulatedPolicy); in handlePowerPolicyNotification()
3054 removeMessages(MSG_POWER_POLICY_NOTIFICATION); in cancelAll()
3080 case MSG_POWER_POLICY_NOTIFICATION: in handleMessage()