package com.bytedance.sdk.component.wu.fm;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class a implements Runnable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f6702a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ ajl f6703b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ Runnable f6704c;

    public /* synthetic */ a(ajl ajlVar, Runnable runnable, int i10) {
        this.f6702a = i10;
        this.f6703b = ajlVar;
        this.f6704c = runnable;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f6702a;
        Runnable runnable = this.f6704c;
        ajl ajlVar = this.f6703b;
        switch (i10) {
            case 0:
                ajlVar.jnr(runnable);
                break;
            default:
                ajlVar.yz(runnable);
                break;
        }
    }
}
