Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.cpp1674 auto lock_type = cmd.GetNextStr(); in HandleQueryRemainTimes() local
1676 if (lock_type == "SIM PIN") { in HandleQueryRemainTimes()
1679 } else if (lock_type == "SIM PUK") { in HandleQueryRemainTimes()
1682 } else if (lock_type == "SIM PIN2") { in HandleQueryRemainTimes()
1685 } else if (lock_type == "SIM PUK2") { in HandleQueryRemainTimes()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c3155 char *lock_type = NULL; local
3168 err = at_tok_nextstr(&line, &lock_type);