Searched refs:currentCountry (Results 1 – 1 of 1) sorted by relevance
329 String currentCountry = parser.getAttributeValue(null, ATTR_COUNTRY); in getPatternMatcherFromXmlParser() local330 if (VDBG) Rlog.d(TAG, "Found country " + currentCountry); in getPatternMatcherFromXmlParser()331 if (country.equals(currentCountry)) { in getPatternMatcherFromXmlParser()