package p037.p104;

import android.media.session.MediaSessionManager;
import android.os.Build;

/* JADX INFO: renamed from: މ.ލ.֏, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C2261 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public C2263 f7218;

    public C2261(MediaSessionManager.RemoteUserInfo remoteUserInfo) {
        this.f7218 = new C2262(remoteUserInfo);
    }

    public C2261(String str, int i, int i2) {
        if (Build.VERSION.SDK_INT >= 28) {
            this.f7218 = new C2262(str, i, i2);
        } else {
            this.f7218 = new C2263(str, i, i2);
        }
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof C2261) {
            return this.f7218.equals(((C2261) obj).f7218);
        }
        return false;
    }

    public int hashCode() {
        return this.f7218.hashCode();
    }
}
