Home
last modified time | relevance | path

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

/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java599 builder.withValue(StructuredPostal.FORMATTED_ADDRESS, getFormattedAddress(mVCardType)); in constructInsertOperation()
606 public String getFormattedAddress(final int vcardType) { in getFormattedAddress() method in VCardEntry.PostalData
2515 displayName = mPostalList.get(0).getFormattedAddress(mVCardType); in constructDisplayName()