Home | History | Annotate | Download | only in cellular

Lines Matching refs:modem

9 from autotest_lib.client.cros.cellular import modem
30 return modem.ModemManager(provider)
52 a list of (ModemManager object, modem dbus path)
57 raise error.TestError('Cannot connect to the modem manager, is '
68 """Pick a modem.
70 If a machine has a single modem, managed by one of the MMPROVIDERS,
71 return the dbus path and a ModemManager object for that modem.
74 modem_pattern: pattern that should match the modem path
78 (ModemManager, Modem DBUS Path) tuple
90 raise error.TestError('Expected only one modem, got: ' +
91 ', '.join([modem.path for modem in matches]))