package com.google.firebase.firestore.local;

import com.google.firebase.firestore.local.IndexBackfiller;
import com.google.firebase.firestore.local.LruGarbageCollector;

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

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

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

    public /* synthetic */ RunnableC1281d(Object obj, int i6) {
        this.f14026a = i6;
        this.f14027b = obj;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f14026a) {
            case 0:
                ((IndexBackfiller.Scheduler) this.f14027b).lambda$scheduleBackfill$0();
                break;
            case 1:
                ((LruGarbageCollector.GCScheduler) this.f14027b).lambda$scheduleGC$0();
                break;
            default:
                ((SQLiteOverlayMigrationManager) this.f14027b).lambda$buildOverlays$0();
                break;
        }
    }
}
