Home
last modified time | relevance | path

Searched refs:isAutoShutdownEnabled (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/car/src/android/car/cts/
DCarWifiHostTest.java108 assertThat(isAutoShutdownEnabled()).isFalse(); in testPersistTetheringCarSetting_enablingWithCapability_autoShutdownDisabled()
119 assertThat(isAutoShutdownEnabled()).isTrue(); in testPersistTetheringCarSetting_disablingWithCapability_autoShutdownEnabled()
129 boolean autoShutdownEnabledBefore = isAutoShutdownEnabled(); in testPersistTetheringCarSetting_enablingNoCapability_autoShutdownUnchanged()
131 assertThat(isAutoShutdownEnabled()).isEqualTo(autoShutdownEnabledBefore); in testPersistTetheringCarSetting_enablingNoCapability_autoShutdownUnchanged()
141 boolean autoShutdownEnabledBefore = isAutoShutdownEnabled(); in testPersistTetheringCarSetting_disablingNoCapability_autoShutdownUnchanged()
143 assertThat(isAutoShutdownEnabled()).isEqualTo(autoShutdownEnabledBefore); in testPersistTetheringCarSetting_disablingNoCapability_autoShutdownUnchanged()
157 assertThat(isAutoShutdownEnabled()).isFalse(); in testPersistTetheringCarSetting_withCapabilityTetheringEnabled_tetheringOnReboot()
196 private boolean isAutoShutdownEnabled() throws Exception { in isAutoShutdownEnabled() method in CarWifiHostTest
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java2784 assertEquals(currentConfig.isAutoShutdownEnabled(), in compareSoftApConfiguration()
2785 testSoftApConfig.isAutoShutdownEnabled()); in compareSoftApConfiguration()