Home
last modified time | relevance | path

Searched refs:IO_ERROR_CHANNEL_FULL (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/cros/cellular/wardmodem/
Dat_channel.py37 IO_ERROR_CHANNEL_FULL = 11 variable in ATChannel
154 if write_error.args[0] == self.IO_ERROR_CHANNEL_FULL:
215 if not read_error.args[0] == self.IO_ERROR_CHANNEL_FULL: