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 E implements Consumer {

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

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

    public /* synthetic */ E(SQLiteMutationQueue sQLiteMutationQueue, int i6) {
        this.f13998a = i6;
        this.f13999b = sQLiteMutationQueue;
    }

    @Override // com.google.firebase.firestore.util.Consumer
    public final void accept(Object obj) {
        switch (this.f13998a) {
            case 0:
                this.f13999b.lambda$start$0((Cursor) obj);
                break;
            default:
                this.f13999b.lambda$loadNextBatchIdAcrossAllUsers$2((Cursor) obj);
                break;
        }
    }
}
