Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
DCarPowerManagerUnitTest.java414 mCarPowerManager.removePowerPolicyListener(listenerOne); in testRemovePowerPolicyListener()
439 mCarPowerManager.removePowerPolicyListener(listener); in testRemovePowerPolicyListener_Twice()
442 mCarPowerManager.removePowerPolicyListener(listener); in testRemovePowerPolicyListener_Twice()
444 mCarPowerManager.removePowerPolicyListener(listener); in testRemovePowerPolicyListener_Twice()
450 () -> mCarPowerManager.removePowerPolicyListener(null)); in testRemovePowerPolicyListener_nullListener()
/packages/services/Car/car-lib/src/android/car/hardware/power/
DICarPower.aidl49 void removePowerPolicyListener(in ICarPowerPolicyListener listener); in removePowerPolicyListener() method
DCarPowerManager.java623 public void removePowerPolicyListener(@NonNull CarPowerPolicyListener listener) { in removePowerPolicyListener() method in CarPowerManager
819 mService.removePowerPolicyListener(mPolicyChangeBinderCallback); in updatePowerPolicyChangeCallback()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DPowerPolicyListener.java92 mCarPowerManager.removePowerPolicyListener(mPolicyListener); in release()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioPowerListener.java94 mCarPowerManagementService.removePowerPolicyListener(mChangeListener); in stopListeningForPolicyChanges()
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothPowerPolicy.java158 cpms.removePowerPolicyListener(mPowerPolicyListener); in release()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioPowerListenerTest.java180 verify(mMockCarPowerService).removePowerPolicyListener(captor.getValue()); in stopListeningForPolicyChanges_notNullPowerService()
DCarAudioServiceUnitTest.java2403 verify(mMockPowerService).removePowerPolicyListener(any()); in onAudioServerDown_forCarAudioServiceCallback()
2431 verify(mMockPowerService).removePowerPolicyListener(any()); in onAudioServerDown_forCarAudioServiceCallback_withFadeManagerEnabled()
2459 verify(mMockPowerService).removePowerPolicyListener(any()); in onAudioServerDown_forCarAudioServiceCallback_withCoreVolumeAndRouting()
/packages/services/Car/tests/carservice_test/src/com/android/car/power/
DCarPowerManagementTest.java361 cpms.removePowerPolicyListener(powerPolicyListener); in testSleepEntry()
431 cpms.removePowerPolicyListener(powerPolicyListener); in testUnallowedPowerStateEventAtSuspend()
/packages/services/Car/service/src/com/android/car/
DCarLocationService.java314 mCarPowerManagementService.removePowerPolicyListener(mPowerPolicyListener); in release()
DCarMediaService.java640 mPowerManagementService.removePowerPolicyListener(mPowerPolicyListener); in release()
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java756 powerService.removePowerPolicyListener(mCarDisplayPowerPolicyListener); in unsubscribePowerManagementService()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java1675 mService.removePowerPolicyListener(listenerAudio); in testRemovePowerPolicyListener_powerPolicyRefactorFlagDisabled()
1692 mService.removePowerPolicyListener(listenerAudio); in testRemovePowerPolicyListener_powerPolicyRefactorFlagEnabled()
/packages/services/Car/service/src/com/android/car/pm/
DCarPackageManagerService.java663 CarLocalServices.getService(CarPowerManagementService.class).removePowerPolicyListener( in release()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java1092 verify(mMockCarPowerManagementService).removePowerPolicyListener( in testRelease()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2131 public void removePowerPolicyListener(ICarPowerPolicyListener listener) { in removePowerPolicyListener() method in CarPowerManagementService
/packages/services/Car/car-lib/api/
Dcurrent.txt696 …n(android.car.Car.PERMISSION_READ_CAR_POWER_POLICY) public void removePowerPolicyListener(@NonNull…
Dlint-baseline.txt1348 UnflaggedApi: android.car.hardware.power.CarPowerManager#removePowerPolicyListener(android.car.hard…
1349 … @FlaggedApi: method android.car.hardware.power.CarPowerManager.removePowerPolicyListener(android.…
/packages/services/Car/car-lib-module/api/
Dcurrent.txt696 …n(android.car.Car.PERMISSION_READ_CAR_POWER_POLICY) public void removePowerPolicyListener(@NonNull…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1702 method TIRAMISU_0 void removePowerPolicyListener(CarPowerPolicyListener listener);