Searched refs:streetString (Results 1 – 1 of 1) sorted by relevance
578 final String streetString; in constructInsertOperation() local581 streetString = null; in constructInsertOperation()583 streetString = mExtendedAddress; in constructInsertOperation()587 streetString = mStreet; in constructInsertOperation()589 streetString = mStreet + " " + mExtendedAddress; in constructInsertOperation()593 builder.withValue(StructuredPostal.STREET, streetString); in constructInsertOperation()