Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dmobile_operator_info_impl.cc234 if (!user_mccmnc_.empty()) { in UpdateIMSI()
235 if (!base::StartsWith(imsi, user_mccmnc_, in UpdateIMSI()
237 LOG(WARNING) << "MCCMNC [" << user_mccmnc_ << "] is not a substring of " in UpdateIMSI()
272 if (user_mccmnc_ == mccmnc) { in UpdateMCCMNC()
276 user_mccmnc_ = mccmnc; in UpdateMCCMNC()
387 user_mccmnc_.clear(); in Reset()
518 (user_mccmnc_.empty() && user_sid_.empty())); in UpdateMNO()
548 (operator_code_type_ == kOperatorCodeTypeMCCMNC) ? user_mccmnc_ : in UpdateMNO()
574 (operator_code_type_ == kOperatorCodeTypeMCCMNC) ? user_mccmnc_ : in UpdateMNO()
589 !user_mccmnc_.empty()) || in UpdateMNO()
[all …]
Dmobile_operator_info_impl.h219 std::string user_mccmnc_; variable