Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DPackageParser.java2467 @Nullable String rawPropValues) { in checkRequiredSystemProperties() argument
2468 if (TextUtils.isEmpty(rawPropNames) || TextUtils.isEmpty(rawPropValues)) { in checkRequiredSystemProperties()
2469 if (!TextUtils.isEmpty(rawPropNames) || !TextUtils.isEmpty(rawPropValues)) { in checkRequiredSystemProperties()
2472 + "=" + rawPropValues + "' - require both requiredSystemPropertyName" in checkRequiredSystemProperties()
2481 final String[] propValues = rawPropValues.split(","); in checkRequiredSystemProperties()
2485 + "=" + rawPropValues + "' - require both requiredSystemPropertyName" in checkRequiredSystemProperties()