Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java185 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in SystemInterface
186 return mSystemStateInterface.isSystemSupportingDeepSleep(); in isSystemSupportingDeepSleep()
DSystemStateInterface.java62 default boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
DCarPowerManagerUnitTest.java390 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in CarPowerManagerUnitTest.MockSystemStateInterface
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DIoStatsTrackerTest.java319 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in IoStatsTrackerTest.MockSystemStateInterface
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java728 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in CarPowerManagementServiceTest.MockSystemStateInterface
/packages/services/Car/service/src/com/android/car/
DCarPowerManagementService.java575 || !mSystemInterface.isSystemSupportingDeepSleep() in handleShutdownPrepare()