OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modem_path
(Results
1 - 5
of
5
) 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()
test_environment.py
69
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
)
/external/autotest/client/site_tests/cellular_GobiDormancyDance/
cellular_GobiDormancyDance.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
219
def _is_old_modem_gone(self,
modem_path
, modem_mm_object):
222
@param
modem_path
: The DBus path for the modem object that must vanish.
229
device = self.get_dbus_object(self.DBUS_TYPE_DEVICE,
modem_path
)
/external/autotest/client/site_tests/cellular_ScanningProperty/
cellular_ScanningProperty.py
57
modem_path
= modems.keys()[0]
59
modem_path
)
Completed in 143 milliseconds