- 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
139 lines
5.1 KiB
Java
139 lines
5.1 KiB
Java
package com.ironsource;
|
|
|
|
import com.ironsource.wd;
|
|
import kotlin.NoWhenBranchMatchedException;
|
|
import kotlin.Result;
|
|
import kotlin.Unit;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class d8 implements wd, wd.a {
|
|
private final qn a;
|
|
private final cs b;
|
|
|
|
public /* synthetic */ class a {
|
|
public static final /* synthetic */ int[] a;
|
|
|
|
static {
|
|
int[] iArr = new int[h8.values().length];
|
|
try {
|
|
iArr[h8.Pacing.ordinal()] = 1;
|
|
} catch (NoSuchFieldError unused) {
|
|
}
|
|
try {
|
|
iArr[h8.ShowCount.ordinal()] = 2;
|
|
} catch (NoSuchFieldError unused2) {
|
|
}
|
|
try {
|
|
iArr[h8.Delivery.ordinal()] = 3;
|
|
} catch (NoSuchFieldError unused3) {
|
|
}
|
|
a = iArr;
|
|
}
|
|
}
|
|
|
|
public d8() {
|
|
this(null, null, null, 7, null);
|
|
}
|
|
|
|
public d8(k9 currentTimeProvider, ne pacingDataRepository, og showCountDataRepository) {
|
|
Intrinsics.checkNotNullParameter(currentTimeProvider, "currentTimeProvider");
|
|
Intrinsics.checkNotNullParameter(pacingDataRepository, "pacingDataRepository");
|
|
Intrinsics.checkNotNullParameter(showCountDataRepository, "showCountDataRepository");
|
|
this.a = new qn(currentTimeProvider, pacingDataRepository);
|
|
this.b = new cs(currentTimeProvider, showCountDataRepository);
|
|
}
|
|
|
|
/* JADX WARN: Illegal instructions before constructor call */
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public /* synthetic */ d8(com.ironsource.k9 r8, com.ironsource.ne r9, com.ironsource.og r10, int r11, kotlin.jvm.internal.DefaultConstructorMarker r12) {
|
|
/*
|
|
r7 = this;
|
|
r12 = r11 & 1
|
|
if (r12 == 0) goto L9
|
|
com.ironsource.k9$a r8 = new com.ironsource.k9$a
|
|
r8.<init>()
|
|
L9:
|
|
r12 = r11 & 2
|
|
java.lang.String r0 = "getInstance().applicationContext"
|
|
if (r12 == 0) goto L2a
|
|
com.ironsource.rn r9 = new com.ironsource.rn
|
|
com.ironsource.xr r12 = new com.ironsource.xr
|
|
com.ironsource.environment.ContextProvider r1 = com.ironsource.environment.ContextProvider.getInstance()
|
|
android.content.Context r2 = r1.getApplicationContext()
|
|
kotlin.jvm.internal.Intrinsics.checkNotNullExpressionValue(r2, r0)
|
|
java.lang.String r3 = "pacing_service"
|
|
r4 = 0
|
|
r5 = 4
|
|
r6 = 0
|
|
r1 = r12
|
|
r1.<init>(r2, r3, r4, r5, r6)
|
|
r9.<init>(r12)
|
|
L2a:
|
|
r11 = r11 & 4
|
|
if (r11 == 0) goto L49
|
|
com.ironsource.as r10 = new com.ironsource.as
|
|
com.ironsource.xr r11 = new com.ironsource.xr
|
|
com.ironsource.environment.ContextProvider r12 = com.ironsource.environment.ContextProvider.getInstance()
|
|
android.content.Context r2 = r12.getApplicationContext()
|
|
kotlin.jvm.internal.Intrinsics.checkNotNullExpressionValue(r2, r0)
|
|
java.lang.String r3 = "capping_service"
|
|
r4 = 0
|
|
r5 = 4
|
|
r6 = 0
|
|
r1 = r11
|
|
r1.<init>(r2, r3, r4, r5, r6)
|
|
r10.<init>(r11)
|
|
L49:
|
|
r7.<init>(r8, r9, r10)
|
|
return
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.ironsource.d8.<init>(com.ironsource.k9, com.ironsource.ne, com.ironsource.og, int, kotlin.jvm.internal.DefaultConstructorMarker):void");
|
|
}
|
|
|
|
@Override // com.ironsource.wd
|
|
public synchronized f8 a(String identifier) {
|
|
Intrinsics.checkNotNullParameter(identifier, "identifier");
|
|
f8 a2 = this.a.a(identifier);
|
|
if (a2.d()) {
|
|
return a2;
|
|
}
|
|
return this.b.a(identifier);
|
|
}
|
|
|
|
@Override // com.ironsource.wd.a
|
|
public synchronized Object a(String identifier, h8 cappingType, ud cappingConfig) {
|
|
Object a2;
|
|
try {
|
|
Intrinsics.checkNotNullParameter(identifier, "identifier");
|
|
Intrinsics.checkNotNullParameter(cappingType, "cappingType");
|
|
Intrinsics.checkNotNullParameter(cappingConfig, "cappingConfig");
|
|
int i = a.a[cappingType.ordinal()];
|
|
if (i == 1) {
|
|
a2 = this.a.a(identifier, cappingType, cappingConfig);
|
|
} else if (i == 2) {
|
|
a2 = this.b.a(identifier, cappingType, cappingConfig);
|
|
} else {
|
|
if (i != 3) {
|
|
throw new NoWhenBranchMatchedException();
|
|
}
|
|
Result.Companion companion = Result.Companion;
|
|
a2 = Result.m4060constructorimpl(Unit.INSTANCE);
|
|
}
|
|
} catch (Throwable th) {
|
|
throw th;
|
|
}
|
|
return a2;
|
|
}
|
|
|
|
@Override // com.ironsource.wd.a
|
|
public synchronized void b(String identifier) {
|
|
Intrinsics.checkNotNullParameter(identifier, "identifier");
|
|
this.a.b(identifier);
|
|
this.b.b(identifier);
|
|
}
|
|
}
|