Searched refs:rawPropNames (Results 1 – 1 of 1) sorted by relevance
2453 public static boolean checkRequiredSystemProperties(@Nullable String rawPropNames, in checkRequiredSystemProperties() argument2455 if (TextUtils.isEmpty(rawPropNames) || TextUtils.isEmpty(rawPropValues)) { in checkRequiredSystemProperties()2456 if (!TextUtils.isEmpty(rawPropNames) || !TextUtils.isEmpty(rawPropValues)) { in checkRequiredSystemProperties()2458 Slog.w(TAG, "Disabling overlay - incomplete property :'" + rawPropNames in checkRequiredSystemProperties()2467 final String[] propNames = rawPropNames.split(","); in checkRequiredSystemProperties()2471 Slog.w(TAG, "Disabling overlay - property :'" + rawPropNames in checkRequiredSystemProperties()