Searched refs:accumulatedPolicy (Results 1 – 7 of 7) sorted by relevance
46 CarPowerPolicy accumulatedPolicy) {48 if (mIsAudioEnabled != accumulatedPolicy.isComponentEnabled(AUDIO)) {49 updateAudioPowerStateLocked(accumulatedPolicy);
64 CarPowerPolicy accumulatedPolicy) {65 notifyPowerPolicyListeners(appliedPolicy, accumulatedPolicy);584 CarPowerPolicy accumulatedPolicy) { in notifyPowerPolicyListeners() argument598 pair.second.execute(() -> pair.first.onPolicyChanged(accumulatedPolicy)); in notifyPowerPolicyListeners()
30 void onPolicyChanged(in CarPowerPolicy appliedPolicy, in CarPowerPolicy accumulatedPolicy); in onPolicyChanged() argument
72 CarPowerPolicy accumulatedPolicy) {73 boolean isOn = accumulatedPolicy.isComponentEnabled(PowerComponent.BLUETOOTH);
242 CarPowerPolicy accumulatedPolicy) {245 boolean isOff = !accumulatedPolicy.isComponentEnabled(PowerComponent.MEDIA);
910 CarPowerPolicy accumulatedPolicy) { in onPolicyChanged() argument911 mCurrentPowerPolicy = accumulatedPolicy; in onPolicyChanged()
1342 CarPowerPolicy accumulatedPolicy = mPowerComponentHandler.getAccumulatedPolicy(); in notifyPowerPolicyChange() local1358 listener.onPolicyChanged(appliedPolicy, accumulatedPolicy); in notifyPowerPolicyChange()