Home
last modified time | relevance | path

Searched refs:isSystemSupportingHibernation (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/systeminterface/
DSystemPowerControlHelperTest.java102 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingHibernation, in testIsSystemSupportingHibernation()
105 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingHibernation, in testIsSystemSupportingHibernation()
108 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingHibernation, in testIsSystemSupportingHibernation()
111 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingHibernation, in testIsSystemSupportingHibernation()
114 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingHibernation, in testIsSystemSupportingHibernation()
117 testHelperMockedFileRead(SystemPowerControlHelper::isSystemSupportingHibernation, in testIsSystemSupportingHibernation()
130 assertThat(SystemPowerControlHelper.isSystemSupportingHibernation()).isFalse(); in testSystemSupportsSuspend_NoControlFile()
/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemStateInterface.java107 default boolean isSystemSupportingHibernation() { in isSystemSupportingHibernation() method
277 public boolean isSystemSupportingHibernation() { in isSystemSupportingHibernation() method in SystemStateInterface.DefaultImpl
278 return SystemPowerControlHelper.isSystemSupportingHibernation(); in isSystemSupportingHibernation()
DSystemInterface.java230 public boolean isSystemSupportingHibernation() { in isSystemSupportingHibernation() method in SystemInterface
231 return mSystemStateInterface.isSystemSupportingHibernation(); in isSystemSupportingHibernation()
DSystemPowerControlHelper.java80 public static boolean isSystemSupportingHibernation() { in isSystemSupportingHibernation() method in SystemPowerControlHelper
/packages/services/Car/tests/carservice_test/src/com/android/car/remoteaccess/
DCarRemoteAccessManagerTest.java254 public boolean isSystemSupportingHibernation() { in isSystemSupportingHibernation() method in CarRemoteAccessManagerTest.MockSystemStateInterface
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java676 mSystemInterface.isSystemSupportingHibernation()); in dump()
738 mSystemInterface.isSystemSupportingHibernation()); in dumpProto()
3829 return mHal.isHibernationAllowed() && mSystemInterface.isSystemSupportingHibernation(); in isHibernationAvailable()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java3434 public boolean isSystemSupportingHibernation() { in isSystemSupportingHibernation() method in CarPowerManagementServiceUnitTest.MockSystemStateInterface