Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DPackageParser.java2468 final String[] propValues = rawPropValues.split(","); in checkRequiredSystemProperties() local
2470 if (propNames.length != propValues.length) { in checkRequiredSystemProperties()
2479 if (!TextUtils.equals(currValue, propValues[i])) { in checkRequiredSystemProperties()