Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dmobile_operator_info_impl.cc666 string to_match; in FilterMatches() local
669 to_match = user_imsi_; in FilterMatches()
672 to_match = user_iccid_; in FilterMatches()
675 to_match = user_sid_; in FilterMatches()
678 to_match = user_operator_name_; in FilterMatches()
681 to_match = user_mccmnc_; in FilterMatches()
689 if (to_match.empty()) { in FilterMatches()
722 to_match.c_str(), in FilterMatches()
729 SLOG(this, 2) << "Could not match string " << to_match << " " in FilterMatches()