Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsUsageMonitor.java314 String currentCountry = parser.getAttributeValue(null, ATTR_COUNTRY); in getPatternMatcherFromXmlParser() local
315 if (VDBG) Rlog.d(TAG, "Found country " + currentCountry); in getPatternMatcherFromXmlParser()
316 if (country.equals(currentCountry)) { in getPatternMatcherFromXmlParser()
DServiceStateTracker.java2869 String currentCountry = mLocaleTracker.getCurrentCountry(); in shouldForceDisplayNoService() local
2871 if (country.equalsIgnoreCase(currentCountry)) { in shouldForceDisplayNoService()