HomeSort by relevance Sort by last modified time
    Searched refs:featureGroups (Results 1 - 6 of 6) 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 215 * or more FeatureGroups in order to have satisfied the feature requirement.
219 public FeatureGroupInfo[] featureGroups;
319 dest.writeTypedArray(featureGroups, parcelableFlags);
368 featureGroups = source.createTypedArray(FeatureGroupInfo.CREATOR);
PackageParser.java 527 N = p.featureGroups != null ? p.featureGroups.size() : 0;
529 pi.featureGroups = new FeatureGroupInfo[N];
530 p.featureGroups.toArray(pi.featureGroups);
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 86 milliseconds