NetMirror.apk
Download file
package androidx.profileinstaller;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Process;
import androidx.profileinstaller.i;
/* JADX INFO: loaded from: classes.dex */
public class ProfileInstallReceiver extends BroadcastReceiver {
class a implements i.c {
a() {
}
@Override // androidx.profileinstaller.i.c
public void a(int i3, Object obj) {
i.f5417b.a(i3, obj);
}
@Override // androidx.profileinstaller.i.c
public void b(int i3, Object obj) {
i.f5417b.b(i3, obj);
ProfileInstallReceiver.this.setResultCode(i3);
}
}
static void a(i.c cVar) {
Process.sendSignal(Process.myPid(), 10);
cVar.b(12, null);
}
@Override // android.content.BroadcastReceiver
public void onReceive(Context context, Intent intent) {
Bundle extras;
if (intent == null) {
return;
}
String action = intent.getAction();
if ("androidx.profileinstaller.action.INSTALL_PROFILE".equals(action)) {
i.k(context, new g(), new a(), true);
return;
}
if ("androidx.profileinstaller.action.SKIP_FILE".equals(action)) {
Bundle extras2 = intent.getExtras();
if (extras2 != null) {
String string = extras2.getString("EXTRA_SKIP_FILE_OPERATION");
if ("WRITE_SKIP_FILE".equals(string)) {
i.l(context, new g(), new a());
return;
} else {
if ("DELETE_SKIP_FILE".equals(string)) {
i.c(context, new g(), new a());
return;
}
return;
}
}
return;
}
if ("androidx.profileinstaller.action.SAVE_PROFILE".equals(action)) {
a(new a());
return;
}
if (!"androidx.profileinstaller.action.BENCHMARK_OPERATION".equals(action) || (extras = intent.getExtras()) == null) {
return;
}
String string2 = extras.getString("EXTRA_BENCHMARK_OPERATION");
a aVar = new a();
if ("DROP_SHADER_CACHE".equals(string2)) {
androidx.profileinstaller.a.b(context, aVar);
} else {
aVar.b(16, null);
}
}
}
⚠️ 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