Files
rr3-apk/decompiled/sources/com/ironsource/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

46 lines
1.1 KiB
Java

package com.ironsource;
import android.os.Handler;
import android.os.Message;
import com.ironsource.sdk.utils.IronSourceStorageUtils;
/* loaded from: classes2.dex */
class fs implements Runnable {
private final Handler a;
private final oa b;
public fs(oa oaVar, Handler handler) {
this.b = oaVar;
this.a = handler;
}
public Message a() {
return new Message();
}
public jc a(oa oaVar, String str, long j) {
return new jc(oaVar, str, j);
}
public String a(String str) {
return IronSourceStorageUtils.makeDir(str);
}
@Override // java.lang.Runnable
public void run() {
int b;
zf zfVar = new zf(this.b.b().getParent(), this.b.b().getName());
Message a = a();
a.obj = zfVar;
String a2 = a(zfVar.getParent());
if (a2 == null) {
b = 1020;
} else {
pa call = a(new oa(zfVar, this.b.e(), this.b.a(), this.b.c(), this.b.f(), this.b.d()), a2, 3L).call();
b = call.b() == 200 ? 1016 : call.b();
}
a.what = b;
this.a.sendMessage(a);
}
}