Home
last modified time | relevance | path

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

/external/autotest/client/cros/cellular/pseudomodem/
Dsim.py134 mm1_constants.MM_MODEM_LOCK_SIM_PIN : {
146 self._lock_type = mm1_constants.MM_MODEM_LOCK_SIM_PIN
176 self._lock_type = mm1_constants.MM_MODEM_LOCK_SIM_PIN
317 if lock_type == mm1_constants.MM_MODEM_LOCK_SIM_PIN:
355 self._ResetRetries(mm1_constants.MM_MODEM_LOCK_SIM_PIN)
388 self._ResetRetries(mm1_constants.MM_MODEM_LOCK_SIM_PIN)
390 self._lock_data[mm1_constants.MM_MODEM_LOCK_SIM_PIN]['code'] = pin
419 lock_data = self._lock_data[mm1_constants.MM_MODEM_LOCK_SIM_PIN]
424 self._ResetRetries(mm1_constants.MM_MODEM_LOCK_SIM_PIN)
436 lock_data = self._lock_data[mm1_constants.MM_MODEM_LOCK_SIM_PIN]
[all …]
/external/autotest/client/cros/cellular/
Dmm1_constants.py283 MM_MODEM_LOCK_SIM_PIN = 2 variable