Home
last modified time | relevance | path

Searched refs:is_connected (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/tools/lab/metrics/
Dnetwork_metric.py67 is_connected = self.check_connected(self.ip_list)
68 return {self.CONNECTED: is_connected}
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py96 if not ad.is_connected():
435 def is_connected(self): member in AndroidDevice
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py3382 is_connected, argument
3409 if is_connected == cur_data_connection_state:
3415 if not is_connected and current_type != connection_type:
3418 elif is_connected and current_type == connection_type:
3424 cur_data_connection_state, is_connected)
3429 timeout_value, is_connected, connection_type)
3442 is_connected):
3448 if not is_connected and current_type != connection_type:
3451 elif is_connected and current_type == connection_type: