Searched refs:isSystemSupportingHibernation (Results 1 – 7 of 7) sorted by relevance
102 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()
107 default boolean isSystemSupportingHibernation() { in isSystemSupportingHibernation() method277 public boolean isSystemSupportingHibernation() { in isSystemSupportingHibernation() method in SystemStateInterface.DefaultImpl278 return SystemPowerControlHelper.isSystemSupportingHibernation(); in isSystemSupportingHibernation()
230 public boolean isSystemSupportingHibernation() { in isSystemSupportingHibernation() method in SystemInterface231 return mSystemStateInterface.isSystemSupportingHibernation(); in isSystemSupportingHibernation()
80 public static boolean isSystemSupportingHibernation() { in isSystemSupportingHibernation() method in SystemPowerControlHelper
254 public boolean isSystemSupportingHibernation() { in isSystemSupportingHibernation() method in CarRemoteAccessManagerTest.MockSystemStateInterface
676 mSystemInterface.isSystemSupportingHibernation()); in dump()738 mSystemInterface.isSystemSupportingHibernation()); in dumpProto()3829 return mHal.isHibernationAllowed() && mSystemInterface.isSystemSupportingHibernation(); in isHibernationAvailable()
3434 public boolean isSystemSupportingHibernation() { in isSystemSupportingHibernation() method in CarPowerManagementServiceUnitTest.MockSystemStateInterface