HomeSort by relevance Sort by last modified time
    Searched refs:modem_pattern (Results 1 - 2 of 2) 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 59 modem_pattern=''):
65 @param modem_pattern: Search string used when looking for the modem.
78 self._modem_pattern = modem_pattern

Completed in 136 milliseconds