Searched refs:ad_host (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveGFTDSDSWfcSupplementaryServiceTest.py | 730 ad_host = ads[0] 733 slot_0_subid = get_subid_from_slot_index(ad_host.log, ad_host, 0) 734 slot_1_subid = get_subid_from_slot_index(ad_host.log, ad_host, 1) 736 host_sub_id = get_subid_from_slot_index(self.log, ad_host, host_slot) 738 ad_host.log.warning("Failed to get sub ID at slot.", host_slot) 741 self.log, ad_host, 1-host_slot) 742 set_voice_sub_id(ad_host, host_sub_id) 743 ad_host.log.info( 745 host_slot, get_outgoing_voice_sub_id(ad_host)) 764 ad_host.log.info("Step 0: Set up phones in desired RAT.") [all …]
|
D | TelLiveGFTDSDSSupplementaryServiceTest.py | 728 ad_host = ads[0] 734 self.log, ad_host, host_slot) 736 ad_host.log.warning("Failed to get sub ID at slot.", host_slot) 739 self.log, ad_host, 1-host_slot) 740 set_voice_sub_id(ad_host, host_sub_id) 744 ad_host.log.warning("Failed to get sub ID at slot.", host_slot) 747 set_voice_sub_id(ad_host, host_sub_id) 749 ad_host.log.info("Sub ID for outgoing call at slot %s: %s", 750 host_slot, get_outgoing_voice_sub_id(ad_host)) 810 if not set_call_waiting(self.log, ad_host, enable=0): [all …]
|
D | TelLiveGFTDSDSMessageTest.py | 611 ad_host = self.android_devices[0] 630 ad_host, 641 ad_host, 642 ad_host, 650 ad_host, test_name="sms rx subid: %s" % host_sub_id[0]) 652 ad_host, test_name="sms rx subid: %s" % host_sub_id[1]) 1566 ad_host = self.android_devices[0] 1571 set_message_subid(ad_host, ads[0]) 1580 ad_host, 1583 ad_host, [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_subscription_utils.py | 473 ad_host = ads[0] 483 host_sub_id = get_outgoing_message_sub_id(ad_host) 485 host_sub_id = get_incoming_voice_sub_id(ad_host) 486 host_mcc = ad_host.telephony["subscription"][host_sub_id]["mcc"] 487 host_mnc = ad_host.telephony["subscription"][host_sub_id]["mnc"]
|
D | tel_data_utils.py | 1781 ad_host, argument 1803 if ad_host.droid.wifiIsApEnabled(): 1804 stop_wifi_tethering(log, ad_host) 1807 if not start_wifi_tethering(log, ad_host, ssid, password, 1819 if not stop_wifi_tethering(log, ad_host):
|