Home
last modified time | relevance | path

Searched refs:kRoamThreshold16 (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi_unittest.cc1541 static const uint16_t kRoamThreshold16 = 16; in TEST_F() local
1548 SetRoamThreshold(kRoamThreshold16)); in TEST_F()
1549 EXPECT_TRUE(SetRoamThreshold(kRoamThreshold16)); in TEST_F()
1550 EXPECT_EQ(GetRoamThreshold(), kRoamThreshold16); in TEST_F()
1564 EXPECT_TRUE(SetRoamThreshold(kRoamThreshold16)); in TEST_F()
1565 EXPECT_EQ(kRoamThreshold16, GetRoamThreshold()); in TEST_F()
Dwifi_service_unittest.cc2238 static const uint16_t kRoamThreshold16 = 16; in TEST_F() local
2241 EXPECT_TRUE(SetRoamThreshold(service, kRoamThreshold16)); in TEST_F()
2242 EXPECT_EQ(GetRoamThreshold(service), kRoamThreshold16); in TEST_F()