Searched refs:kMCCMNCMinLen (Results 1 – 2 of 2) sorted by relevance
61 const int MobileOperatorInfoImpl::kMCCMNCMinLen = 5; member in shill::MobileOperatorInfoImpl242 AppendToCandidatesByMCCMNC(imsi.substr(0, kMCCMNCMinLen)); in UpdateIMSI()243 AppendToCandidatesByMCCMNC(imsi.substr(0, kMCCMNCMinLen + 1)); in UpdateIMSI()
92 static const int kMCCMNCMinLen; variable