Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioPowerListener.java46 CarPowerPolicy accumulatedPolicy) {
48 if (mIsAudioEnabled != accumulatedPolicy.isComponentEnabled(AUDIO)) {
49 updateAudioPowerStateLocked(accumulatedPolicy);
/packages/services/Car/car-lib/src/android/car/hardware/power/
DCarPowerManager.java64 CarPowerPolicy accumulatedPolicy) {
65 notifyPowerPolicyListeners(appliedPolicy, accumulatedPolicy);
584 CarPowerPolicy accumulatedPolicy) { in notifyPowerPolicyListeners() argument
598 pair.second.execute(() -> pair.first.onPolicyChanged(accumulatedPolicy)); in notifyPowerPolicyListeners()
DICarPowerPolicyListener.aidl30 void onPolicyChanged(in CarPowerPolicy appliedPolicy, in CarPowerPolicy accumulatedPolicy); in onPolicyChanged() argument
/packages/services/Car/service/src/com/android/car/
DBluetoothDeviceConnectionPolicy.java72 CarPowerPolicy accumulatedPolicy) {
73 boolean isOn = accumulatedPolicy.isComponentEnabled(PowerComponent.BLUETOOTH);
DCarMediaService.java242 CarPowerPolicy accumulatedPolicy) {
245 boolean isOff = !accumulatedPolicy.isComponentEnabled(PowerComponent.MEDIA);
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java910 CarPowerPolicy accumulatedPolicy) { in onPolicyChanged() argument
911 mCurrentPowerPolicy = accumulatedPolicy; in onPolicyChanged()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java1342 CarPowerPolicy accumulatedPolicy = mPowerComponentHandler.getAccumulatedPolicy(); in notifyPowerPolicyChange() local
1358 listener.onPolicyChanged(appliedPolicy, accumulatedPolicy); in notifyPowerPolicyChange()