20 lines
373 B
Java
20 lines
373 B
Java
|
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;
|
||
|
}
|
||
|
}
|