package com.google.firebase.firestore.local;

import java.util.List;

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

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

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

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

    public /* synthetic */ RunnableC1289l(LocalStore localStore, List list, int i6) {
        this.f14045a = i6;
        this.f14046b = localStore;
        this.f14047c = list;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f14045a) {
            case 0:
                this.f14046b.lambda$notifyLocalViewChanges$7(this.f14047c);
                break;
            default:
                this.f14046b.lambda$configureFieldIndexes$15(this.f14047c);
                break;
        }
    }
}
