Searched refs:MSG_POWER_POLICY_NOTIFICATION (Results 1 – 1 of 1) sorted by relevance
2999 private static final int MSG_POWER_POLICY_NOTIFICATION = 4; field in CarPowerManagementService.PowerHandler3040 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()