Files
rr3-apk/decompiled/sources/com/ironsource/adqualitysdk/sdk/i/fs.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

79 lines
2.4 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.HashMap;
/* loaded from: classes4.dex */
public final class fs extends fr {
/* renamed from: , reason: contains not printable characters */
private ef f1987;
/* renamed from: ヌ, reason: contains not printable characters */
private fk f1988;
/* renamed from: メ, reason: contains not printable characters */
private fk f1989;
public fs(fk fkVar, fk fkVar2, ef efVar) {
this.f1988 = fkVar;
this.f1989 = fkVar2;
this.f1987 = efVar;
}
@Override // com.ironsource.adqualitysdk.sdk.i.fr
/* renamed from: ﻛ */
public final du mo2721(dq dqVar, ci ciVar) {
try {
fk fkVar = this.f1988;
if (fkVar != null) {
return fkVar.mo2721(new dq(dqVar), ciVar);
}
} catch (Throwable th) {
if (this.f1989 != null) {
HashMap hashMap = new HashMap();
ef efVar = this.f1987;
if (efVar != null) {
hashMap.put(ds.m2637(efVar.m2693()), th);
}
return this.f1989.mo2721(new dq(hashMap, dqVar), ciVar);
}
}
return new du(null);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj != null && fs.class == obj.getClass()) {
fs fsVar = (fs) obj;
fk fkVar = this.f1988;
if (fkVar == null ? fsVar.f1988 != null : !fkVar.equals(fsVar.f1988)) {
return false;
}
fk fkVar2 = this.f1989;
if (fkVar2 == null ? fsVar.f1989 != null : !fkVar2.equals(fsVar.f1989)) {
return false;
}
ef efVar = this.f1987;
ef efVar2 = fsVar.f1987;
if (efVar != null) {
return efVar.equals(efVar2);
}
if (efVar2 == null) {
return true;
}
}
return false;
}
public final int hashCode() {
fk fkVar = this.f1988;
int hashCode = (fkVar != null ? fkVar.hashCode() : 0) * 31;
fk fkVar2 = this.f1989;
int hashCode2 = (hashCode + (fkVar2 != null ? fkVar2.hashCode() : 0)) * 31;
ef efVar = this.f1987;
return hashCode2 + (efVar != null ? efVar.hashCode() : 0);
}
}