Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DPackageParser.java2467 final String[] propNames = rawPropNames.split(","); in checkRequiredSystemProperties() local
2470 if (propNames.length != propValues.length) { in checkRequiredSystemProperties()
2476 for (int i = 0; i < propNames.length; i++) { in checkRequiredSystemProperties()
2478 final String currValue = SystemProperties.get(propNames[i]); in checkRequiredSystemProperties()