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.py128 mm1_constants.MM_MODEM_LOCK_SIM_PIN : {
140 self._lock_type = mm1_constants.MM_MODEM_LOCK_SIM_PIN
170 self._lock_type = mm1_constants.MM_MODEM_LOCK_SIM_PIN
311 if lock_type == mm1_constants.MM_MODEM_LOCK_SIM_PIN:
349 self._ResetRetries(mm1_constants.MM_MODEM_LOCK_SIM_PIN)
382 self._ResetRetries(mm1_constants.MM_MODEM_LOCK_SIM_PIN)
384 self._lock_data[mm1_constants.MM_MODEM_LOCK_SIM_PIN]['code'] = pin
413 lock_data = self._lock_data[mm1_constants.MM_MODEM_LOCK_SIM_PIN]
418 self._ResetRetries(mm1_constants.MM_MODEM_LOCK_SIM_PIN)
430 lock_data = self._lock_data[mm1_constants.MM_MODEM_LOCK_SIM_PIN]
[all …]
/external/autotest/client/cros/cellular/
Dmm1_constants.py299 MM_MODEM_LOCK_SIM_PIN = 2 variable