Home | History | Annotate | Download | only in cellular

Lines Matching refs:def

27     def __new__(cls, config, *args, **kwargs):
32 def __init__(self, config):
37 def __enter__(self):
41 def __exit__(self, exception, value, traceback):
46 def StartDefault(self, technology):
50 def CheckHttpConnectivity(self):
61 def CheckedConnectToCellular(self, timeout=TIMEOUT):
68 def CheckedDisconnectFromCellular(self, service):
73 def _ModemIsFullyDisconnected():
86 def __init__(self, config):
92 def __enter__(self):
98 def __exit__(self, exception, value, traceback):