Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DCarWifiHostTest.java156 PollingCheck.check("Tethering NOT enabled", TIMEOUT_MS, this::isTetheringEnabled); in testPersistTetheringCarSetting_withCapabilityTetheringEnabled_tetheringOnReboot()
172 this::isTetheringEnabled)); in testPersistTetheringCarSetting_withCapabilityTetheringDisabled_noTetheringOnReboot()
187 this::isTetheringEnabled)); in testPersistTetheringCarSetting_noCapabilityTetheringEnabled_noTetheringOnReboot()
190 private boolean isTetheringEnabled() throws Exception { in isTetheringEnabled() method in CarWifiHostTest