Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/item/
DGenericTimingItem.java75 Set<String> allAttributes = new HashSet<String>(ATTRIBUTES); in getAllAttributes() local
76 allAttributes.addAll(attributes); in getAllAttributes()
77 return allAttributes; in getAllAttributes()
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()