Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/systeminterface/
DSystemPowerControlHelperTest.java72 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingDeepSleep, in testIsSystemSupportingDeepSleep()
75 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingDeepSleep, in testIsSystemSupportingDeepSleep()
78 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingDeepSleep, in testIsSystemSupportingDeepSleep()
81 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingDeepSleep, in testIsSystemSupportingDeepSleep()
84 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingDeepSleep, in testIsSystemSupportingDeepSleep()
87 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingDeepSleep, in testIsSystemSupportingDeepSleep()
120 assertThat(SystemPowerControlHelper.isSystemSupportingDeepSleep()).isFalse(); in testSystemSupportsSuspend_NoControlFile()
/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemStateInterface.java113 default boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method
304 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in SystemStateInterface.DefaultImpl
305 return SystemPowerControlHelper.isSystemSupportingDeepSleep(); in isSystemSupportingDeepSleep()
DSystemInterface.java229 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in SystemInterface
230 return mSystemStateInterface.isSystemSupportingDeepSleep(); in isSystemSupportingDeepSleep()
DSystemPowerControlHelper.java77 public static boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in SystemPowerControlHelper
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DIoStatsTrackerTest.java333 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in IoStatsTrackerTest.MockSystemStateInterface
/packages/services/Car/tests/CarServiceTest/src/com/android/car/hardware/power/
DCarPowerManagerTest.java718 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in CarPowerManagerTest.MockSystemStateInterface
/packages/services/Car/tests/CarServiceTest/src/com/android/car/remoteaccess/
DCarRemoteAccessManagerTest.java249 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in CarRemoteAccessManagerTest.MockSystemStateInterface
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java714 mSystemInterface.isSystemSupportingDeepSleep()); in dump()
784 mSystemInterface.isSystemSupportingDeepSleep()); in dumpProto()
4149 return mHal.isDeepSleepAllowed() && mSystemInterface.isSystemSupportingDeepSleep(); in isDeepSleepAvailable()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java3771 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in CarPowerManagementServiceUnitTest.MockSystemStateInterface