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

  /external/chromium_org/chromeos/network/
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...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonemetadata.java 340 private PhoneNumberDesc mobile_ = null; field in class:Phonemetadata.PhoneMetadata
342 public PhoneNumberDesc getMobile() { return mobile_; }
348 mobile_ = value;
678 mobile_.writeExternal(objectOutput);
    [all...]

Completed in 8793 milliseconds