/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_ims_utils.py | 82 def toggle_volte(log, ad, new_state=None): argument 98 def toggle_volte_for_subscription(log, ad, sub_id, new_state=None): argument 182 def toggle_wfc(log, ad, new_state=None): argument 196 def toggle_wfc_for_subscription(log, ad, new_state=None, sub_id=None): argument 653 def toggle_video_calling(log, ad, new_state=None): argument 679 def toggle_video_calling_for_subscription(ad, new_state=None, sub_id=None): argument
|
D | tel_test_utils.py | 459 def toggle_airplane_mode_by_adb(log, ad, new_state=None): argument 489 def toggle_airplane_mode(log, ad, new_state=None, strict_checking=True): argument 747 def toggle_airplane_mode_msim(log, ad, new_state=None, strict_checking=True): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/ |
D | BaseCellularDut.py | 31 def toggle_airplane_mode(self, new_state=True): argument 39 def toggle_data_roaming(self, new_state=True): argument
|
D | AndroidCellularDut.py | 40 def toggle_airplane_mode(self, new_state=True): argument 48 def toggle_data_roaming(self, new_state=True): argument
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 612 def force_airplane_mode(ad, new_state, timeout_value=60): argument 793 def set_ambient_display(ad, new_state): argument 804 def set_adaptive_brightness(ad, new_state): argument 815 def set_auto_rotate(ad, new_state): argument 826 def set_location_service(ad, new_state): argument 847 def set_mobile_data_always_on(ad, new_state): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/ |
D | tel_utils.py | 345 def toggle_airplane_mode(log, ad, new_state=None, strict_checking=True): argument 365 def toggle_airplane_mode_by_adb(log, ad, new_state=None): argument 394 def toggle_airplane_mode_msim(log, ad, new_state=None, strict_checking=True): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_test_utils.py | 671 def wifi_toggle_state(ad, new_state=None, assert_on_fail=True): argument 690 def _wifi_toggle_state(ad, new_state=None): argument
|