package L1;

import android.content.BroadcastReceiver;

/* JADX INFO: loaded from: classes.dex */
public final class f2 extends BroadcastReceiver {

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

    public f2(C0146w0 c0146w0) {
        this.f1805a = c0146w0;
    }

    /* JADX WARN: Removed duplicated region for block: B:21:0x0048  */
    @Override // android.content.BroadcastReceiver
    /*
        Code decompiled incorrectly, please refer to instructions dump.
        To view partially-correct code enable 'Show inconsistent code' option in preferences
    */
    public final void onReceive(android.content.Context r4, android.content.Intent r5) {
        /*
            r3 = this;
            L1.w0 r4 = r3.f1805a
            if (r5 != 0) goto L11
            L1.X r4 = r4.p
            L1.C0146w0.l(r4)
            java.lang.String r5 = "App receiver called with null intent"
            L1.V r4 = r4.f1626s
            r4.b(r5)
            return
        L11:
            java.lang.String r5 = r5.getAction()
            if (r5 != 0) goto L24
            L1.X r4 = r4.p
            L1.C0146w0.l(r4)
            java.lang.String r5 = "App receiver called with null action"
            L1.V r4 = r4.f1626s
            r4.b(r5)
            return
        L24:
            int r0 = r5.hashCode()
            r1 = -1928239649(0xffffffff8d1165df, float:-4.4804198E-31)
            r2 = 1
            if (r0 == r1) goto L3e
            r1 = 1279883384(0x4c497878, float:5.2814304E7)
            if (r0 == r1) goto L34
            goto L48
        L34:
            java.lang.String r0 = "com.google.android.gms.measurement.BATCHES_AVAILABLE"
            boolean r5 = r5.equals(r0)
            if (r5 == 0) goto L48
            r5 = r2
            goto L49
        L3e:
            java.lang.String r0 = "com.google.android.gms.measurement.TRIGGERS_AVAILABLE"
            boolean r5 = r5.equals(r0)
            if (r5 == 0) goto L48
            r5 = 0
            goto L49
        L48:
            r5 = -1
        L49:
            if (r5 == 0) goto L75
            if (r5 == r2) goto L5a
            L1.X r4 = r4.p
            L1.C0146w0.l(r4)
            java.lang.String r5 = "App receiver called with unknown action"
            L1.V r4 = r4.f1626s
            r4.b(r5)
            return
        L5a:
            L1.X r5 = r4.p
            L1.C0146w0.l(r5)
            java.lang.String r0 = "[sgtm] App Receiver notified batches are available"
            L1.V r5 = r5.f1631x
            r5.b(r0)
            L1.t0 r4 = r4.q
            L1.C0146w0.l(r4)
            L1.d0 r5 = new L1.d0
            r0 = 5
            r5.<init>(r0, r3)
            r4.t(r5)
            return
        L75:
            com.google.android.gms.internal.measurement.P3.a()
            L1.g r5 = r4.f2035n
            r0 = 0
            L1.E r1 = L1.F.Q0
            boolean r5 = r5.u(r0, r1)
            if (r5 != 0) goto L84
            return
        L84:
            L1.X r5 = r4.p
            L1.C0146w0.l(r5)
            java.lang.String r0 = "App receiver notified triggers are available"
            L1.V r5 = r5.f1631x
            r5.b(r0)
            L1.t0 r5 = r4.q
            L1.C0146w0.l(r5)
            L1.d0 r0 = new L1.d0
            r1 = 6
            r0.<init>(r1, r4)
            r5.t(r0)
            return
        */
        throw new UnsupportedOperationException("Method not decompiled: L1.f2.onReceive(android.content.Context, android.content.Intent):void");
    }
}
