Home
last modified time | relevance | path

Searched refs:featureGroups (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DPackageInfo.java354 public FeatureGroupInfo[] featureGroups; field in PackageInfo
613 dest.writeTypedArray(featureGroups, parcelableFlags); in writeToParcel()
687 featureGroups = source.createTypedArray(FeatureGroupInfo.CREATOR); in PackageInfo()
DPackageParser.java768 N = p.featureGroups != null ? p.featureGroups.size() : 0; in generatePackageInfo()
770 pi.featureGroups = new FeatureGroupInfo[N]; in generatePackageInfo()
771 p.featureGroups.toArray(pi.featureGroups); in generatePackageInfo()
2178 pkg.featureGroups = ArrayUtils.add(pkg.featureGroups, group); in parseBaseApkCommon()
6917 public ArrayList<FeatureGroupInfo> featureGroups = null; field in PackageParser.Package
7450 featureGroups = new ArrayList<>(); in Package()
7451 dest.readParcelableList(featureGroups, boot, android.content.pm.FeatureGroupInfo.class); in Package()
7452 if (featureGroups.size() == 0) { in Package()
7453 featureGroups = null; in Package()
7581 dest.writeParcelableList(featureGroups, flags); in writeToParcel()
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/
DPackageImpl.java280 private List<FeatureGroupInfo> featureGroups = emptyList(); field in PackageImpl
529 this.featureGroups = CollectionUtils.add(this.featureGroups, featureGroup); in addFeatureGroup()
970 return featureGroups; in getFeatureGroups()
2807 featureGroups = Collections.unmodifiableList(featureGroups);
3179 dest.writeTypedList(this.featureGroups);
3339 this.featureGroups = in.createTypedArrayList(FeatureGroupInfo.CREATOR);
/frameworks/base/tools/aapt/
DCommand.cpp1093 Vector<FeatureGroup> featureGroups; in doDump() local
1599 featureGroups.add(group); in doDump()
1966 FeatureGroup& top = featureGroups.editTop(); in doDump()
2188 const size_t numFeatureGroups = featureGroups.size(); in doDump()
2196 FeatureGroup& grp = featureGroups.editItemAt(i); in doDump()
/frameworks/base/core/java/com/android/internal/pm/parsing/
DPackageInfoCommonUtils.java135 info.featureGroups = new FeatureGroupInfo[size]; in generate()
136 pkg.getFeatureGroups().toArray(info.featureGroups); in generate()
/frameworks/base/services/core/java/com/android/server/pm/parsing/
DPackageInfoUtils.java176 info.featureGroups = new FeatureGroupInfo[size]; in generateWithComponents()
177 pkg.getFeatureGroups().toArray(info.featureGroups); in generateWithComponents()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8552 field public android.content.pm.FeatureGroupInfo[] featureGroups;
/frameworks/base/core/api/
Dcurrent.txt12612 field @Nullable public android.content.pm.FeatureGroupInfo[] featureGroups;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt12672 Landroid/content/pm/PackageParser$Package;->featureGroups:Ljava/util/ArrayList;