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

  /system/connectivity/shill/
mock_service.h 73 MOCK_CONST_METHOD0(HasStaticNameServers, bool());
service.h 359 virtual bool HasStaticNameServers() const;
    [all...]
service.cc 880 bool Service::HasStaticNameServers() const {
    [all...]
device_unittest.cc 819 EXPECT_CALL(*service, HasStaticNameServers())
    [all...]
device.cc 732 return selected_service_->HasStaticNameServers();
    [all...]

Completed in 48 milliseconds