what-the-bank/sources/com/huawei/hms/hwid/ar.java

20 lines
373 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.huawei.hms.hwid;
import java.util.HashSet;
import java.util.Set;
/* loaded from: classes2.dex */
public class ar {
private static final Set<Integer> a;
static {
HashSet hashSet = new HashSet();
a = hashSet;
hashSet.add(0);
}
public static int a(int i) {
return a.contains(Integer.valueOf(i)) ? 0 : 1;
}
}