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

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java1158 * @param defaultFormattingType The default formatting rules to apply if the number does
1164 public static String formatNumber(String source, int defaultFormattingType) { argument
1166 formatNumber(text, defaultFormattingType);
1188 * @param defaultFormattingType The default formatting rules to apply if the number does
1191 public static void formatNumber(Editable text, int defaultFormattingType) { argument
1192 int formatType = defaultFormattingType;
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardUtils.java91 public static String formatNumber(String source, int defaultFormattingType) { argument
93 PhoneNumberUtils.formatNumber(text, defaultFormattingType);

Completed in 162 milliseconds