Searched refs:isNANPACountry (Results 1 - 2 of 2) sorted by relevance

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java1263 assertTrue(phoneUtil.isNANPACountry(RegionCode.US));
1264 assertTrue(phoneUtil.isNANPACountry(RegionCode.BS));
1265 assertFalse(phoneUtil.isNANPACountry(RegionCode.DE));
1266 assertFalse(phoneUtil.isNANPACountry(RegionCode.ZZ));
1267 assertFalse(phoneUtil.isNANPACountry(RegionCode.UN001));
1268 assertFalse(phoneUtil.isNANPACountry(null));
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java1401 if (isNANPACountry(regionCallingFrom)) {
1657 if (isNANPACountry(regionCallingFrom)) {
2272 public boolean isNANPACountry(String regionCode) { method in class:PhoneNumberUtil

Completed in 125 milliseconds