Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/
DFrameworkParsingPackageUtils.java192 public static boolean checkRequiredSystemProperties(@Nullable String rawPropNames, in checkRequiredSystemProperties() argument
194 if (TextUtils.isEmpty(rawPropNames) || TextUtils.isEmpty(rawPropValues)) { in checkRequiredSystemProperties()
195 if (!TextUtils.isEmpty(rawPropNames) || !TextUtils.isEmpty(rawPropValues)) { in checkRequiredSystemProperties()
197 Slog.w(TAG, "Disabling overlay - incomplete property :'" + rawPropNames in checkRequiredSystemProperties()
206 final String[] propNames = rawPropNames.split(","); in checkRequiredSystemProperties()
210 Slog.w(TAG, "Disabling overlay - property :'" + rawPropNames in checkRequiredSystemProperties()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java2522 public static boolean checkRequiredSystemProperties(@Nullable String rawPropNames, in checkRequiredSystemProperties() argument
2524 if (TextUtils.isEmpty(rawPropNames) || TextUtils.isEmpty(rawPropValues)) { in checkRequiredSystemProperties()
2525 if (!TextUtils.isEmpty(rawPropNames) || !TextUtils.isEmpty(rawPropValues)) { in checkRequiredSystemProperties()
2527 Slog.w(TAG, "Disabling overlay - incomplete property :'" + rawPropNames in checkRequiredSystemProperties()
2536 final String[] propNames = rawPropNames.split(","); in checkRequiredSystemProperties()
2540 Slog.w(TAG, "Disabling overlay - property :'" + rawPropNames in checkRequiredSystemProperties()