Searched refs:currentCountry (Results 1 – 2 of 2) sorted by relevance
314 String currentCountry = parser.getAttributeValue(null, ATTR_COUNTRY); in getPatternMatcherFromXmlParser() local315 if (VDBG) Rlog.d(TAG, "Found country " + currentCountry); in getPatternMatcherFromXmlParser()316 if (country.equals(currentCountry)) { in getPatternMatcherFromXmlParser()
2869 String currentCountry = mLocaleTracker.getCurrentCountry(); in shouldForceDisplayNoService() local2871 if (country.equalsIgnoreCase(currentCountry)) { in shouldForceDisplayNoService()