OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cell_tools
(Results
1 - 9
of
9
) sorted by null
/external/autotest/client/cros/cellular/
cell_tools_test_on_chromebook.py
7
import
cell_tools
49
cell_tools
.PrepareModemForTechnology('', 'Technology:LTE')
56
cell_tools
.ConnectToCellular(self.flim, timeout=60)
72
cell_tools
.ConnectToCellular(self.flim, timeout=60)
83
cell_tools
.PrepareModemForTechnology('', technology_lte)
87
cell_tools
.ConnectToCellular(self.flim, timeout=60)
environment.py
13
from autotest_lib.client.cros.cellular import cellular,
cell_tools
63
(service, _) =
cell_tools
.ConnectToCellular(self.flim, timeout=timeout)
89
cell_tools
.OtherDeviceShutdownContext('cellular'),
test_environment.py
15
from autotest_lib.client.cros.cellular import
cell_tools
92
cell_tools
.OtherDeviceShutdownContext('cellular'))
/external/autotest/client/site_tests/cellular_Smoke/
cellular_Smoke.py
9
from autotest_lib.client.cros.cellular import cellular,
cell_tools
, environment
43
cell_tools
.PrepareModemForTechnology('', technology)
/external/autotest/client/site_tests/cellular_Throughput/
cellular_Throughput.py
10
from autotest_lib.client.cros.cellular import cellular,
cell_tools
, environment
25
cell_tools
.PrepareModemForTechnology('', technology)
/external/autotest/client/site_tests/network_3GSmokeTest/
network_3GSmokeTest.py
12
from autotest_lib.client.cros.cellular import
cell_tools
, mm
89
service, state =
cell_tools
.ConnectToCellular(self.test_env.flim,
/external/autotest/client/site_tests/cellular_Signal/
cellular_Signal.py
12
from autotest_lib.client.cros.cellular import
cell_tools
78
cell_tools
.PrepareModemForTechnology('', technology)
/external/autotest/client/site_tests/network_WiMaxSmoke/
network_WiMaxSmoke.py
12
from autotest_lib.client.cros.cellular import
cell_tools
153
with
cell_tools
.OtherDeviceShutdownContext('wimax'):
/external/autotest/client/site_tests/network_3GModemControl/
network_3GModemControl.py
12
from autotest_lib.client.cros.cellular import
cell_tools
363
with
cell_tools
.AutoConnectContext(self.device,
Completed in 219 milliseconds