HomeSort by relevance Sort by last modified time
    Searched defs:featureGroups (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/content/pm/
PackageInfo.java 214 * or more FeatureGroups in order to have satisfied the feature requirement.
218 public FeatureGroupInfo[] featureGroups;
318 dest.writeTypedArray(featureGroups, parcelableFlags);
367 featureGroups = source.createTypedArray(FeatureGroupInfo.CREATOR);
PackageParser.java 452 N = p.featureGroups != null ? p.featureGroups.size() : 0;
454 pi.featureGroups = new FeatureGroupInfo[N];
455 p.featureGroups.toArray(pi.featureGroups);
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 895 Vector<FeatureGroup> featureGroups;
    [all...]

Completed in 705 milliseconds