Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardConfig.java465 public static boolean isJapaneseDevice(final int vcardType) { in isJapaneseDevice() method in VCardConfig
H A DVCardUtils.java327 if (VCardConfig.isJapaneseDevice(vcardType)) { in getPhoneNumberFormat()
H A DVCardEntry.java612 if (VCardConfig.isJapaneseDevice(vcardType)) { in getFormattedAddress()