OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countryCodeSet
(Results
1 - 3
of
3
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
AlternateFormatsCountryCodeSet.java
31
Set<Integer>
countryCodeSet
= new HashSet<Integer>(52);
33
countryCodeSet
.add(7);
34
countryCodeSet
.add(27);
35
countryCodeSet
.add(30);
36
countryCodeSet
.add(31);
37
countryCodeSet
.add(34);
38
countryCodeSet
.add(36);
39
countryCodeSet
.add(43);
40
countryCodeSet
.add(44);
41
countryCodeSet
.add(49)
[
all
...]
MetadataManager.java
54
private static final Set<Integer>
countryCodeSet
=
93
if (!
countryCodeSet
.contains(countryCallingCode)) {
/packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar
Completed in 567 milliseconds