Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/item/
DMiscKernelLogItem.java116 Set<String> allAttributes = new HashSet<String>(ATTRIBUTES); in getAllAttributes() local
117 allAttributes.addAll(attributes); in getAllAttributes()
118 return allAttributes; in getAllAttributes()
DMiscLogcatItem.java167 Set<String> allAttributes = new HashSet<String>(ATTRIBUTES); in getAllAttributes() local
168 allAttributes.addAll(attributes); in getAllAttributes()
169 return allAttributes; in getAllAttributes()