Home
last modified time | relevance | path

Searched refs:preexisting_modems (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/cros/cellular/
Dcell_tools.py138 def _SawNewModem(manager, preexisting_modems, old_modem): argument
144 return preexisting_modems != current_modems
148 preexisting_modems = copy.copy(preexisting_modems_original)
149 preexisting_modems.remove(modem_path)
152 lambda: _SawNewModem(manager, preexisting_modems, modem_path),
159 new_modems = [x for x in current_modems - preexisting_modems]
178 preexisting_modems = _EnumerateModems(manager)
193 return _WaitForModemToReturn(manager, preexisting_modems, modem_path)
236 preexisting_modems = _EnumerateModems(manager)
252 manager, preexisting_modems, modem_path)
[all …]