Searched refs:current_state (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_ims_utils.py | 112 current_state = None 119 current_state = ad.droid.imsMmTelIsAdvancedCallingEnabled(sub_id) 123 if current_state is not None: 125 new_state = not current_state 126 if new_state != current_state: 129 current_state, new_state, sub_id) 155 current_state = ad.droid.imsIsEnhanced4gLteModeSettingEnabledByUser() 162 new_state = not current_state 163 if new_state != current_state: 166 current_state, new_state, sub_id) [all …]
|
D | tel_test_utils.py | 2798 current_state = node.attributes['checked'].value 2800 if current_state == "false": 3693 current_state = True if monitor_setting == "user_enabled" else False 3694 if current_state == state: 3697 state = not current_state
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | SoftApTest.py | 758 current_state = STATE_DOWN 760 (current_state, 762 current_state) 776 def run_toggle_iteration_func(self, func, settings, current_state): argument 801 func(settings, current_state) 803 return (current_state, err) 805 return (not current_state, err) 807 return (not current_state, None) 911 def soft_ap_toggle_test_iteration(self, settings, current_state): argument 926 ('down' if current_state else 'up')) [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/ |
D | cellular_power_preset_base_test.py | 363 … current_state = self.cellular_dut.ad.adb.shell('getprop persist.vendor.sys.modem.logging.enable') 365 if new_state != current_state: 370 … current_state = self.cellular_dut.ad.adb.shell('getprop persist.vendor.sys.modem.logging.enable') 371 if new_state == current_state:
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/ |
D | keysight_5g_testapp.py | 285 current_state = self.send_cmd( 288 if current_state in states:
|