package d8;

import android.os.Bundle;
import android.util.Log;
import com.google.android.gms.cloudmessaging.zzt;

/* JADX INFO: loaded from: classes2.dex */
public abstract class n {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final w8.i f25038b = new w8.i();

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final Bundle f25040d;

    public n(int i10, int i11, Bundle bundle) {
        this.f25037a = i10;
        this.f25039c = i11;
        this.f25040d = bundle;
    }

    public final void a(zzt zztVar) {
        if (Log.isLoggable("MessengerIpcClient", 3)) {
            toString();
            zztVar.toString();
        }
        this.f25038b.a(zztVar);
    }

    public final String toString() {
        boolean z10;
        StringBuilder sb = new StringBuilder("Request { what=");
        sb.append(this.f25039c);
        sb.append(" id=");
        sb.append(this.f25037a);
        sb.append(" oneWay=");
        switch (((m) this).f25036e) {
            case 0:
                z10 = true;
                break;
            default:
                z10 = false;
                break;
        }
        sb.append(z10);
        sb.append("}");
        return sb.toString();
    }
}
