Searched refs:propValues (Results 1 – 2 of 2) sorted by relevance
207 final String[] propValues = rawPropValues.split(","); in checkRequiredSystemProperties() local209 if (propNames.length != propValues.length) { in checkRequiredSystemProperties()218 if (!TextUtils.equals(currValue, propValues[i])) { in checkRequiredSystemProperties()
2537 final String[] propValues = rawPropValues.split(","); in checkRequiredSystemProperties() local2539 if (propNames.length != propValues.length) { in checkRequiredSystemProperties()2548 if (!TextUtils.equals(currValue, propValues[i])) { in checkRequiredSystemProperties()