Searched refs:rawPropValues (Results 1 – 1 of 1) sorted by relevance
2467 @Nullable String rawPropValues) { in checkRequiredSystemProperties() argument2468 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()