Home | History | Annotate | Download | only in telephony

Lines Matching defs:FORMAT_NANP

1197     public static final int FORMAT_NANP = 1;
1252 * {@link #FORMAT_NANP} and {@link #FORMAT_JAPAN} are supported as a formating type.
1286 * Formats a phone number in-place. Currently {@link #FORMAT_JAPAN} and {@link #FORMAT_NANP}
1301 formatType = FORMAT_NANP;
1311 case FORMAT_NANP:
2461 boolean useNanp = (currFormat == defaultFormat) && (currFormat == FORMAT_NANP);
2669 return FORMAT_NANP;