Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.h202 bool ChangePUK(const std::string_view puk, const std::string_view new_puk);
Dsim_service.cpp267 const std::string_view new_puk) { in ChangePUK() argument
274 if (new_puk.length() != kSimPukSize) { in ChangePUK()
279 std::string temp(new_puk); in ChangePUK()