Searched refs:propValues (Results 1 – 1 of 1) sorted by relevance
2468 final String[] propValues = rawPropValues.split(","); in checkRequiredSystemProperties() local2470 if (propNames.length != propValues.length) { in checkRequiredSystemProperties()2479 if (!TextUtils.equals(currValue, propValues[i])) { in checkRequiredSystemProperties()