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

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java1104 public static final int FORMAT_JAPAN = 2; field in class:PhoneNumberUtils
1150 * {@link #FORMAT_NANP} and {@link #FORMAT_JAPAN} are supported as a formating type.
1179 * Formats a phone number in-place. Currently {@link #FORMAT_JAPAN} and {@link #FORMAT_NANP}
1194 formatType = FORMAT_JAPAN;
1204 case FORMAT_JAPAN:
2080 return FORMAT_JAPAN;

Completed in 89 milliseconds