package com.google.android.play.core.integrity;

import android.os.Bundle;
import android.os.RemoteException;
import com.google.android.gms.tasks.TaskCompletionSource;
import defpackage.eza;

/* JADX INFO: loaded from: classes2.dex */
class bi extends eza {
    final TaskCompletionSource a;
    final /* synthetic */ bn b;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public bi(bn bnVar, TaskCompletionSource taskCompletionSource) {
        super("com.google.android.play.core.integrity.protocol.IExpressIntegrityServiceCallback");
        this.b = bnVar;
        this.a = taskCompletionSource;
    }

    @Override // defpackage.fza
    public final void b(Bundle bundle) throws RemoteException {
        this.b.a.d(this.a);
    }

    @Override // defpackage.fza
    public void c(Bundle bundle) throws RemoteException {
        this.b.a.d(this.a);
    }

    @Override // defpackage.fza
    public final void d(Bundle bundle) throws RemoteException {
        this.b.a.d(this.a);
    }

    @Override // defpackage.fza
    public void e(Bundle bundle) throws RemoteException {
        this.b.a.d(this.a);
    }
}
