Lines Matching refs:cellular
15 from autotest_lib.client.cros.cellular import mm
16 from autotest_lib.client.cros.cellular.pseudomodem import pseudomodem_context
17 from autotest_lib.client.cros.cellular.wardmodem import wardmodem
24 """Setup and verify cellular test environment.
28 - Shuts down other devices except cellular.
29 - Shill and MM logging is enabled appropriately for cellular.
38 - There is a cellular service in shill and it's not connected.
64 cellular.
100 # Temporarily disable shill autoconnect to cellular service while
149 exception=error.TestError('Cannot find cellular device in shill. '
175 '' if enable else 'cellular')
294 """Make sure a cellular service exists.
296 The cellular service should not be connected to the network.
298 @raise error.TestError if cellular service does not exist or if
299 there are multiple cellular services.
317 'Cellular service needs to start in the "idle" state. '
324 """Setup and verify cellular over-the-air (OTA) test environment. """
330 """Setup and verify cellular pseudomodem test environment. """
345 """Setup and verify cellular ward modem test environment. """