Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DCarWifiHostTest.java106 isPersistTetheringCapabilityEnabled()); in testPersistTetheringCarSetting_enablingWithCapability_autoShutdownDisabled()
117 isPersistTetheringCapabilityEnabled()); in testPersistTetheringCarSetting_disablingWithCapability_autoShutdownEnabled()
128 isPersistTetheringCapabilityEnabled()); in testPersistTetheringCarSetting_enablingNoCapability_autoShutdownUnchanged()
140 isPersistTetheringCapabilityEnabled()); in testPersistTetheringCarSetting_disablingNoCapability_autoShutdownUnchanged()
152 isPersistTetheringCapabilityEnabled()); in testPersistTetheringCarSetting_withCapabilityTetheringEnabled_tetheringOnReboot()
166 isPersistTetheringCapabilityEnabled()); in testPersistTetheringCarSetting_withCapabilityTetheringDisabled_noTetheringOnReboot()
181 isPersistTetheringCapabilityEnabled()); in testPersistTetheringCarSetting_noCapabilityTetheringEnabled_noTetheringOnReboot()
202 private boolean isPersistTetheringCapabilityEnabled() throws Exception { in isPersistTetheringCapabilityEnabled() method in CarWifiHostTest
/cts/tests/tests/car/src/android/car/cts/
DCarWifiManagerTest.java59 isPersistTetheringCapabilityEnabled()); in testCanControlPersistTetheringSettings_withCapability_returnsTrue()
72 isPersistTetheringCapabilityEnabled()); in testCanControlPersistTetheringSettings_noCapability_returnsFalse()
78 private boolean isPersistTetheringCapabilityEnabled() throws Exception { in isPersistTetheringCapabilityEnabled() method in CarWifiManagerTest