Searched defs:isSystemSupportingDeepSleep (Results 1 - 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/systeminterface/
H A DSystemStateInterface.java57 default boolean isSystemSupportingDeepSleep() { method in interface:SystemStateInterface
H A DSystemInterface.java171 public boolean isSystemSupportingDeepSleep() { method in class:SystemInterface
172 return mSystemStateInterface.isSystemSupportingDeepSleep();
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
H A DIoStatsTrackerTest.java316 public boolean isSystemSupportingDeepSleep() { method in class:IoStatsTrackerTest.MockSystemStateInterface
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DCarPowerManagementServiceTest.java320 public boolean isSystemSupportingDeepSleep() { method in class:CarPowerManagementServiceTest.MockSystemStateInterface

Completed in 82 milliseconds