Home
last modified time | relevance | path

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

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