package androidx.lifecycle;

import java.lang.reflect.Method;

/* JADX INFO: renamed from: androidx.lifecycle.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0296c {

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

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

    public C0296c(int i, Method method) {
        this.f4464a = i;
        this.f4465b = method;
        method.setAccessible(true);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0296c)) {
            return false;
        }
        C0296c c0296c = (C0296c) obj;
        return this.f4464a == c0296c.f4464a && this.f4465b.getName().equals(c0296c.f4465b.getName());
    }

    public final int hashCode() {
        return this.f4465b.getName().hashCode() + (this.f4464a * 31);
    }
}
