Searched refs:isAutoShutdownEnabled (Results 1 – 2 of 2) sorted by relevance
108 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
2784 assertEquals(currentConfig.isAutoShutdownEnabled(), in compareSoftApConfiguration()2785 testSoftApConfig.isAutoShutdownEnabled()); in compareSoftApConfiguration()