Searched refs:SetLastGoodApn (Results 1 - 8 of 8) sorted by relevance

/system/connectivity/shill/cellular/
H A Dmock_cellular_service.h35 MOCK_METHOD1(SetLastGoodApn, void(const Stringmap& apn_info));
H A Dcellular_service.h120 virtual void SetLastGoodApn(const Stringmap& apn_info);
H A Dcellular_capability_classic_unittest.cc417 cellular_->service()->SetLastGoodApn(apn_info);
448 cellular_->service()->SetLastGoodApn(apn_info);
H A Dcellular_service.cc220 void CellularService::SetLastGoodApn(const Stringmap& apn_info) { function in class:shill::CellularService
H A Dcellular_service_unittest.cc311 service_->SetLastGoodApn(testapn);
H A Dcellular_capability_gsm.cc332 service->SetLastGoodApn(apn_try_list_.front());
H A Dcellular_capability_universal.cc729 service->SetLastGoodApn(apn_try_list_.front());
H A Dcellular_capability_universal_unittest.cc1427 EXPECT_CALL(*service_, SetLastGoodApn(apn2));

Completed in 474 milliseconds