Searched defs:regionCodes (Results 1 - 8 of 8) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DShortNumberInfo.java98 List<String> regionCodes = countryCallingCodeToRegionCodeMap.get(countryCallingCode);
99 return Collections.unmodifiableList(regionCodes == null ? new ArrayList<String>(0)
100 : regionCodes);
109 List<String> regionCodes = getRegionCodesForCountryCode(number.getCountryCode());
110 return regionCodes.contains(regionDialingFrom);
168 List<String> regionCodes = getRegionCodesForCountryCode(number.getCountryCode());
170 for (String region : regionCodes) {
248 List<String> regionCodes = getRegionCodesForCountryCode(number.getCountryCode());
249 String regionCode = getRegionCodeForShortNumberFromRegionList(number, regionCodes);
250 if (regionCodes
422 getRegionCodeForShortNumberFromRegionList(PhoneNumber number, List<String> regionCodes) argument
[all...]
H A DPhoneNumberUtil.java568 List<String> regionCodes = entry.getValue();
571 if (regionCodes.size() == 1 && REGION_CODE_FOR_NON_GEO_ENTITY.equals(regionCodes.get(0))) {
576 supportedRegions.addAll(regionCodes);
2068 List<String> regionCodes) {
2070 for (String regionCode : regionCodes) {
2095 List<String> regionCodes = countryCallingCodeToRegionCodeMap.get(countryCallingCode);
2096 return regionCodes == null ? UNKNOWN_REGION : regionCodes.get(0);
2105 List<String> regionCodes
2067 getRegionCodeForNumberFromRegionList(PhoneNumber number, List<String> regionCodes) argument
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 131 milliseconds