Files
rr3-apk/decompiled-community/sources/com/ironsource/adqualitysdk/sdk/i/hu.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

275 lines
9.3 KiB
Java
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
package com.ironsource.adqualitysdk.sdk.i;
import java.util.List;
/* loaded from: classes4.dex */
public final class hu {
/* renamed from: ﻐ, reason: contains not printable characters */
private b f2278;
/* renamed from: ヌ, reason: contains not printable characters */
private hq f2279;
/* renamed from: メ, reason: contains not printable characters */
private hv f2280;
/* renamed from: ﻐ, reason: contains not printable characters */
private static boolean m2896(int i, int i2) {
return i >= i2;
}
/* renamed from: ﻛ, reason: contains not printable characters */
public final hv m2903() {
return this.f2280;
}
/* renamed from: ヌ, reason: contains not printable characters */
public final hq m2906() {
return this.f2279;
}
public /* synthetic */ hu(byte b2) {
this();
}
private hu() {
this.f2278 = new b();
}
/* renamed from: ﻐ, reason: contains not printable characters */
public final List<String> m2900() {
return this.f2278.f2290;
}
/* renamed from: メ, reason: contains not printable characters */
public final int m2909() {
return this.f2278.f2293;
}
/* renamed from: メ, reason: contains not printable characters */
public final boolean m2910(int i) {
return m2896(i, this.f2278.f2286);
}
/* renamed from: ﻛ, reason: contains not printable characters */
public final int m2902(int i) {
if (m2896(i, this.f2278.f2288)) {
return this.f2278.f2284;
}
return 0;
}
/* renamed from: ﻐ, reason: contains not printable characters */
public final boolean m2901(int i) {
return m2896(i, this.f2278.f2285);
}
/* renamed from: , reason: contains not printable characters */
public final boolean m2905(int i) {
return m2896(i, this.f2278.f2283);
}
/* renamed from: ヌ, reason: contains not printable characters */
public final boolean m2908(int i) {
return m2896(i, this.f2278.f2287);
}
/* renamed from: , reason: contains not printable characters */
public final boolean m2904() {
return this.f2278.f2281;
}
/* renamed from: ヌ, reason: contains not printable characters */
public final b m2907(Class cls) {
this.f2278.f2291 = cls;
return this.f2278;
}
public static class b {
/* renamed from: ﭸ, reason: contains not printable characters */
private Object f2282;
/* renamed from: ﻐ, reason: contains not printable characters */
private Class f2289;
/* renamed from: ﻛ, reason: contains not printable characters */
private List<String> f2290;
/* renamed from: , reason: contains not printable characters */
private Class f2291;
/* renamed from: ヌ, reason: contains not printable characters */
private Class f2292;
/* renamed from: メ, reason: contains not printable characters */
private int f2293;
/* renamed from: ﱡ, reason: contains not printable characters */
private int f2286 = -1;
/* renamed from: ﻏ, reason: contains not printable characters */
private int f2288 = -1;
/* renamed from: ﮐ, reason: contains not printable characters */
private int f2284 = -1;
/* renamed from: ﱟ, reason: contains not printable characters */
private int f2285 = -1;
/* renamed from: ﺙ, reason: contains not printable characters */
private int f2287 = Integer.MAX_VALUE;
/* renamed from: ﮉ, reason: contains not printable characters */
private int f2283 = Integer.MAX_VALUE;
/* renamed from: ﭴ, reason: contains not printable characters */
private boolean f2281 = true;
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj != null && b.class == obj.getClass()) {
b bVar = (b) obj;
if (this.f2293 != bVar.f2293 || this.f2286 != bVar.f2286 || this.f2288 != bVar.f2288 || this.f2284 != bVar.f2284 || this.f2285 != bVar.f2285 || this.f2287 != bVar.f2287 || this.f2283 != bVar.f2283 || this.f2281 != bVar.f2281) {
return false;
}
Class cls = this.f2291;
if (cls == null ? bVar.f2291 != null : !cls.equals(bVar.f2291)) {
return false;
}
Class cls2 = this.f2289;
if (cls2 == null ? bVar.f2289 != null : !cls2.equals(bVar.f2289)) {
return false;
}
Class cls3 = this.f2292;
if (cls3 == null ? bVar.f2292 != null : !cls3.equals(bVar.f2292)) {
return false;
}
List<String> list = this.f2290;
if (list == null ? bVar.f2290 != null : !list.equals(bVar.f2290)) {
return false;
}
Object obj2 = this.f2282;
Object obj3 = bVar.f2282;
if (obj2 != null) {
return obj2.equals(obj3);
}
if (obj3 == null) {
return true;
}
}
return false;
}
public final int hashCode() {
Class cls = this.f2291;
int hashCode = (cls != null ? cls.hashCode() : 0) * 31;
Class cls2 = this.f2289;
int hashCode2 = (hashCode + (cls2 != null ? cls2.hashCode() : 0)) * 31;
Class cls3 = this.f2292;
int hashCode3 = (hashCode2 + (cls3 != null ? cls3.hashCode() : 0)) * 31;
List<String> list = this.f2290;
int hashCode4 = (((((((((((((((((hashCode3 + (list != null ? list.hashCode() : 0)) * 31) + this.f2293) * 31) + this.f2286) * 31) + this.f2288) * 31) + this.f2284) * 31) + this.f2285) * 31) + this.f2287) * 31) + this.f2283) * 31) + (this.f2281 ? 1 : 0)) * 31;
Object obj = this.f2282;
return hashCode4 + (obj != null ? obj.hashCode() : 0);
}
}
public static class d {
/* renamed from: , reason: contains not printable characters */
private hu f2294 = new hu(0);
/* renamed from: ヌ, reason: contains not printable characters */
public final d m2941(int i) {
this.f2294.f2278.f2286 = i;
return this;
}
/* renamed from: ﻐ, reason: contains not printable characters */
public final d m2934(int i) {
this.f2294.f2278.f2288 = i;
return this;
}
/* renamed from: メ, reason: contains not printable characters */
public final d m2943(int i) {
this.f2294.f2278.f2284 = i;
return this;
}
/* renamed from: ﻛ, reason: contains not printable characters */
public final d m2936(int i) {
this.f2294.f2278.f2285 = i;
return this;
}
/* renamed from: , reason: contains not printable characters */
public final d m2938(int i) {
this.f2294.f2278.f2283 = i;
return this;
}
/* renamed from: ﻏ, reason: contains not printable characters */
public final d m2933(int i) {
this.f2294.f2278.f2287 = i;
return this;
}
/* renamed from: ﻛ, reason: contains not printable characters */
public final d m2937(boolean z) {
this.f2294.f2278.f2281 = z;
return this;
}
/* renamed from: メ, reason: contains not printable characters */
public final d m2944(Object obj) {
this.f2294.f2278.f2282 = obj;
return this;
}
/* renamed from: メ, reason: contains not printable characters */
public final hu m2946(hv hvVar, List<String> list, int i) {
return m2940(hvVar, null, list, i);
}
/* renamed from: , reason: contains not printable characters */
public final hu m2940(hv hvVar, hq hqVar, List<String> list, int i) {
this.f2294.f2280 = hvVar;
this.f2294.f2279 = hqVar;
this.f2294.f2278.f2290 = list;
this.f2294.f2278.f2293 = i;
this.f2294.f2278.f2289 = hvVar.getClass();
this.f2294.f2278.f2292 = hqVar != null ? hqVar.getClass() : null;
return this.f2294;
}
/* renamed from: メ, reason: contains not printable characters */
public final d m2945(boolean z) {
this.f2294.f2278.f2288 = z ? -1 : Integer.MAX_VALUE;
return this;
}
/* renamed from: ヌ, reason: contains not printable characters */
public final d m2942(boolean z) {
this.f2294.f2278.f2285 = z ? -1 : Integer.MAX_VALUE;
return this;
}
/* renamed from: , reason: contains not printable characters */
public final d m2939(boolean z) {
this.f2294.f2278.f2283 = z ? -1 : Integer.MAX_VALUE;
return this;
}
/* renamed from: ﻐ, reason: contains not printable characters */
public final d m2935(boolean z) {
this.f2294.f2278.f2287 = z ? -1 : Integer.MAX_VALUE;
return this;
}
}
}