NetMirror.apk
Download file
package androidx.profileinstaller;
import android.content.Context;
import android.os.Build;
import android.os.Handler;
import android.os.Looper;
import android.view.Choreographer;
import java.util.Collections;
import java.util.List;
import java.util.Random;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
/* JADX INFO: loaded from: classes.dex */
public class ProfileInstallerInitializer implements H.a {
/* JADX INFO: Access modifiers changed from: private */
static class a {
public static void c(final Runnable runnable) {
Choreographer.getInstance().postFrameCallback(new Choreographer.FrameCallback() { // from class: androidx.profileinstaller.m
@Override // android.view.Choreographer.FrameCallback
public final void doFrame(long j3) {
runnable.run();
}
});
}
}
private static class b {
public static Handler a(Looper looper) {
return Handler.createAsync(looper);
}
}
public static class c {
}
/* JADX INFO: Access modifiers changed from: private */
public static void l(final Context context) {
new ThreadPoolExecutor(0, 1, 0L, TimeUnit.MILLISECONDS, new LinkedBlockingQueue()).execute(new Runnable() { // from class: androidx.profileinstaller.l
@Override // java.lang.Runnable
public final void run() {
i.i(context);
}
});
}
@Override // H.a
public List a() {
return Collections.emptyList();
}
@Override // H.a
/* JADX INFO: renamed from: f, reason: merged with bridge method [inline-methods] */
public c b(Context context) {
g(context.getApplicationContext());
return new c();
}
void g(final Context context) {
a.c(new Runnable() { // from class: androidx.profileinstaller.j
@Override // java.lang.Runnable
public final void run() {
this.f5418b.i(context);
}
});
}
/* JADX INFO: Access modifiers changed from: package-private */
/* JADX INFO: renamed from: h, reason: merged with bridge method [inline-methods] */
public void i(final Context context) {
(Build.VERSION.SDK_INT >= 28 ? b.a(Looper.getMainLooper()) : new Handler(Looper.getMainLooper())).postDelayed(new Runnable() { // from class: androidx.profileinstaller.k
@Override // java.lang.Runnable
public final void run() {
ProfileInstallerInitializer.l(context);
}
}, new Random().nextInt(Math.max(1000, 1)) + 5000);
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file