Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java176 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in SystemInterface
177 return mSystemStateInterface.isSystemSupportingDeepSleep(); in isSystemSupportingDeepSleep()
DSystemStateInterface.java62 default boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method
/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.java830 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in CarPowerManagementServiceTest.MockSystemStateInterface
/packages/services/Car/service/src/com/android/car/
DCarPowerManagementService.java510 || !mSystemInterface.isSystemSupportingDeepSleep() in handleShutdownPrepare()