Searched refs:checkRequiredSystemProperties (Results 1 – 3 of 3) sorted by relevance
449 if (!PackageParser.checkRequiredSystemProperties(requiredSystemPropertyName, in parseApkLite()
2405 if (!PackageParser.checkRequiredSystemProperties(propName, propValue)) {
1714 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