Searched refs:reconnect (Results 1 – 9 of 9) sorted by relevance
/tools/acloud/reconnect/ |
D | reconnect_test.py | 27 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/ |
D | README.md | 43 * [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]
|
D | Android.bp | 178 "reconnect/*.py",
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | apollo_lib.py | 503 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/ |
D | WifiManagerTest.py | 374 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/ |
D | acloud_main.py | 113 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/ |
D | WifiMonitorService.java | 77 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/ |
D | apollo_acts.py | 549 reconnect=True): argument 570 self.dut.set_in_case(reconnect=reconnect)
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | GAP_PTS_INSTRUCTIONS | 356 Note: Before PTS asks you to reconnect via gatt, perform next two commands quickly
|