Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/
DFrameworkParsingPackageUtils.java207 final String[] propValues = rawPropValues.split(","); in checkRequiredSystemProperties() local
209 if (propNames.length != propValues.length) { in checkRequiredSystemProperties()
218 if (!TextUtils.equals(currValue, propValues[i])) { in checkRequiredSystemProperties()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java2537 final String[] propValues = rawPropValues.split(","); in checkRequiredSystemProperties() local
2539 if (propNames.length != propValues.length) { in checkRequiredSystemProperties()
2548 if (!TextUtils.equals(currValue, propValues[i])) { in checkRequiredSystemProperties()