NetMirror.apk

Download file
package H0;

import android.app.ActivityManager;
import java.util.concurrent.TimeUnit;

/* JADX INFO: loaded from: classes.dex */
public class o implements X.n {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private static final long f308b = TimeUnit.MINUTES.toMillis(5);

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private final ActivityManager f309a;

    public o(ActivityManager activityManager) {
        this.f309a = activityManager;
    }

    private int b() {
        int iMin = Math.min(this.f309a.getMemoryClass() * 1048576, Integer.MAX_VALUE);
        if (iMin < 33554432) {
            return 4194304;
        }
        if (iMin < 67108864) {
            return 6291456;
        }
        return iMin / 4;
    }

    @Override // X.n
    /* JADX INFO: renamed from: a, reason: merged with bridge method [inline-methods] */
    public y get() {
        return new y(b(), 256, Integer.MAX_VALUE, Integer.MAX_VALUE, Integer.MAX_VALUE, f308b);
    }
}
Download file