Searched refs:timeout_value (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_data_utils.py | 502 if not wait_for_cell_data_connection(log, ad, True, timeout_value=wait_time): 523 if not wait_for_cell_data_connection(log, ad, True, timeout_value=wait_time): 2145 log, ad, state, timeout_value=MAX_WAIT_TIME_CONNECTION_STATE_UPDATE): argument 2167 log, ad, sub_id, state, timeout_value) 2186 timeout_value=MAX_WAIT_TIME_CONNECTION_STATE_UPDATE): argument 2229 log, ad, state, NETWORK_CONNECTION_TYPE_CELL, timeout_value) 2235 timeout=timeout_value, 2252 if _wait_for_droid_in_state(log, ad, timeout_value, 2255 log, ad, state, NETWORK_CONNECTION_TYPE_CELL, timeout_value) 2265 log, ad, state, timeout_value=MAX_WAIT_TIME_CONNECTION_STATE_UPDATE): argument [all …]
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 612 def force_airplane_mode(ad, new_state, timeout_value=60): argument 629 @timeout(timeout_value)
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475a.py | 1690 def registration_timeout(self, timeout_value): argument 1698 cmd = "TESTREGISTRATIONTIMEOUT " + str(timeout_value)
|