package p138.p329.p346;

import java.util.Iterator;
import java.util.Set;

/* JADX INFO: renamed from: ދ.ށ.ބ.ށ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public enum EnumC6222 {
    UNKNOWN(0),
    SMB_2_0_2(514),
    SMB_2_1(528),
    SMB_2XX(767),
    SMB_3_0(768),
    SMB_3_0_2(770),
    SMB_3_1_1(785);


    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public int f17367;

    EnumC6222(int i) {
        this.f17367 = i;
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static boolean m9497(Set<EnumC6222> set) {
        Iterator<EnumC6222> it = set.iterator();
        while (it.hasNext()) {
            if (it.next().m9498()) {
                return true;
            }
        }
        return false;
    }

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public boolean m9498() {
        return this == SMB_3_0 || this == SMB_3_0_2 || this == SMB_3_1_1;
    }
}
