OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modem_3gpp
(Results
1 - 6
of
6
) sorted by null
/external/autotest/client/site_tests/cellular_ActivateLTE/files/
modems.py
10
from autotest_lib.client.cros.cellular.pseudomodem import
modem_3gpp
16
class TestModem(
modem_3gpp
.Modem3gpp):
42
props =
modem_3gpp
.Modem3gpp._InitializeProperties(self)
70
modem_3gpp
.Modem3gpp.Reset(self)
82
modem_3gpp
.Modem3gpp.RegisterWithNetwork(
/external/autotest/client/site_tests/cellular_ServiceName/
cellular_ServiceName.py
11
from autotest_lib.client.cros.cellular.pseudomodem import
modem_3gpp
26
class TestModemRoaming(
modem_3gpp
.Modem3gpp):
32
roaming_networks = [
modem_3gpp
.Modem3gpp.GsmNetwork(
39
modem_3gpp
.Modem3gpp.__init__(self, roaming_networks=roaming_networks)
48
modem_3gpp
.Modem3gpp.RegisterWithNetwork(
/external/autotest/client/site_tests/cellular_ConnectFailure/
cellular_ConnectFailure.py
10
from autotest_lib.client.cros.cellular.pseudomodem import
modem_3gpp
28
return
modem_3gpp
.Modem3gpp
/external/autotest/client/site_tests/cellular_ScanningProperty/files/
modems.py
8
from autotest_lib.client.cros.cellular.pseudomodem import
modem_3gpp
69
class AsyncScanModem(
modem_3gpp
.Modem3gpp):
/external/autotest/client/site_tests/cellular_DisconnectFailure/
cellular_DisconnectFailure.py
12
from autotest_lib.client.cros.cellular.pseudomodem import
modem_3gpp
32
return
modem_3gpp
.Modem3gpp
/external/autotest/client/cros/cellular/pseudomodem/
pseudomodem.py
27
import
modem_3gpp
143
networks = [
modem_3gpp
.Modem3gpp.GsmNetwork(
152
self._modem =
modem_3gpp
.Modem3gpp(
Completed in 734 milliseconds