Home
last modified time | relevance | path

Searched refs:ad_host (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_dsds_utils.py2200 ad_host = ads[0]
2206 change_slot(ad_host, sim_slot)
2208 ad_host.log.warning("Device not support MEP.")
2212 log, ad_host, host_slot)
2214 ad_host.log.warning("Failed to get sub ID at slot.", host_slot)
2217 log, ad_host, 1-host_slot)
2218 set_voice_sub_id(ad_host, host_sub_id)
2222 ad_host.log.warning("Failed to get sub ID at slot.", host_slot)
2225 set_voice_sub_id(ad_host, host_sub_id)
2227 ad_host.log.info("Sub ID for outgoing call at slot %s: %s",
[all …]
Dtel_subscription_utils.py553 ad_host = ads[0]
563 host_sub_id = get_outgoing_message_sub_id(ad_host)
565 host_sub_id = get_incoming_voice_sub_id(ad_host)
566 host_mcc = ad_host.telephony["subscription"][host_sub_id]["mcc"]
567 host_mnc = ad_host.telephony["subscription"][host_sub_id]["mnc"]
Dtel_data_utils.py1682 ad_host, argument
1704 if ad_host.droid.wifiIsApEnabled():
1705 stop_wifi_tethering(log, ad_host)
1708 if not start_wifi_tethering(log, ad_host, ssid, password,
1720 if not stop_wifi_tethering(log, ad_host):
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveGFTDSDSMessageTest.py368 ad_host = self.android_devices[0]
387 ad_host,
398 ad_host,
399 ad_host,
407 ad_host, test_name="sms rx subid: %s" % host_sub_id[0])
409 ad_host, test_name="sms rx subid: %s" % host_sub_id[1])
1659 ad_host = self.android_devices[0]
1664 set_message_subid(ad_host, ads[0])
1673 ad_host,
1676 ad_host,
[all …]