Searched refs:CellularCapabilityTest (Results 1 – 8 of 8) sorted by relevance
/system/connectivity/shill/cellular/ |
D | cellular_capability_classic_unittest.cc | 53 class CellularCapabilityTest : public testing::Test { class 55 CellularCapabilityTest() in CellularCapabilityTest() function in shill::CellularCapabilityTest 78 virtual ~CellularCapabilityTest() { in ~CellularCapabilityTest() 173 explicit TestControl(CellularCapabilityTest* test) : test_(test) {} in TestControl() 217 CellularCapabilityTest* test_; 260 const char CellularCapabilityTest::kTestMobileProviderDBPath[] = 262 const char CellularCapabilityTest::kTestCarrier[] = "The Cellular Carrier"; 263 const char CellularCapabilityTest::kManufacturer[] = "Company"; 264 const char CellularCapabilityTest::kModelID[] = "Gobi 2000"; 265 const char CellularCapabilityTest::kHWRev[] = "A00B1234"; [all …]
|
D | cellular_capability_classic.h | 131 friend class CellularCapabilityTest; variable 136 FRIEND_TEST(CellularCapabilityTest, AllowRoaming); 137 FRIEND_TEST(CellularCapabilityTest, EnableModemFail); 138 FRIEND_TEST(CellularCapabilityTest, EnableModemSucceed); 139 FRIEND_TEST(CellularCapabilityTest, FinishEnable); 140 FRIEND_TEST(CellularCapabilityTest, GetModemInfo); 141 FRIEND_TEST(CellularCapabilityTest, GetModemStatus); 142 FRIEND_TEST(CellularCapabilityTest, TryApns);
|
D | cellular.h | 302 friend class CellularCapabilityTest; variable 312 FRIEND_TEST(CellularCapabilityTest, AllowRoaming); 313 FRIEND_TEST(CellularCapabilityTest, EnableModemFail); 314 FRIEND_TEST(CellularCapabilityTest, EnableModemSucceed); 315 FRIEND_TEST(CellularCapabilityTest, FinishEnable); 316 FRIEND_TEST(CellularCapabilityTest, GetModemInfo); 317 FRIEND_TEST(CellularCapabilityTest, GetModemStatus);
|
D | cellular_capability_gsm.h | 116 friend class CellularCapabilityTest; variable 134 FRIEND_TEST(CellularCapabilityTest, AllowRoaming); 135 FRIEND_TEST(CellularCapabilityTest, TryApns);
|
D | cellular_capability.h | 293 friend class CellularCapabilityTest; variable 297 FRIEND_TEST(CellularCapabilityTest, AllowRoaming);
|
D | cellular_service.h | 136 FRIEND_TEST(CellularCapabilityTest, TryApns);
|
D | cellular_capability_universal.h | 187 friend class CellularCapabilityTest; variable
|
/system/connectivity/shill/ |
D | device.h | 670 friend class CellularCapabilityTest;
|