Home
last modified time | relevance | path

Searched refs:disconnect (Results 1 – 25 of 43) sorted by relevance

12

/tools/test/connectivity/acts/tests/google/net/arduino/disconnect_wifi/
Ddisconnect_wifi.ino6 Serial.println("disconnect: setup(): CALL: Setup Begin");
7 Serial.println("disconnect: setup(): INFO: Setting baud rate to 9600");
12 Serial.println("disconnect: setup(): CALL: Setup End");
21 Serial.println("disconnect: setup(): CALL: Disconnect Begin");
22 WiFi.disconnect();
24 Serial.println("disconnect: setup(): INFO: WiFi connected");
27 Serial.println("disconnect: setup(): CALL: Disconnect End");
31 Serial.println("disconnect: wifiStatus(): CALL: Status Begin");
32 Serial.println("disconnect: loop(): INFO: WiFi disconnected");
33 Serial.print("disconnect: wifiStatus(): STATUS: ");
[all …]
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS200 [PTS Interactoin] OK to disconnect
204 [PTS Interactoin] OK to disconnect
217 [PTS Interaction] OK to disconnect
221 [PTS Interaction] OK to disconnect
245 [PTS Interaction] Hit Ok to disconnect
247 [PTS Interaction] Hit Ok to disconnect
260 Wait 5-10 seconds when PTS prompt comes up to disconnect
261 [PTS Interaction] Press OK to disconnect
263 Wait 5-10 seconds when PTS prompt comes up to disconnect
264 [PTS Interaction] Press OK to disconnect
[all …]
/tools/test/connectivity/acts/tests/google/fuchsia/wlan/
DRebootStressTest.py29 from acts.test_utils.abstract_devices.utils_lib.wlan_utils import disconnect
59 disconnect(self.wlan_device)
DRebootAPStressTest.py33 from acts.test_utils.abstract_devices.utils_lib.wlan_utils import disconnect
71 disconnect(self.wlan_device)
DBeaconLossTest.py34 from acts.test_utils.abstract_devices.utils_lib.wlan_utils import disconnect
72 disconnect(self.wlan_device)
DConnectionStressTest.py31 from acts.test_utils.abstract_devices.utils_lib.wlan_utils import disconnect
115 disconnect(self.dut)
DPingStressTest.py60 self.wlan_device.disconnect()
DDownloadStressTest.py74 self.wlan_device.disconnect()
DChannelSweepTest.py116 self.dut.disconnect()
DWlanRvrTest.py202 self.dut.disconnect()
355 self.dut.disconnect()
405 self.dut.disconnect()
DWlanPhyCompliance11ACTest.py157 self.dut.disconnect()
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/
Dwlan_device.py105 def disconnect(self): member in WlanDevice
204 def disconnect(self): member in AndroidWlanDevice
283 def disconnect(self): member in FuchsiaWlanDevice
/tools/tradefederation/core/tests/res/testtype/
Dpython_output1.txt14 Ensure that `adb disconnect` takes effect immediately. ... FAIL
41 Ensure that `adb disconnect` takes effect immediately.
Dpython_output3.txt15 Ensure that `adb disconnect` takes effect immediately. ... ok
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbta_lib.py75 def disconnect(self): member in BtaLib
/tools/test/connectivity/acts/tests/google/tel/lab/
DTelLabUeIdentityTest.py78 self.anritsu.disconnect()
DTelLabEtwsTest.py93 self.anritsu.disconnect()
DTelLabDataRoamingTest.py81 self.anritsu.disconnect()
DTelLabCmasTest.py107 self.anritsu.disconnect()
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiUtil.java205 result.putBoolean("result", wifiManager.disconnect()); in onStart()
DWifiConnector.java212 urlConnection.disconnect(); in checkConnectivity()
/tools/test/connectivity/acts/tests/google/coex/hotspot_tests/
DHotspotWiFiChannelTest.py82 self.cmw.disconnect()
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmg3710a.py71 def disconnect(self): member in MG3710A
Dmd8475_cellular_simulator.py77 self.anritsu.disconnect()
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500_cellular_simulator.py203 self.cmw.disconnect()

12