/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/ |
D | AndroidCellularDut.py | 49 def toggle_airplane_mode(self, new_state=True): argument 57 def toggle_data_roaming(self, new_state=True): argument 142 def toggle_data(self, new_state=True): argument
|
D | BaseCellularDut.py | 31 def toggle_airplane_mode(self, new_state=True): argument 39 def toggle_data_roaming(self, new_state=True): argument
|
/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 657 def toggle_video_calling(log, ad, new_state=None): argument 683 def toggle_video_calling_for_subscription(ad, new_state=None, sub_id=None): argument
|
D | tel_test_utils.py | 465 def toggle_airplane_mode_by_adb(log, ad, new_state=None): argument 496 def toggle_airplane_mode(log, ad, new_state=None, strict_checking=True): argument 754 def toggle_airplane_mode_msim(log, ad, new_state=None, strict_checking=True): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/ |
D | cellular_performance_test_utils.py | 488 new_state=None, argument 522 def toggle_airplane_mode_msim(self, new_state=None, strict_checking=True): argument 684 new_state=None, argument
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 615 def force_airplane_mode(ad, new_state, timeout_value=60): argument 796 def set_ambient_display(ad, new_state): argument 807 def set_adaptive_brightness(ad, new_state): argument 818 def set_auto_rotate(ad, new_state): argument 829 def set_location_service(ad, new_state): argument 850 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 | 685 def wifi_toggle_state(ad, new_state=None, assert_on_fail=True): argument 704 def _wifi_toggle_state(ad, new_state=None): argument
|