Home
last modified time | relevance | path

Searched defs:ad (Results 1 – 25 of 67) sorted by relevance

123

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_subscription_utils.py28 def initial_set_up_for_subid_infomation(log, ad): argument
114 def get_default_data_sub_id(ad): argument
123 def get_outgoing_message_sub_id(ad): argument
132 def get_outgoing_voice_sub_id(ad): argument
141 def get_incoming_voice_sub_id(ad): argument
150 def get_incoming_message_sub_id(ad): argument
159 def get_subid_from_slot_index(log, ad, sim_slot_index): argument
175 def get_operatorname_from_slot_index(ad, sim_slot_index): argument
191 def get_carrierid_from_slot_index(ad, sim_slot_index): argument
207 def get_isopportunistic_from_slot_index(ad, sim_slot_index): argument
[all …]
Dtel_voice_utils.py757 ad, argument
792 ad, argument
847 ad, argument
897 def phone_setup_data_for_subscription(log, ad, sub_id, network_generation): argument
925 def phone_setup_5g(log, ad): argument
939 def phone_setup_5g_for_subscription(log, ad, sub_id): argument
953 def phone_setup_4g(log, ad): argument
967 def phone_setup_4g_for_subscription(log, ad, sub_id): argument
981 def phone_setup_3g(log, ad): argument
995 def phone_setup_3g_for_subscription(log, ad, sub_id): argument
[all …]
Dtel_test_utils.py239 def get_phone_number_by_adb(ad): argument
244 def get_iccid_by_adb(ad): argument
248 def get_operator_by_adb(ad): argument
255 def get_plmn_by_adb(ad): argument
262 def get_sub_id_by_adb(ad): argument
266 def setup_droid_properties_by_adb(log, ad, sim_filename=None): argument
298 def setup_droid_properties(log, ad, sim_filename=None): argument
370 def refresh_droid_config(log, ad): argument
477 def get_phone_number_by_secret_code(ad, operator): argument
493 def get_user_config_profile(ad): argument
[all …]
Dtel_video_utils.py80 def phone_setup_video(log, ad, wfc_mode=WFC_MODE_DISABLED): argument
99 ad, argument
131 def phone_idle_video(log, ad): argument
145 def phone_idle_video_for_subscription(log, ad, sub_id): argument
169 def is_phone_in_call_video(log, ad): argument
187 def is_phone_in_call_video_for_subscription(log, ad, sub_id, video_state=None): argument
231 def is_phone_in_call_viwifi_for_subscription(log, ad, sub_id, argument
283 def is_phone_in_call_video_bidirectional(log, ad): argument
297 def is_phone_in_call_video_bidirectional_for_subscription(log, ad, sub_id): argument
314 def is_phone_in_call_viwifi_bidirectional(log, ad): argument
[all …]
Dtel_data_utils.py237 def wifi_cell_switching(log, ad, wifi_network_ssid, wifi_network_pass, nw_gen): argument
310 def airplane_mode_test(log, ad, retries=3): argument
404 def data_connectivity_single_bearer(log, ad, nw_gen): argument
480 def change_data_sim_and_verify_data(log, ad, sim_slot): argument
503 def browsing_test(log, ad, wifi_ssid=None, pass_threshold_in_mb = 1.0): argument
DTelephonyBaseTest.py220 def _init_device(self, ad): argument
228 def wait_for_sim_ready(self,ad): argument
236 def _setup_device(self, ad, sim_conf_file, qxdm_log_mask_cfg=None): argument
402 def _teardown_device(self, ad): argument
487 def _ad_take_extra_logs(self, ad, test_name, begin_time): argument
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py83 def remount_device(ad): argument
100 def reboot(ad): argument
114 def enable_gnss_verbose_logging(ad): argument
142 def enable_compact_and_particle_fusion_log(ad): argument
174 def disable_xtra_throttle(ad): argument
186 def enable_supl_mode(ad): argument
197 def disable_supl_mode(ad): argument
209 def kill_xtra_daemon(ad): argument
220 def disable_private_dns_mode(ad): argument
234 def _init_device(ad): argument
[all …]
Ddut_log_test_utils.py28 def find_device_qxdm_log_mask(ad, maskfile): argument
52 def set_diagmdlog_command(ad, maskfile): argument
66 def verify_diagmd_folder_exists(ad): argument
82 def start_diagmdlog_background(ad, maskfile="default.cfg", is_local=True): argument
116 def stop_background_diagmdlog(ad, local_logpath, keep_logs=True): argument
/tools/test/connectivity/acts/framework/acts/test_utils/car/
Dcar_telecom_utils.py35 def dial_number(log, ad, uri): argument
85 def wait_for_call_state(log, ad, call_id, state): argument
137 def hangup_call(log, ad, call_id): argument
179 def hangup_conf(log, ad, conf_id, timeout=10): argument
211 def accept_call(log, ad, call_id): argument
238 def wait_for_not_in_call(log, ad): argument
274 def wait_for_dialing(log, ad): argument
325 def wait_for_ringing(log, ad): argument
379 def wait_for_active(log, ad): argument
425 def wait_for_conference(log, ad, participants=2, timeout=10): argument
[all …]
Dtel_telecom_utils.py27 def dial_number(log, ad, uri): argument
72 def wait_for_call_state(log, ad, call_id, state): argument
110 def hangup_call(log, ad, call_id): argument
152 def wait_for_not_in_call(log, ad): argument
194 def wait_for_dialing(log, ad): argument
251 def wait_for_ringing(log, ad): argument
304 def get_calls_in_states(log, ad, call_states): argument
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dipsec_test_utils.py34 def allocate_spis(ad, ip_a, ip_b, in_spi = None, out_spi = None): argument
58 def release_spis(ad, spis): argument
70 def create_transport_mode_transforms(ad, argument
106 def destroy_transport_mode_transforms(ad, transforms): argument
119 def apply_transport_mode_transforms_file_descriptors(ad, fd, transforms): argument
138 def remove_transport_mode_transforms_file_descriptors(ad, fd): argument
148 def apply_transport_mode_transforms_datagram_socket(ad, socket, transforms): argument
166 def remove_transport_mode_transforms_datagram_socket(ad, socket): argument
176 def apply_transport_mode_transforms_socket(ad, socket, transforms): argument
194 def remove_transport_mode_transforms_socket(ad, socket): argument
Dnet_test_utils.py47 def verify_lte_data_and_tethering_supported(ad): argument
61 def set_chrome_browser_permissions(ad): argument
80 def verify_ping_to_vpn_ip(ad, vpn_ping_addr): argument
97 def legacy_vpn_connection_test_logic(ad, vpn_profile, vpn_ping_addr): argument
146 def download_load_certs(ad, vpn_params, vpn_type, vpn_server_addr, argument
180 def generate_legacy_vpn_profile(ad, argument
230 def start_tcpdump(ad, test_name): argument
262 def stop_tcpdump(ad, argument
335 def start_usb_tethering(ad): argument
351 def stop_usb_tethering(ad): argument
Dconnectivity_test_utils.py19 def start_natt_keepalive(ad, src_ip, src_port, dst_ip, interval = 10): argument
45 def stop_natt_keepalive(ad, key): argument
66 def set_private_dns(ad, dns_mode, hostname=None): argument
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveProjectFiTest.py101 def _install_account_util(self, ad): argument
114 def _account_registration(self, ad): argument
172 def start_service(self, ad, package, service_id, extras, action_type): argument
189 def start_activity(self, ad, package, activity_id, extras=None): argument
205 def activate_fi_account(self, ad): argument
252 def check_project_fi_activated(self, ad, retries=20): argument
260 def start_tycho_activation(self, ad): argument
278 def start_super_network_activation(self, ad): argument
294 def get_active_carrier(self, ad): argument
318 def switch_sim(self, ad): argument
[all …]
DTelLivePreflightTest.py56 def _check_wfc_enabled(self, ad): argument
70 def _get_call_verification_function(self, ad): argument
100 def _ota_upgrade(self, ad): argument
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabProjectFiTest.py197 def _install_account_util(self, ad): argument
210 def _account_registration(self, ad): argument
268 def start_service(self, ad, package, service_id, extras, action_type): argument
285 def start_activity(self, ad, package, activity_id, extras=None): argument
301 def activate_fi_account(self, ad): argument
348 def check_project_fi_activated(self, ad, retries=20): argument
356 def start_tycho_activation(self, ad): argument
374 def start_super_network_activation(self, ad): argument
390 def get_active_carrier(self, ad): argument
414 def switch_sim(self, ad): argument
[all …]
DTelLabMobilityTest.py279 def _phone_setup_lte_wcdma(self, ad): argument
287 def _phone_setup_lte_1x(self, ad): argument
295 def _phone_setup_wcdma(self, ad): argument
303 def _phone_setup_gsm(self, ad): argument
311 def _phone_setup_1x(self, ad): argument
319 def _phone_setup_airplane_mode(self, ad): argument
322 def _phone_setup_volte_airplane_mode(self, ad): argument
326 def _phone_setup_volte(self, ad): argument
DTelLabVoiceTest.py251 def _phone_setup_lte_wcdma(self, ad): argument
260 def _phone_setup_lte_1x(self, ad): argument
268 def _phone_setup_wcdma(self, ad): argument
276 def _phone_setup_gsm(self, ad): argument
284 def _phone_setup_1x(self, ad): argument
292 def _phone_setup_airplane_mode(self, ad): argument
295 def _phone_setup_volte_airplane_mode(self, ad): argument
299 def _phone_setup_volte(self, ad): argument
DTelLabEmergencyCallTest.py297 def _phone_setup_lte_wcdma(self, ad): argument
306 def _phone_setup_lte_1x(self, ad): argument
314 def _phone_setup_wcdma(self, ad): argument
322 def _phone_setup_gsm(self, ad): argument
330 def _phone_setup_1x(self, ad): argument
338 def _phone_setup_airplane_mode(self, ad): argument
341 def _phone_disable_airplane_mode(self, ad): argument
344 def _phone_setup_volte_airplane_mode(self, ad): argument
348 def _phone_setup_volte(self, ad): argument
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_power_test_utils.py36 def change_dtim(ad, gEnableModulatedDTIM, gMaxLIModulatedDTIM=10): argument
85 def push_file_to_phone(ad, file_local, file_phone): argument
146 def run_iperf_client_nonblocking(ad, server_host, extra_args=""): argument
165 def get_wifi_rssi(ad): argument
177 def get_phone_ip(ad): argument
190 def get_phone_mac(ad): argument
203 def get_phone_ipv6(ad): argument
Dwifi_test_utils.py564 def wait_for_wifi_state(ad, state, assert_on_fail=True): argument
581 def _wait_for_wifi_state(ad, state): argument
607 def wifi_toggle_state(ad, new_state=None, assert_on_fail=True): argument
624 def _wifi_toggle_state(ad, new_state=None): argument
657 def reset_wifi(ad): argument
682 def toggle_airplane_mode_on_and_off(ad): argument
701 def toggle_wifi_off_and_on(ad): argument
716 def wifi_forget_network(ad, net_ssid): argument
737 def wifi_test_device_init(ad): argument
769 def set_wifi_country_code(ad, country_code): argument
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtSarBaseTest.py427 def set_sar_state(self, ad, signal_dict, country_code='us'): argument
481 def parse_bt_logs(self, ad, begin_time, regex=''): argument
502 def set_country_code(self, ad, cc): argument
517 def get_country_code(self, ad, begin_time): argument
535 def get_current_power_cap(self, ad, begin_time, type='EDR'): argument
572 def get_current_device_state(self, ad, begin_time): argument
595 def read_sar_table(self, ad): argument
613 def push_table(self, ad, src_path): argument
633 def set_PL10_atten_level(self, ad): argument
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/p2p/
Dwifi_p2p_test_utils.py28 def is_discovered(event, ad): argument
44 def check_disconnect(ad): argument
56 def p2p_disconnect(ad): argument
66 def p2p_connection_ping_test(ad, target_ip_address): argument
78 def is_go(ad): argument
96 def p2p_go_ip(ad): argument
262 def createP2pLocalService(ad, serviceCategory): argument
539 def p2p_create_group(ad): argument
550 def p2p_create_group_with_config(ad, network_name, passphrase, band): argument
569 def wifi_p2p_set_channels_for_current_group(ad, listening_chan, operating_chan): argument
/tools/test/connectivity/acts/framework/acts/
Dutils.py515 def sync_device_time(ad): argument
607 def force_airplane_mode(ad, new_state, timeout_value=60): argument
625 def wait_for_device_with_timeout(ad): argument
639 def get_battery_level(ad): argument
651 def get_device_usb_charging_status(ad): argument
666 def disable_usb_charging(ad): argument
684 def enable_usb_charging(ad): argument
702 def enable_doze(ad): argument
725 def disable_doze(ad): argument
745 def enable_doze_light(ad): argument
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
DAwareBaseTest.py71 def reset_device_parameters(self, ad): argument
81 def reset_device_statistics(self, ad): argument
89 def set_power_mode_parameters(self, ad): argument

123