package d3;

import androidx.annotation.Nullable;
import androidx.profileinstaller.ProfileInstallReceiver;

/* JADX INFO: loaded from: classes.dex */
public final class d implements h {

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

    public d(ProfileInstallReceiver profileInstallReceiver) {
        this.f24955a = profileInstallReceiver;
    }

    @Override // d3.h
    public void onDiagnosticReceived(int i10, @Nullable Object obj) {
        i.f24961b.onDiagnosticReceived(i10, obj);
    }

    @Override // d3.h
    public void onResultReceived(int i10, @Nullable Object obj) {
        i.f24961b.onResultReceived(i10, obj);
        this.f24955a.setResultCode(i10);
    }
}
