package com.google.firebase.firestore.core;

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

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

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

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

    public /* synthetic */ c(FirestoreClient firestoreClient, QueryListener queryListener, int i6) {
        this.f13956a = i6;
        this.f13957b = firestoreClient;
        this.f13958c = queryListener;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f13956a) {
            case 0:
                this.f13957b.lambda$listen$7(this.f13958c);
                break;
            default:
                this.f13957b.lambda$stopListening$8(this.f13958c);
                break;
        }
    }
}
