Home
last modified time | relevance | path

Searched refs:newPinOrPuk (Results 1 - 2 of 2) sorted by relevance

/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h596 bool IsVaildPinOrPuk(std::string newPinOrPuk, std::string newPinOrPukCheck);
/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp1512 bool CellularCallSupplement::IsVaildPinOrPuk(std::string newPinOrPuk, std::string newPinOrPukCheck) in IsVaildPinOrPuk() argument
1514 if (newPinOrPuk != newPinOrPukCheck) { in IsVaildPinOrPuk()
1517 } else if (static_cast<int32_t>(newPinOrPuk.length()) < PIN_PUK_MIN || in IsVaildPinOrPuk()
1518 static_cast<int32_t>(newPinOrPuk.length()) > PIN_PUK_MAX) { in IsVaildPinOrPuk()

Completed in 4 milliseconds