Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/item/
DMonkeyLogItem.java32 private class StringSet extends HashSet<String> {} class in MonkeyLogItem
91 setAttribute(PACKAGES, new StringSet()); in MonkeyLogItem()
92 setAttribute(CATEGORIES, new StringSet()); in MonkeyLogItem()
132 return (StringSet) getAttribute(PACKAGES); in getPackages()
139 ((StringSet) getAttribute(PACKAGES)).add(thePackage); in addPackage()
146 return (StringSet) getAttribute(CATEGORIES); in getCategories()
153 ((StringSet) getAttribute(CATEGORIES)).add(category); in addCategory()