Searched refs:streetString (Results 1 – 1 of 1) sorted by relevance
566 final String streetString; in constructInsertOperation() local569 streetString = null; in constructInsertOperation()571 streetString = mExtendedAddress; in constructInsertOperation()575 streetString = mStreet; in constructInsertOperation()577 streetString = mStreet + " " + mExtendedAddress; in constructInsertOperation()581 builder.withValue(StructuredPostal.STREET, streetString); in constructInsertOperation()