Home
last modified time | relevance | path

Searched refs:checkRequiredSystemProperties (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java449 if (!PackageParser.checkRequiredSystemProperties(requiredSystemPropertyName, in parseApkLite()
DParsingPackageUtils.java2405 if (!PackageParser.checkRequiredSystemProperties(propName, propValue)) {
/frameworks/base/core/java/android/content/pm/
DPackageParser.java1714 if (!checkRequiredSystemProperties(requiredSystemPropertyName, in parseApkLite()
2017 if (!checkRequiredSystemProperties(propName, propValue)) { in parseBaseApkCommon()
2453 public static boolean checkRequiredSystemProperties(@Nullable String rawPropNames, in checkRequiredSystemProperties() method in PackageParser