Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dmobile_operator_info_impl.cc332 StringToMNOListMap::const_iterator cit = name_to_mnos_.find( in UpdateOperatorName()
335 if (cit != name_to_mnos_.end()) { in UpdateOperatorName()
406 name_to_mnos_.clear(); in PreprocessDatabase()
429 InsertIntoStringToMNOListMap(&name_to_mnos_, in PreprocessDatabase()
Dmobile_operator_info_impl.h173 StringToMNOListMap name_to_mnos_; variable