Searched refs:callingCodes (Results 1 – 1 of 1) sorted by relevance
148 Set<Integer> callingCodes = phoneUtil.getSupportedCallingCodes(); in testGetSupportedCallingCodes() local149 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()