package kotlinx.coroutines;

/* JADX INFO: loaded from: classes.dex */
public final class w extends kotlin.coroutines.a {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final eb.e f29568c = new eb.e();

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f29569b;

    public w() {
        super(f29568c);
        this.f29569b = "Room Invalidation Tracker Refresh";
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof w) && nb.g.c(this.f29569b, ((w) obj).f29569b);
    }

    public final int hashCode() {
        return this.f29569b.hashCode();
    }

    public final String toString() {
        return "CoroutineName(" + this.f29569b + ')';
    }
}
