- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
39 lines
1.0 KiB
Java
39 lines
1.0 KiB
Java
package com.applovin.impl;
|
|
|
|
import android.os.Bundle;
|
|
import com.applovin.impl.o2;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract class ki implements o2 {
|
|
public static final o2.a a = new o2.a() { // from class: com.applovin.impl.ki$$ExternalSyntheticLambda0
|
|
@Override // com.applovin.impl.o2.a
|
|
public final o2 a(Bundle bundle) {
|
|
ki a2;
|
|
a2 = ki.a(bundle);
|
|
return a2;
|
|
}
|
|
};
|
|
|
|
/* JADX INFO: Access modifiers changed from: private */
|
|
public static ki a(Bundle bundle) {
|
|
int i = bundle.getInt(a(0), -1);
|
|
if (i == 0) {
|
|
return (ki) na.d.a(bundle);
|
|
}
|
|
if (i == 1) {
|
|
return (ki) gh.c.a(bundle);
|
|
}
|
|
if (i == 2) {
|
|
return (ki) cl.d.a(bundle);
|
|
}
|
|
if (i != 3) {
|
|
throw new IllegalArgumentException("Encountered unknown rating type: " + i);
|
|
}
|
|
return (ki) co.d.a(bundle);
|
|
}
|
|
|
|
private static String a(int i) {
|
|
return Integer.toString(i, 36);
|
|
}
|
|
}
|