Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DPhoneUtils.java872 final String systemCountry = getLocaleCountry(); in formatForDisplay() local
873 final int systemCountryCode = phoneNumberUtil.getCountryCodeForRegion(systemCountry); in formatForDisplay()
875 final PhoneNumber parsedNumber = phoneNumberUtil.parse(phoneText, systemCountry); in formatForDisplay()
882 + LogUtil.sanitizePII(phoneText) + " with country " + systemCountry); in formatForDisplay()