Home
last modified time | relevance | path

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

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