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

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java1194 return getFormatTypeFromCountryCode(country);
2313 getFormatTypeFromCountryCode(currIso),
2314 getFormatTypeFromCountryCode(defaultIso));
2334 int format = getFormatTypeFromCountryCode(defaultIso);
2576 private static int getFormatTypeFromCountryCode (String country) { method in class:PhoneNumberUtils

Completed in 4628 milliseconds