NetMirror.apk

Download file
package androidx.profileinstaller;

import java.util.TreeMap;

/* JADX INFO: loaded from: classes.dex */
class d {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    final String f5397a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    final String f5398b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    final long f5399c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    long f5400d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    int f5401e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    final int f5402f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    final int f5403g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    int[] f5404h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    final TreeMap f5405i;

    d(String str, String str2, long j3, long j4, int i3, int i4, int i5, int[] iArr, TreeMap treeMap) {
        this.f5397a = str;
        this.f5398b = str2;
        this.f5399c = j3;
        this.f5400d = j4;
        this.f5401e = i3;
        this.f5402f = i4;
        this.f5403g = i5;
        this.f5404h = iArr;
        this.f5405i = treeMap;
    }
}
Download file