Home
last modified time | relevance | path

Searched refs:CellularCapabilityTest (Results 1 – 8 of 8) sorted by relevance

/system/connectivity/shill/cellular/
Dcellular_capability_classic_unittest.cc53 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 …]
Dcellular_capability_classic.h131 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);
Dcellular.h302 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);
Dcellular_capability_gsm.h116 friend class CellularCapabilityTest; variable
134 FRIEND_TEST(CellularCapabilityTest, AllowRoaming);
135 FRIEND_TEST(CellularCapabilityTest, TryApns);
Dcellular_capability.h293 friend class CellularCapabilityTest; variable
297 FRIEND_TEST(CellularCapabilityTest, AllowRoaming);
Dcellular_service.h136 FRIEND_TEST(CellularCapabilityTest, TryApns);
Dcellular_capability_universal.h187 friend class CellularCapabilityTest; variable
/system/connectivity/shill/
Ddevice.h670 friend class CellularCapabilityTest;