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.java578 final String streetString; in constructInsertOperation() local
581 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()