OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mobile_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chromeos/network/
network_type_pattern_unittest.cc
20
mobile_
(NetworkTypePattern::Mobile()),
36
const NetworkTypePattern
mobile_
;
member in class:chromeos::__anon10823::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;
731
mobile_
.writeExternal(objectOutput);
[
all
...]
/packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar
Completed in 123 milliseconds