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

  /system/connectivity/shill/
device_info_unittest.cc 501 StrictMock<MockWiMaxProvider> wimax_provider; local
502 EXPECT_CALL(manager_, wimax_provider()).WillOnce(Return(&wimax_provider));
503 EXPECT_CALL(wimax_provider, OnDeviceInfoAvailable(kTestDeviceName)).Times(1);
    [all...]
manager.h 52 #include "shill/wimax/wimax_provider.h"
392 virtual WiMaxProvider* wimax_provider() { return wimax_provider_.get(); } function in class:shill::Manager
    [all...]

Completed in 164 milliseconds