Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DPackageParser.java2466 public static boolean checkRequiredSystemProperties(@Nullable String rawPropNames, in checkRequiredSystemProperties() argument
2468 if (TextUtils.isEmpty(rawPropNames) || TextUtils.isEmpty(rawPropValues)) { in checkRequiredSystemProperties()
2469 if (!TextUtils.isEmpty(rawPropNames) || !TextUtils.isEmpty(rawPropValues)) { in checkRequiredSystemProperties()
2471 Slog.w(TAG, "Disabling overlay - incomplete property :'" + rawPropNames in checkRequiredSystemProperties()
2480 final String[] propNames = rawPropNames.split(","); in checkRequiredSystemProperties()
2484 Slog.w(TAG, "Disabling overlay - property :'" + rawPropNames in checkRequiredSystemProperties()