package com.bytedance.sdk.component.adexpress.yz;

import android.text.TextUtils;

/* JADX INFO: loaded from: classes.dex */
public class ajl {
    public static boolean fm(String str) {
        return TextUtils.equals(str, "fullscreen_interstitial_ad") || TextUtils.equals(str, "rewarded_video");
    }

    public static boolean ro(String str) {
        return com.bytedance.sdk.component.adexpress.yz.ro() && fm(str);
    }
}
