/packages/services/Car/tests/carservice_unit_test/src/com/android/car/systeminterface/ |
D | SystemPowerControlHelperTest.java | 72 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/ |
D | SystemStateInterface.java | 113 default boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method 304 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in SystemStateInterface.DefaultImpl 305 return SystemPowerControlHelper.isSystemSupportingDeepSleep(); in isSystemSupportingDeepSleep()
|
D | SystemInterface.java | 229 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in SystemInterface 230 return mSystemStateInterface.isSystemSupportingDeepSleep(); in isSystemSupportingDeepSleep()
|
D | SystemPowerControlHelper.java | 77 public static boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in SystemPowerControlHelper
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/ |
D | IoStatsTrackerTest.java | 333 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in IoStatsTrackerTest.MockSystemStateInterface
|
/packages/services/Car/tests/CarServiceTest/src/com/android/car/hardware/power/ |
D | CarPowerManagerTest.java | 718 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in CarPowerManagerTest.MockSystemStateInterface
|
/packages/services/Car/tests/CarServiceTest/src/com/android/car/remoteaccess/ |
D | CarRemoteAccessManagerTest.java | 249 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in CarRemoteAccessManagerTest.MockSystemStateInterface
|
/packages/services/Car/service/src/com/android/car/power/ |
D | CarPowerManagementService.java | 714 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/ |
D | CarPowerManagementServiceUnitTest.java | 3771 public boolean isSystemSupportingDeepSleep() { in isSystemSupportingDeepSleep() method in CarPowerManagementServiceUnitTest.MockSystemStateInterface
|