Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/cellular_GobiDormancyDance/
Dcellular_GobiDormancyDance.py189 def RequestDormancyEvents(self, modem_path): argument
191 self.bus.get_object('org.chromium.ModemManager', modem_path),
207 modem_path = self.FindModemPath()
208 if not modem_path:
210 print 'Modem: %s' % (modem_path,)
211 self.RequestDormancyEvents(modem_path)
/external/autotest/client/cros/cellular/
Dtest_environment.py69 self.modem_path = None
138 self.modem_path = None
210 self.modem_manager, self.modem_path = \
212 self.modem = self.modem_manager.GetModem(self.modem_path)
215 self.modem_path)
Dmodem_utils.py12 modem_manager, modem_path = mm.PickOneModem('Gobi')
17 modem = modem_manager.GetModem(modem_path).GobiModem()
/external/autotest/client/cros/networking/
Dcellular_proxy.py219 def _is_old_modem_gone(self, modem_path, modem_mm_object): argument
229 device = self.get_dbus_object(self.DBUS_TYPE_DEVICE, modem_path)
/external/autotest/client/site_tests/cellular_ScanningProperty/
Dcellular_ScanningProperty.py57 modem_path = modems.keys()[0]
59 modem_path)