Searched refs:is_connected (Results 1 – 3 of 3) sorted by relevance
67 is_connected = self.check_connected(self.ip_list)68 return {self.CONNECTED: is_connected}
96 if not ad.is_connected():435 def is_connected(self): member in AndroidDevice
3382 is_connected, argument3409 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: