Home
last modified time | relevance | path

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

/development/samples/Wiktionary/src/com/example/android/wiktionary/
DExtendedWikiHelper.java248 HashSet<String> foundSections = new HashSet<String>(); in formatWikiText() local
254 if (!foundSections.contains(title) && in formatWikiText()
257 foundSections.add(title); in formatWikiText()