Lines Matching refs:states
643 def wait_for_service_states(self, ssid, states, timeout_seconds):
644 """Waits for a WiFi service to achieve one of |states|.
647 @param states tuple list of states for which the caller is waiting
648 @param timeout_seconds int seconds to wait for a state in |states|
651 logging.info('Waiting for %s to reach one of %r...', ssid, states)
653 ssid, states, timeout_seconds)
1083 and connection time from waiting for service states