Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.h204 bool VerifyPUK(const std::string_view puk);
Dsim_service.cpp214 bool SimService::PinStatus::VerifyPUK(const std::string_view puk) { in VerifyPUK() function in cuttlefish::SimService::PinStatus
251 result = VerifyPUK(pin_or_puk); in ChangePIN()
270 bool result = VerifyPUK(puk); in ChangePUK()