- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
19 lines
454 B
Java
19 lines
454 B
Java
package com.google.vr.dynamite.client;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract /* synthetic */ class f {
|
|
public static /* synthetic */ int a(Object obj) {
|
|
if (obj == null) {
|
|
return 0;
|
|
}
|
|
return obj.hashCode();
|
|
}
|
|
|
|
public static /* synthetic */ boolean b(Object obj, Object obj2) {
|
|
if (obj != obj2) {
|
|
return obj != null && obj.equals(obj2);
|
|
}
|
|
return true;
|
|
}
|
|
}
|