Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/
DFrameworkParsingPackageUtils.java206 final String[] propNames = rawPropNames.split(","); in checkRequiredSystemProperties() local
209 if (propNames.length != propValues.length) { in checkRequiredSystemProperties()
215 for (int i = 0; i < propNames.length; i++) { in checkRequiredSystemProperties()
217 final String currValue = SystemProperties.get(propNames[i]); in checkRequiredSystemProperties()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java2536 final String[] propNames = rawPropNames.split(","); in checkRequiredSystemProperties() local
2539 if (propNames.length != propValues.length) { in checkRequiredSystemProperties()
2545 for (int i = 0; i < propNames.length; i++) { in checkRequiredSystemProperties()
2547 final String currValue = SystemProperties.get(propNames[i]); in checkRequiredSystemProperties()