Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dmobile_operator_info_impl.cc405 sid_to_mnos_.clear(); in PreprocessDatabase()
421 InsertIntoStringToMNOListMap(&sid_to_mnos_, sid, &mno); in PreprocessDatabase()
484 StringToMNOListMap::const_iterator cit = sid_to_mnos_.find(sid); in AppendToCandidatesBySID()
485 if (cit == sid_to_mnos_.end()) { in AppendToCandidatesBySID()
Dmobile_operator_info_impl.h172 StringToMNOListMap sid_to_mnos_; variable