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