Home | History | Annotate | Download | only in network_3GDisableWhileConnecting

Lines Matching refs:modem

66     logging.info('Modem enabled: %s', enabled)
83 * we wait for the modem to power off, at which point
102 # state change has happened: the modem never got to a different
159 """Tests that disable-while-connecting works at the modem-manager level.
169 the device, also sets a timer that calls GetStatus on the modem.
178 return 'Gobi' in self.test.test_env.modem.path
184 # will always succeed, so we only check it if the modem is a Gobi.
193 self.simple_modem = self.test.test_env.modem.SimpleModem()
195 logging.info('Modem path: %s', self.test.test_env.modem.path)
204 raise error.TestError('Modem failed to register with the network after '
208 gobi_modem = self.test.test_env.modem.GobiModem()
222 raise error.TestError('async_connect_sleep_ms on non-Gobi modem')
225 'connect_fails_with_error_sending_qmi_request on non-Gobi modem')
246 return self.test.test_env.modem.GetModemProperties().get('Enabled', -1)
249 self.test.test_env.modem.Enable(
256 """Check that the modem can handle a disconnect while connecting."""
273 logging.info('Modem-level test')