Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.h194 enum ChangeMode {WITH_PIN, WITH_PUK}; enumerator
Dsim_service.cpp250 } else if (mode == WITH_PUK) { // using puk to change pin in ChangePIN()
1217 if (ChangePin1AndAdjustSimStatus(PinStatus::WITH_PUK, puk, new_pin)) { in HandleChangeOrEnterPIN()