Searched defs:featureGroups (Results 1 – 4 of 4) sorted by relevance
313 public FeatureGroupInfo[] featureGroups; field in PackageInfo
6860 public ArrayList<FeatureGroupInfo> featureGroups = null; field in PackageParser.Package
218 private List<FeatureGroupInfo> featureGroups = emptyList(); field in ParsingPackageImpl
1093 Vector<FeatureGroup> featureGroups; in doDump() local