Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/
DFrameworkParsingPackageUtils.java193 @Nullable String rawPropValues) { in checkRequiredSystemProperties() argument
194 if (TextUtils.isEmpty(rawPropNames) || TextUtils.isEmpty(rawPropValues)) { in checkRequiredSystemProperties()
195 if (!TextUtils.isEmpty(rawPropNames) || !TextUtils.isEmpty(rawPropValues)) { in checkRequiredSystemProperties()
198 + "=" + rawPropValues + "' - require both requiredSystemPropertyName" in checkRequiredSystemProperties()
207 final String[] propValues = rawPropValues.split(","); in checkRequiredSystemProperties()
211 + "=" + rawPropValues + "' - require both requiredSystemPropertyName" in checkRequiredSystemProperties()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java2523 @Nullable String rawPropValues) { in checkRequiredSystemProperties() argument
2524 if (TextUtils.isEmpty(rawPropNames) || TextUtils.isEmpty(rawPropValues)) { in checkRequiredSystemProperties()
2525 if (!TextUtils.isEmpty(rawPropNames) || !TextUtils.isEmpty(rawPropValues)) { in checkRequiredSystemProperties()
2528 + "=" + rawPropValues + "' - require both requiredSystemPropertyName" in checkRequiredSystemProperties()
2537 final String[] propValues = rawPropValues.split(","); in checkRequiredSystemProperties()
2541 + "=" + rawPropValues + "' - require both requiredSystemPropertyName" in checkRequiredSystemProperties()