package com.google.firebase.firestore.local;

import com.google.firebase.firestore.bundle.BundleMetadata;
import com.google.protobuf.AbstractC1320n;

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

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

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

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

    public /* synthetic */ RunnableC1287j(LocalStore localStore, Object obj, int i6) {
        this.f14040a = i6;
        this.f14041b = localStore;
        this.f14042c = obj;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f14040a) {
            case 0:
                this.f14041b.lambda$saveBundle$10((BundleMetadata) this.f14042c);
                break;
            default:
                this.f14041b.lambda$setLastStreamToken$5((AbstractC1320n) this.f14042c);
                break;
        }
    }
}
