Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java496 String countryIsoDebugInfo = "getCarrierCountry()"; in updateLocale() local
507 countryIsoDebugInfo = "OperatorNumeric(" + mOperatorNumeric in updateLocale()
524 countryIsoDebugInfo = "CellInfo: MccTable.countryCodeForMcc(\"" + mcc + "\")"; in updateLocale()
537 countryIsoDebugInfo = "mCountryOverride = \"" + mCountryOverride + "\""; in updateLocale()
539 timeZoneCountryIsoDebugInfo = countryIsoDebugInfo; in updateLocale()
547 + ", countryIsoDebugInfo = " + countryIsoDebugInfo); in updateLocale()
550 + ", countryIsoDebugInfo = " + countryIsoDebugInfo in updateLocale()
593 timeZoneCountryIsoDebugInfo = "Defaulted: " + countryIsoDebugInfo; in updateLocale()