Searched refs:FLAG_REQUIRED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DFeatureInfo.java51 public static final int FLAG_REQUIRED = 0x0001; field in class:FeatureInfo
54 * Additional flags. May be zero or more of {@link #FLAG_REQUIRED}.
H A DPackageParser.java1083 fi.flags |= FeatureInfo.FLAG_REQUIRED;

Completed in 298 milliseconds