package rf;

import android.widget.Toast;

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

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

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

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

    public /* synthetic */ q(w wVar, int i10, int i11) {
        this.f32584a = i11;
        this.f32585b = wVar;
        this.f32586c = i10;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f32584a;
        int i11 = this.f32586c;
        w wVar = this.f32585b;
        switch (i10) {
            case 0:
                w.e(wVar, i11);
                break;
            default:
                wVar.getClass();
                Toast.makeText(xyz.stream.utils.e.d().f36112a, wVar.f32600c.getString(i11), 0).show();
                break;
        }
    }
}
