Home | History | Annotate | Download | only in eas

Lines Matching full:fieldnames

598      * @param fieldNames The field names for this address type.
602 final int[] fieldNames) throws IOException{
603 sendStringData(s, cv, StructuredPostal.CITY, fieldNames[0]);
604 sendStringData(s, cv, StructuredPostal.COUNTRY, fieldNames[1]);
605 sendStringData(s, cv, StructuredPostal.POSTCODE, fieldNames[2]);
606 sendStringData(s, cv, StructuredPostal.REGION, fieldNames[3]);
607 sendStringData(s, cv, StructuredPostal.STREET, fieldNames[4]);