Searched refs:ad1 (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/p2p/ |
D | wifi_p2p_test_utils.py | 188 def p2p_connect(ad1, argument 205 ad1.log.info("Create p2p connection from %s to %s via wps: %s type %d" % 206 (ad1.name, ad2.name, wpsSetup, p2p_connect_type)) 209 go_ad = ad1 210 find_p2p_device(ad1, ad2) 214 find_p2p_group_owner(ad1, ad2) 216 find_p2p_device(ad1, ad2) 224 ad1.droid.wifiP2pConnect(wifi_p2p_config) 225 ad1.ed.pop_event(p2pconsts.CONNECT_SUCCESS_EVENT, 229 ad1_peerConfig = wait_for_ongoing_peer_ready(ad1, [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/ |
D | gnss_test_utils.py | 2202 def pair_to_wearable(ad, ad1): argument 2209 check_location_service(ad1) 2210 utils.sync_device_time(ad1) 2219 ad1.adb.shell("pm clear com.google.android.gms") 2220 ad1.adb.shell("pm clear com.google.android.apps.wear.companion") 2221 ad1.adb.shell("am start -S -n com.google.android.apps.wear.companion/" 2223 uia_click(ad1, "Next") 2224 uia_click(ad1, "I agree") 2225 uia_click(ad1, bluetooth_name) 2226 uia_click(ad1, "Pair") [all …]
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiStaApConcurrencyTest.py | 267 def verify_traffic_between_dut_clients(self, ad1, ad2, num_of_tries=2): argument 275 ad1_ip = ad1.droid.connectivityGetIPv4Addresses(WLAN)[0] 279 if utils.adb_shell_ping(ad1, count=10, dest_ip=ad2_ip, timeout=20): 282 asserts.fail("%s ping %s failed" % (ad1.serial, ad2_ip))
|
D | WifiSoftApTest.py | 263 ad1 = self.dut_client 266 wutils.wifi_connect(ad1, config, check_connectivity=False) 268 ad1_ip = ad1.droid.connectivityGetIPv4Addresses('wlan0')[0] 272 ad1.log.info("Try to ping %s" % ad2_ip) 274 utils.adb_shell_ping(ad1, count=10, dest_ip=ad2_ip, timeout=20), 275 "%s ping %s failed" % (ad1.serial, ad2_ip))
|