Searched refs:isAutoShutdownEnabled (Results 1 – 15 of 15) sorted by relevance
515 assertTrue(softApConfig.isAutoShutdownEnabled()); in deserializeSoftAp()554 assertTrue(softApConfig.isAutoShutdownEnabled()); in deserializeOldSoftApXMLWhichShutdownTimeoutIsInt()756 assertTrue(softApConfig.isAutoShutdownEnabled()); in deserializeSoftApWithNoAutoShutdownTag()766 assertFalse(softApConfig.isAutoShutdownEnabled()); in deserializeSoftApWithNoAutoShutdownTag()791 assertTrue(softApConfig.isAutoShutdownEnabled()); in deserializeSoftApWithNoBssidTag()820 assertTrue(softApConfig.isAutoShutdownEnabled()); in deserializeSoftApWithAllConfigInR()856 assertTrue(softApConfig.isAutoShutdownEnabled()); in deserializeSoftApWithAllConfigInSExceptUserConfiguration()
441 out.writeBoolean(config.isAutoShutdownEnabled()); in retrieveSpecificVersionBackupDataFromSoftApConfiguration()
302 assertFalse(config.isAutoShutdownEnabled()); in verifyDefaultLocalOnlyApConfig()
173 getApConfig().isAutoShutdownEnabled()).isFalse(); in testPersistCarSettingOn_userUnlockBeforePowerOn_tetheringOn()220 getApConfig().isAutoShutdownEnabled()).isFalse(); in testPersistCarSettingOn_powerOnBeforeUserUnlock_tetheringOn()256 getApConfig().isAutoShutdownEnabled()).isFalse(); in testPersistCarSettingChange_withCapability_autoShutdownFalse()
222 mWifiManager.getSoftApConfiguration().isAutoShutdownEnabled()); in dumpProto()236 + mWifiManager.getSoftApConfiguration().isAutoShutdownEnabled()); in dump()
51 boolean settingsOn = softApConfiguration.isAutoShutdownEnabled(); in updateState()
57 mSettingsOn = softApConfiguration.isAutoShutdownEnabled(); in updateState()
108 return softApConfigCaptor.getValue().isAutoShutdownEnabled(); in getAutoOffSetting()
141 return softApConfigCaptor.getValue().isAutoShutdownEnabled(); in getAutoOffSetting()
128 out.writeBoolean(config.isAutoShutdownEnabled()); in retrieveBackupDataFromSoftApConfiguration()
386 mTimeoutEnabled = mCurrentSoftApConfiguration.isAutoShutdownEnabled(); in configureInternalConfiguration()413 .setAutoShutdownEnabled(newConfig.isAutoShutdownEnabled()); in updateChangeableConfiguration()2125 || mTimeoutEnabled != newConfig.isAutoShutdownEnabled() in processMessageImpl()
241 assertThat(original.isAutoShutdownEnabled()).isEqualTo(true); in testWpa2WithAllFieldCustomized()
944 public boolean isAutoShutdownEnabled() { in isAutoShutdownEnabled() method in SoftApConfiguration
2157 softApConfig.isAutoShutdownEnabled()); in writeSoftApConfigurationToXml()
434 method public boolean isAutoShutdownEnabled();