Home | History | Annotate | Download | only in pm

Lines Matching defs:featureGroups

701             N = p.featureGroups != null ? p.featureGroups.size() : 0;
703 pi.featureGroups = new FeatureGroupInfo[N];
704 p.featureGroups.toArray(pi.featureGroups);
2170 // FeatureGroups are stricter and mandate that
2186 pkg.featureGroups = ArrayUtils.add(pkg.featureGroups, group);
6321 public ArrayList<FeatureGroupInfo> featureGroups = null;
6836 featureGroups = new ArrayList<>();
6837 dest.readParcelableList(featureGroups, boot);
6838 if (featureGroups.size() == 0) {
6839 featureGroups = null;
6964 dest.writeParcelableList(featureGroups, flags);