Home
last modified time | relevance | path

Searched refs:ClearLastGoodApn (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/cellular/
Dmock_cellular_service.h36 MOCK_METHOD0(ClearLastGoodApn, void());
Dcellular_service.cc214 ClearLastGoodApn(); in SetApn()
226 void CellularService::ClearLastGoodApn() { in ClearLastGoodApn() function in shill::CellularService
Dcellular_service.h121 virtual void ClearLastGoodApn();
Dcellular_capability_gsm.cc316 service->ClearLastGoodApn(); in OnConnectReply()
Dcellular_capability_universal_unittest.cc1373 EXPECT_CALL(*service_, ClearLastGoodApn()); in TEST_F()
1424 EXPECT_CALL(*service_, ClearLastGoodApn()); in TEST_F()
Dcellular_capability_universal.cc712 service->ClearLastGoodApn(); in OnConnectReply()