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

  /system/connectivity/shill/cellular/
mock_cellular_service.h 35 MOCK_METHOD1(SetLastGoodApn, void(const Stringmap& apn_info));
cellular_service.h 120 virtual void SetLastGoodApn(const Stringmap& apn_info);
cellular_capability_classic_unittest.cc 417 cellular_->service()->SetLastGoodApn(apn_info);
448 cellular_->service()->SetLastGoodApn(apn_info);
cellular_service.cc 220 void CellularService::SetLastGoodApn(const Stringmap& apn_info) {
cellular_service_unittest.cc 311 service_->SetLastGoodApn(testapn);
cellular_capability_gsm.cc 332 service->SetLastGoodApn(apn_try_list_.front());
cellular_capability_universal.cc 729 service->SetLastGoodApn(apn_try_list_.front());
    [all...]
cellular_capability_universal_unittest.cc     [all...]

Completed in 103 milliseconds