Searched refs:rawPropValues (Results 1 – 2 of 2) sorted by relevance
193 @Nullable String rawPropValues) { in checkRequiredSystemProperties() argument194 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()
2523 @Nullable String rawPropValues) { in checkRequiredSystemProperties() argument2524 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()