Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarServiceTest/src/com/android/car/power/
DCarPowerManagementServiceTest.java335 CarPowerManagementService cpms = getCarPowerManagementService(); in testSleepEntry()
398 CarPowerManagementService cpms = getCarPowerManagementService(); in testUnallowedPowerStateEventAtSuspend()
484 CarPowerManagementService cpms = getCarPowerManagementService(); in testSleepShutdownFromPreShutdownPrepare()
550 CarPowerManagementService cpms = getCarPowerManagementService(); in testShutdownImmediatelyFromPreShutdownPrepare()
606 CarPowerManagementService cpms = getCarPowerManagementService(); in testApplyPowerPolicy_vhalPropertyUpdated()
634 CarPowerManagementService cpms = getCarPowerManagementService(); in testShutdownPostponeWhileListenerPendingInState()
713 CarPowerManagementService cpms = getCarPowerManagementService(); in registerListenerToFakeGarageMode()
731 private CarPowerManagementService getCarPowerManagementService() { in getCarPowerManagementService() method in CarPowerManagementServiceTest