Home
last modified time | relevance | path

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

/tools/acloud/reconnect/
Dreconnect_test.py27 from acloud.reconnect import reconnect
58 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report)
64 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report)
76 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report)
88 reconnect.ReconnectInstance(ssh_private_key_path,
106 reconnect.ReconnectInstance(ssh_private_key_path,
123 self.Patch(reconnect, "StartVnc")
126 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report)
136 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report)
152 reconnect.ReconnectInstance,
[all …]
/tools/acloud/
DREADME.md43 * [reconnect](#reconnect)
153 #### **reconnect**
157 `adb devices` and reconnect them to adb. Lastly it will restart vnc for all
162 * Reconnect sole instance or prompt user with list of instances to reconnect.
164 > $ acloud reconnect
168 > $ acloud reconnect --all
172 > $ acloud reconnect --instance-names [instance-name]
DAndroid.bp178 "reconnect/*.py",
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dapollo_lib.py503 self.reconnect()
505 def reboot(self, reconnect=10, retry_timer=30): argument
517 if not reconnect:
531 return self.reconnect(reconnect, retry_timer)
533 def reconnect(self, iterations=30, retry_timer=20): member in BudsDevice
836 def flash_from_file(self, file_name, reconnect=True): argument
849 if reconnect:
853 self.reconnect()
1337 def set_in_case(self, reconnect=True): argument
1350 if reconnect:
[all …]
/tools/test/connectivity/acts/tests/google/wifi/
DWifiManagerTest.py374 reconnect = self.connect_to_wifi_network_with_id(
377 if not reconnect:
397 reconnect = self.connect_to_wifi_network_with_id(
400 if not reconnect:
424 reconnect = self.connect_to_wifi_network_with_id(
427 if not reconnect:
458 reconnect = self.connect_to_wifi_network_with_id(
461 if not reconnect:
496 reconnect = self.connect_to_wifi_network_with_id(
499 if not reconnect:
/tools/acloud/public/
Dacloud_main.py113 from acloud.reconnect import reconnect
114 from acloud.reconnect import reconnect_args
399 reconnect.Run(args)
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiMonitorService.java77 reconnect(intent); in onHandleIntent()
111 private void reconnect(Intent intent) { in reconnect() method in WifiMonitorService
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dapollo_acts.py549 reconnect=True): argument
570 self.dut.set_in_case(reconnect=reconnect)
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS356 Note: Before PTS asks you to reconnect via gatt, perform next two commands quickly