package com.google.firebase.firestore.core;

import com.google.firebase.firestore.EventListener;

/* JADX INFO: loaded from: classes3.dex */
public final /* synthetic */ class a implements Runnable {

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

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

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

    public /* synthetic */ a(FirestoreClient firestoreClient, EventListener eventListener, int i6) {
        this.f13951a = i6;
        this.f13952b = firestoreClient;
        this.f13953c = eventListener;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f13951a) {
            case 0:
                this.f13952b.lambda$addSnapshotsInSyncListener$18(this.f13953c);
                break;
            default:
                this.f13952b.lambda$removeSnapshotsInSyncListener$24(this.f13953c);
                break;
        }
    }
}
