package com.google.android.gms.internal.measurement;

import android.os.Parcel;
import java.lang.reflect.InvocationTargetException;

/* JADX INFO: renamed from: com.google.android.gms.internal.measurement.c0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class BinderC0617c0 extends AbstractBinderC0720x implements O {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ G3.b f9829e;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public BinderC0617c0(G3.b bVar) {
        super("com.google.android.gms.measurement.api.internal.IDynamiteUploadBatchesCallback");
        this.f9829e = bVar;
    }

    @Override // com.google.android.gms.internal.measurement.O
    public final void a() throws IllegalAccessException, Z6.F, InvocationTargetException {
        this.f9829e.run();
    }

    @Override // com.google.android.gms.internal.measurement.AbstractBinderC0720x
    public final boolean c(int i, Parcel parcel, Parcel parcel2) throws IllegalAccessException, Z6.F, InvocationTargetException {
        if (i != 2) {
            return false;
        }
        a();
        return true;
    }
}
