package com.google.firebase.firestore.local;

import com.google.firebase.firestore.bundle.BundleMetadata;
import com.google.firebase.firestore.model.mutation.MutationBatchResult;
import com.google.firebase.firestore.util.Supplier;

/* JADX INFO: renamed from: com.google.firebase.firestore.local.f, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final /* synthetic */ class C1283f implements Supplier {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ Object f14032c;

    public /* synthetic */ C1283f(LocalStore localStore, Object obj, int i6) {
        this.f14030a = i6;
        this.f14031b = localStore;
        this.f14032c = obj;
    }

    @Override // com.google.firebase.firestore.util.Supplier
    public final Object get() {
        switch (this.f14030a) {
            case 0:
                return this.f14031b.lambda$getNamedQuery$13((String) this.f14032c);
            case 1:
                return this.f14031b.lambda$acknowledgeBatch$3((MutationBatchResult) this.f14032c);
            case 2:
                return this.f14031b.lambda$collectGarbage$18((LruGarbageCollector) this.f14032c);
            default:
                return this.f14031b.lambda$hasNewerBundle$9((BundleMetadata) this.f14032c);
        }
    }
}
