Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dcellular_service.cc177 Stringmap* CellularService::GetLastGoodApn() { in GetLastGoodApn() function in shill::CellularService
298 SaveApn(storage, id, GetLastGoodApn(), kStorageLastGoodAPN); in Save()
Dcellular_service.h119 Stringmap* GetLastGoodApn();
Dcellular_service_unittest.cc312 Stringmap* resultapn = service_->GetLastGoodApn(); in TEST_F()
334 EXPECT_EQ(nullptr, service_->GetLastGoodApn());; in TEST_F()
Dcellular_capability_gsm.cc257 const Stringmap* apn_info = cellular()->service()->GetLastGoodApn(); in SetupApnTryList()
Dcellular_capability_universal.cc661 const Stringmap* apn_info = cellular()->service()->GetLastGoodApn(); in SetupApnTryList()