Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1046 private static class PostalStruct { class in VCardBuilder
1050 public PostalStruct(final boolean reallyUseQuotedPrintable, in PostalStruct() method in VCardBuilder.PostalStruct
1061 private PostalStruct tryConstructPostalStruct(ContentValues contentValues) { in tryConstructPostalStruct()
1141 return new PostalStruct( in tryConstructPostalStruct()
1173 return new PostalStruct( in tryConstructPostalStruct()
1451 PostalStruct postalStruct = tryConstructPostalStruct(contentValues); in appendPostalLine()