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

import android.os.Bundle;
import com.google.android.gms.tasks.TaskCompletionSource;

/* JADX INFO: loaded from: classes3.dex */
class bi extends C3.r {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    final TaskCompletionSource f13655a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    final /* synthetic */ bn f13656b;

    /* 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.f13656b = bnVar;
        this.f13655a = taskCompletionSource;
    }

    @Override // C3.s
    public final void b(Bundle bundle) {
        this.f13656b.f13664a.d(this.f13655a);
    }

    @Override // C3.s
    public void c(Bundle bundle) {
        this.f13656b.f13664a.d(this.f13655a);
    }

    @Override // C3.s
    public final void d(Bundle bundle) {
        this.f13656b.f13664a.d(this.f13655a);
    }

    @Override // C3.s
    public void e(Bundle bundle) {
        this.f13656b.f13664a.d(this.f13655a);
    }
}
