Home
last modified time | relevance | path

Searched refs:callingCodes (Results 1 – 1 of 1) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java148 Set<Integer> callingCodes = phoneUtil.getSupportedCallingCodes(); in testGetSupportedCallingCodes() local
149 assertTrue(callingCodes.size() > 0); in testGetSupportedCallingCodes()
150 for (int callingCode : callingCodes) { in testGetSupportedCallingCodes()
155 assertTrue(callingCodes.size() > phoneUtil.getSupportedGlobalNetworkCallingCodes().size()); in testGetSupportedCallingCodes()
157 assertTrue(callingCodes.contains(979)); in testGetSupportedCallingCodes()