HomeSort by relevance Sort by last modified time
    Searched refs:GetLastGoodApn (Results 1 - 5 of 5) sorted by null

  /system/connectivity/shill/cellular/
cellular_service.cc 177 Stringmap* CellularService::GetLastGoodApn() {
298 SaveApn(storage, id, GetLastGoodApn(), kStorageLastGoodAPN);
cellular_service.h 119 Stringmap* GetLastGoodApn();
cellular_service_unittest.cc 312 Stringmap* resultapn = service_->GetLastGoodApn();
334 EXPECT_EQ(nullptr, service_->GetLastGoodApn());;
cellular_capability_gsm.cc 257 const Stringmap* apn_info = cellular()->service()->GetLastGoodApn();
cellular_capability_universal.cc 661 const Stringmap* apn_info = cellular()->service()->GetLastGoodApn();
    [all...]

Completed in 112 milliseconds