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

  /external/autotest/client/cros/cellular/
modem_utils.py 12 modem_manager, modem_path = mm.PickOneModem('Gobi')
17 modem = modem_manager.GetModem(modem_path).GobiModem()
cell_tools.py 147 def _WaitForModemToReturn(manager, preexisting_modems_original, modem_path):
149 preexisting_modems.remove(modem_path)
152 lambda: _SawNewModem(manager, preexisting_modems, modem_path),
169 def SetFirmwareForTechnologyFamily(manager, modem_path, family):
175 logger.debug('SetFirmwareForTechnologyFamily : modem_path : %s ' %
176 modem_path)
180 gobi = manager.GetModem(modem_path).GobiModem()
184 modem_path, family)
193 return _WaitForModemToReturn(manager, preexisting_modems, modem_path)
209 def _IsCdmaModemConfiguredCorrectly(manager, modem_path)
    [all...]
test_environment.py 80 self.modem_path = None
148 self.modem_path = None
223 self.modem_manager, self.modem_path = \
225 self.modem = self.modem_manager.GetModem(self.modem_path)
228 self.modem_path)
  /external/autotest/client/site_tests/network_3GDormancyDance/
network_3GDormancyDance.py 189 def RequestDormancyEvents(self, modem_path):
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/networking/
cellular_proxy.py 238 def _is_old_modem_gone(self, modem_path, modem_mm_object):
241 @param modem_path: The DBus path for the modem object that must vanish.
248 device = self.get_dbus_object(self.DBUS_TYPE_DEVICE, modem_path)
  /external/autotest/client/site_tests/cellular_Signal/
cellular_Signal.py 93 manager, modem_path = mm.PickOneModem('')
94 cell_modem = manager.GetModem(modem_path)
  /external/autotest/client/site_tests/network_3GScanningProperty/
network_3GScanningProperty.py 57 modem_path = modems.keys()[0]
59 modem_path)

Completed in 165 milliseconds