Home
last modified time | relevance | path

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

/external/autotest/client/cros/cellular/pseudomodem/
Dsim.py142 self._lock_type = mm1_constants.MM_MODEM_LOCK_NONE
219 return not (self._lock_type == mm1_constants.MM_MODEM_LOCK_NONE or
350 self._lock_type = mm1_constants.MM_MODEM_LOCK_NONE
385 self._lock_type = mm1_constants.MM_MODEM_LOCK_NONE
Dmodem.py121 dbus.types.UInt32(mm1_constants.MM_MODEM_LOCK_NONE),
/external/autotest/client/cros/cellular/
Dmm1_constants.py298 MM_MODEM_LOCK_NONE = 1 variable