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

  /cts/tests/tests/content/src/android/content/pm/cts/
FeatureGroupInfoTest.java 60 assertNotNull(pi.featureGroups);
63 assertFeatureGroupsMatch(pi.featureGroups, expectedGroups);
143 * A Comparator for FeatureGroups that assumes that the FeatureInfo array is
  /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 72 milliseconds