Searched refs:allAttributes (Results 1 – 3 of 3) sorted by relevance
75 Set<String> allAttributes = new HashSet<String>(ATTRIBUTES); in getAllAttributes() local76 allAttributes.addAll(attributes); in getAllAttributes()77 return allAttributes; in getAllAttributes()
116 Set<String> allAttributes = new HashSet<String>(ATTRIBUTES); in getAllAttributes() local117 allAttributes.addAll(attributes); in getAllAttributes()118 return allAttributes; in getAllAttributes()
167 Set<String> allAttributes = new HashSet<String>(ATTRIBUTES); in getAllAttributes() local168 allAttributes.addAll(attributes); in getAllAttributes()169 return allAttributes; in getAllAttributes()