- 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
107 lines
3.1 KiB
Java
107 lines
3.1 KiB
Java
package com.ironsource.adqualitysdk.sdk.i;
|
||
|
||
import android.os.Handler;
|
||
import android.os.Looper;
|
||
import com.ironsource.adqualitysdk.sdk.i.ax;
|
||
import java.util.ArrayList;
|
||
import java.util.HashMap;
|
||
import java.util.Iterator;
|
||
import java.util.Map;
|
||
|
||
/* loaded from: classes4.dex */
|
||
public final class au {
|
||
|
||
/* renamed from: メ, reason: contains not printable characters */
|
||
private Map<String, ax> f505 = new HashMap();
|
||
|
||
public interface c extends q {
|
||
}
|
||
|
||
public au() {
|
||
new Handler(Looper.getMainLooper());
|
||
}
|
||
|
||
/* renamed from: メ, reason: contains not printable characters */
|
||
public final void m1257(String str) {
|
||
this.f505.put(str, new ax(str));
|
||
}
|
||
|
||
/* renamed from: com.ironsource.adqualitysdk.sdk.i.au$3, reason: invalid class name */
|
||
public class AnonymousClass3 extends io {
|
||
|
||
/* renamed from: ヌ, reason: contains not printable characters */
|
||
private /* synthetic */ ax.a f508;
|
||
|
||
/* renamed from: メ, reason: contains not printable characters */
|
||
private /* synthetic */ String f509;
|
||
|
||
public AnonymousClass3(String str, ax.a aVar) {
|
||
this.f509 = str;
|
||
this.f508 = aVar;
|
||
}
|
||
|
||
@Override // com.ironsource.adqualitysdk.sdk.i.io
|
||
/* renamed from: k */
|
||
public final void mo933() {
|
||
ax m1255 = au.m1255(au.this, this.f509);
|
||
if (m1255 != null) {
|
||
m1255.m1280(this.f508);
|
||
}
|
||
}
|
||
}
|
||
|
||
/* renamed from: com.ironsource.adqualitysdk.sdk.i.au$4, reason: invalid class name */
|
||
public class AnonymousClass4 extends io {
|
||
|
||
/* renamed from: ﻛ, reason: contains not printable characters */
|
||
private /* synthetic */ ax.e f510;
|
||
|
||
/* renamed from: メ, reason: contains not printable characters */
|
||
private /* synthetic */ String f512;
|
||
|
||
public AnonymousClass4(String str, ax.e eVar) {
|
||
this.f512 = str;
|
||
this.f510 = eVar;
|
||
}
|
||
|
||
@Override // com.ironsource.adqualitysdk.sdk.i.io
|
||
/* renamed from: k */
|
||
public final void mo933() {
|
||
ax m1255 = au.m1255(au.this, this.f512);
|
||
if (m1255 != null) {
|
||
m1255.m1281(this.f510);
|
||
}
|
||
}
|
||
}
|
||
|
||
/* renamed from: メ, reason: contains not printable characters */
|
||
public final synchronized boolean m1258() {
|
||
Iterator it = new ArrayList(this.f505.values()).iterator();
|
||
while (it.hasNext()) {
|
||
if (((ax) it.next()).m1284()) {
|
||
return false;
|
||
}
|
||
}
|
||
return true;
|
||
}
|
||
|
||
/* renamed from: k, reason: contains not printable characters */
|
||
public final String m1256(String str) {
|
||
Map<String, ax> map = this.f505;
|
||
ax axVar = map != null ? map.get(str) : null;
|
||
if (axVar != null) {
|
||
return axVar.m1282();
|
||
}
|
||
return null;
|
||
}
|
||
|
||
/* renamed from: ヌ, reason: contains not printable characters */
|
||
public static /* synthetic */ ax m1255(au auVar, String str) {
|
||
Map<String, ax> map = auVar.f505;
|
||
if (map != null) {
|
||
return map.get(str);
|
||
}
|
||
return null;
|
||
}
|
||
}
|