Home
last modified time | relevance | path

Searched refs:streetString (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java566 final String streetString; in constructInsertOperation() local
569 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()