Searched defs:new_state (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 585 def force_airplane_mode(ad, new_state, timeout_value=60): argument 754 def set_ambient_display(ad, new_state): argument 765 def set_adaptive_brightness(ad, new_state): argument 776 def set_auto_rotate(ad, new_state): argument 787 def set_location_service(ad, new_state): argument 808 def set_mobile_data_always_on(ad, new_state): argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 553 def toggle_airplane_mode_by_adb(log, ad, new_state=None): argument 578 def toggle_airplane_mode(log, ad, new_state=None, strict_checking=True): argument 896 def toggle_airplane_mode_msim(log, ad, new_state=None, strict_checking=True): argument 3574 def toggle_volte(log, ad, new_state=None): argument 3590 def toggle_volte_for_subscription(log, ad, sub_id, new_state=None): argument 3615 def toggle_wfc(log, ad, new_state=None): argument 3740 def toggle_video_calling(log, ad, new_state=None): argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_test_utils.py | 604 def wifi_toggle_state(ad, new_state=None, assert_on_fail=True): argument 621 def _wifi_toggle_state(ad, new_state=None): argument
|