HomeSort by relevance Sort by last modified time
    Searched defs:MockProfile (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
mock_profile.cc 29 MockProfile::MockProfile(ControlInterface* control,
36 MockProfile::MockProfile(ControlInterface* control,
44 MockProfile::~MockProfile() {}
mock_profile.h 29 class MockProfile : public Profile {
31 MockProfile(ControlInterface* control, Metrics* metrics, Manager* manager);
32 MockProfile(ControlInterface* control,
36 ~MockProfile() override;
54 DISALLOW_COPY_AND_ASSIGN(MockProfile);

Completed in 394 milliseconds