Home | History | Annotate | Download | only in adapter

Lines Matching refs:STREET

340         String street;
345 || street != null;
534 work.street = getValue();
549 home.street = getValue();
564 other.street = getValue();
678 ops.addPostal(entity, StructuredPostal.TYPE_WORK, work.street, work.city,
682 ops.addPostal(entity, StructuredPostal.TYPE_HOME, home.street, home.city,
686 ops.addPostal(entity, StructuredPostal.TYPE_OTHER, other.street, other.city,
1393 public void addPostal(Entity entity, int type, String street, String city, String state,
1399 cvCompareString(cv, StructuredPostal.STREET, street) &&
1407 builder.withValue(StructuredPostal.STREET, street);
1637 sendStringData(s, cv, StructuredPostal.STREET, fieldNames[4]);