package d3;

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

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ Object f24959d;

    public /* synthetic */ e(h hVar, int i10, Object obj, int i11) {
        this.f24956a = i11;
        this.f24957b = hVar;
        this.f24958c = i10;
        this.f24959d = obj;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f24956a;
        Object obj = this.f24959d;
        int i11 = this.f24958c;
        h hVar = this.f24957b;
        switch (i10) {
            case 0:
                hVar.onResultReceived(i11, obj);
                break;
            default:
                hVar.onDiagnosticReceived(i11, obj);
                break;
        }
    }
}
