OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:countryCallingCode
(Results
1 - 4
of
4
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoder.java
46
// The mappingFileProvider knows for which combination of
countryCallingCode
and language a phone
273
int
countryCallingCode
= number.getCountryCode();
276
int phonePrefix = (
countryCallingCode
!= 1) ?
277
countryCallingCode
: (1000 + (int) (number.getNationalNumber() / 10000000));
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
AsYouTypeFormatter.java
136
int
countryCallingCode
= phoneUtil.getCountryCodeForRegion(regionCode);
137
String mainCountry = phoneUtil.getRegionCodeForCountryCode(
countryCallingCode
);
/frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java
581
if (cccA.
countryCallingCode
!= cccB.
countryCallingCode
) {
[
all
...]
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java
[
all
...]
Completed in 78 milliseconds