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.java81 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingDeepSleep, in testIsSystemSupportingDeepSleep()
84 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingDeepSleep, in testIsSystemSupportingDeepSleep()
87 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingDeepSleep, in testIsSystemSupportingDeepSleep()
90 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingDeepSleep, in testIsSystemSupportingDeepSleep()
93 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingDeepSleep, in testIsSystemSupportingDeepSleep()
96 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingDeepSleep, in testIsSystemSupportingDeepSleep()
129 assertThat(SystemPowerControlHelper.isSystemSupportingDeepSleep()).isFalse(); in testSystemSupportsSuspend_NoControlFile()
/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemStateInterface.java100 default boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method
272 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in SystemStateInterface.DefaultImpl
273 return SystemPowerControlHelper.isSystemSupportingDeepSleep(); in isSystemSupportingDeepSleep()
DSystemInterface.java225 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in SystemInterface
226 return mSystemStateInterface.isSystemSupportingDeepSleep(); in isSystemSupportingDeepSleep()
DSystemPowerControlHelper.java73 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/carservice_unit_test/src/com/android/car/hardware/power/
DCarPowerManagerUnitTest.java736 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in CarPowerManagerUnitTest.MockSystemStateInterface
/packages/services/Car/tests/carservice_test/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.java674 mSystemInterface.isSystemSupportingDeepSleep()); in dump()
736 mSystemInterface.isSystemSupportingDeepSleep()); in dumpProto()
3825 return mHal.isDeepSleepAllowed() && mSystemInterface.isSystemSupportingDeepSleep(); in isDeepSleepAvailable()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java3429 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in CarPowerManagementServiceUnitTest.MockSystemStateInterface