Searched refs:rawPropNames (Results 1 – 1 of 1) sorted by relevance
2466 public static boolean checkRequiredSystemProperties(@Nullable String rawPropNames, in checkRequiredSystemProperties() argument2468 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()