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

  /system/connectivity/shill/
mock_service.cc 58 bool MockService::FauxSave(StoreInterface* store) {
mock_service.h 94 bool FauxSave(StoreInterface* store);
profile_unittest.cc 239 .WillRepeatedly(Invoke(service1.get(), &MockService::FauxSave));
241 .WillRepeatedly(Invoke(service2.get(), &MockService::FauxSave));
313 .WillRepeatedly(Invoke(service1.get(), &MockService::FauxSave));
315 .WillRepeatedly(Invoke(service2.get(), &MockService::FauxSave));

Completed in 595 milliseconds