Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java114 private final boolean mNeedsToConvertPhoneticString; field in VCardBuilder
151 mNeedsToConvertPhoneticString = VCardConfig.needsToConvertPhoneticString(vcardType); in VCardBuilder()
272 if (mIsDoCoMo || mNeedsToConvertPhoneticString) { in appendNamePropertiesV40()
567 if (mNeedsToConvertPhoneticString) { in appendPhoneticNameFields()