Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dmobile_operator_info_impl.cc61 const int MobileOperatorInfoImpl::kMCCMNCMinLen = 5; member in shill::MobileOperatorInfoImpl
242 AppendToCandidatesByMCCMNC(imsi.substr(0, kMCCMNCMinLen)); in UpdateIMSI()
243 AppendToCandidatesByMCCMNC(imsi.substr(0, kMCCMNCMinLen + 1)); in UpdateIMSI()
Dmobile_operator_info_impl.h92 static const int kMCCMNCMinLen; variable