Home
last modified time | relevance | path

Searched defs:new_state (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DAndroidCellularDut.py33 def toggle_airplane_mode(self, new_state=True): argument
41 def toggle_data_roaming(self, new_state=True): argument
DBaseCellularDut.py30 def toggle_airplane_mode(self, new_state=True): argument
38 def toggle_data_roaming(self, new_state=True): argument
/tools/test/connectivity/acts/framework/acts/
Dutils.py608 def force_airplane_mode(ad, new_state, timeout_value=60): argument
789 def set_ambient_display(ad, new_state): argument
800 def set_adaptive_brightness(ad, new_state): argument
811 def set_auto_rotate(ad, new_state): argument
822 def set_location_service(ad, new_state): argument
843 def set_mobile_data_always_on(ad, new_state): argument
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/
Dtel_utils.py345 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/tel/
Dtel_test_utils.py566 def toggle_airplane_mode_by_adb(log, ad, new_state=None): argument
596 def toggle_airplane_mode(log, ad, new_state=None, strict_checking=True): argument
920 def toggle_airplane_mode_msim(log, ad, new_state=None, strict_checking=True): argument
5019 def toggle_volte(log, ad, new_state=None): argument
5035 def toggle_volte_for_subscription(log, ad, sub_id, new_state=None): argument
5120 def toggle_wfc(log, ad, new_state=None): argument
5134 def toggle_wfc_for_subscription(log, ad, new_state=None, sub_id=None): argument
5516 def toggle_video_calling(log, ad, new_state=None): argument
5542 def toggle_video_calling_for_subscription(ad, new_state=None, sub_id=None): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_test_utils.py664 def wifi_toggle_state(ad, new_state=None, assert_on_fail=True): argument
683 def _wifi_toggle_state(ad, new_state=None): argument