package com.google.firebase.firestore.local;

import android.database.Cursor;
import com.google.firebase.firestore.util.Consumer;

/* JADX INFO: loaded from: classes3.dex */
public final /* synthetic */ class J implements Consumer {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ SQLiteSchema f14015b;

    public /* synthetic */ J(SQLiteSchema sQLiteSchema, int i6) {
        this.f14014a = i6;
        this.f14015b = sQLiteSchema;
    }

    @Override // com.google.firebase.firestore.util.Consumer
    public final void accept(Object obj) {
        switch (this.f14014a) {
            case 0:
                this.f14015b.lambda$removeAcknowledgedMutations$2((Cursor) obj);
                break;
            case 1:
                this.f14015b.lambda$dropLastLimboFreeSnapshotVersion$6((Cursor) obj);
                break;
            default:
                this.f14015b.lambda$rewriteCanonicalIds$13((Cursor) obj);
                break;
        }
    }
}
