Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dcellular_capability_gsm.cc79 mobile_operator_info_(new MobileOperatorInfo(cellular->dispatcher(), in CellularCapabilityGSM()
87 mobile_operator_info_->Init(); in CellularCapabilityGSM()
614 mobile_operator_info_->Reset(); in ParseScanResult()
615 mobile_operator_info_->UpdateMCCMNC(parsed[kNetworkIdProperty]); in ParseScanResult()
616 if (mobile_operator_info_->IsMobileNetworkOperatorKnown() && in ParseScanResult()
617 !mobile_operator_info_->operator_name().empty()) { in ParseScanResult()
618 parsed[kLongNameProperty] = mobile_operator_info_->operator_name(); in ParseScanResult()
Dcellular_capability_universal.cc154 mobile_operator_info_(new MobileOperatorInfo(cellular->dispatcher(), in CellularCapabilityUniversal()
166 mobile_operator_info_->Init(); in CellularCapabilityUniversal()
1067 mobile_operator_info_->Reset(); in ParseScanResult()
1068 mobile_operator_info_->UpdateMCCMNC(parsed[kNetworkIdProperty]); in ParseScanResult()
1069 if (mobile_operator_info_->IsMobileNetworkOperatorKnown() && in ParseScanResult()
1070 !mobile_operator_info_->operator_name().empty()) { in ParseScanResult()
1071 parsed[kLongNameProperty] = mobile_operator_info_->operator_name(); in ParseScanResult()
Dcellular_capability_gsm.h223 std::unique_ptr<MobileOperatorInfo> mobile_operator_info_; variable
Dcellular_capability_universal.h412 std::unique_ptr<MobileOperatorInfo> mobile_operator_info_; variable
Dcellular_capability_gsm_unittest.cc588 capability_->mobile_operator_info_.reset(mock_mobile_operator_info); in TEST_F()