HomeSort by relevance Sort by last modified time
    Searched refs:at_channel (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/cellular/wardmodem/
at_channel_unittest.py 7 import at_channel
30 self._at_channel = at_channel.ATChannel(
159 at_channel.CHANNEL_READ_CHUNK_SIZE = 4
at_transceiver.py 9 import at_channel
125 self._modem_channel = at_channel.ATChannel(
134 self._mm_channel = at_channel.ATChannel(self._process_mm_at_command,
at_transceiver_unittest.py 14 import at_channel
57 self._mock_modem_channel = self._mox.CreateMock(at_channel.ATChannel)
59 self._mock_mm_channel = self._mox.CreateMock(at_channel.ATChannel)

Completed in 233 milliseconds