HomeSort by relevance Sort by last modified time
    Searched refs:modem_pattern (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/cellular/
mm.py 67 def PickOneModem(modem_pattern, manager=None):
74 modem_pattern: pattern that should match the modem path
86 matches = [(m, path) for m, path in devices if modem_pattern in path]
88 raise error.TestError('No modems had substring: ' + modem_pattern)
test_environment.py 63 modem_pattern=''):
69 @param modem_pattern: Search string used when looking for the modem.
83 self._modem_pattern = modem_pattern
cell_tools.py 301 def FactoryResetModem(modem_pattern, spc='000000'):
303 manager, modem_path = mm.PickOneModem(modem_pattern)

Completed in 7600 milliseconds