shill_property_util_unittest.cc | 20 mobile_(NetworkTypePattern::Mobile()), 36 const NetworkTypePattern mobile_; member in class:chromeos::__anon7287::NetworkTypePatternTest 45 EXPECT_TRUE(mobile_.MatchesType(shill::kTypeCellular)); 46 EXPECT_TRUE(mobile_.MatchesType(shill::kTypeWimax)); 47 EXPECT_FALSE(mobile_.MatchesType(shill::kTypeWifi)); 58 EXPECT_TRUE(MatchesPattern(mobile_, mobile_)); 62 EXPECT_TRUE(MatchesPattern(mobile_, wireless_)); 63 EXPECT_TRUE(MatchesPattern(mobile_, cellular_)); 79 EXPECT_TRUE(mobile_.Equals(mobile_)) [all...] |