Searched defs:operator_map (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/shill/cellular/
H A Dcellular_unittest.cc421 void VerifyOperatorMap(const Stringmap& operator_map, argument
426 Stringmap::const_iterator endit = operator_map.end();
428 it = operator_map.find(kOperatorCodeKey);
435 it = operator_map.find(kOperatorNameKey);
442 it = operator_map.find(kOperatorCountryKey);

Completed in 163 milliseconds