package com.tapjoy; /* loaded from: classes4.dex */ public final class TJAppInfo { public static final TJAppInfo INSTANCE = new TJAppInfo(); public static String a; public static String b; public static String c; public static String d; public static String e; public static Integer f; public static String g; public static String h; public static TJKeyValueStorage i; public final String getAppGroupId() { return g; } public final String getAppVersion() { return a; } public final long getInstallTime() { TJKeyValueStorage tJKeyValueStorage = i; long j = tJKeyValueStorage != null ? tJKeyValueStorage.getLong("pref_installed", 0L) : 0L; if (j == 0) { j = System.currentTimeMillis(); TJKeyValueStorage tJKeyValueStorage2 = i; if (tJKeyValueStorage2 != null) { tJKeyValueStorage2.setValue("pref_installed", Long.valueOf(j)); } } return j; } public final String getInstaller() { return b; } public final String getManagedDeviceID() { return h; } public final String getPkgId() { return c; } public final Integer getPkgRev() { return f; } public final String getPkgSign() { return d; } public final String getPkgVer() { return e; } public final void setAppGroupId(String str) { g = str; } /* JADX WARN: Can't wrap try/catch for region: R(20:2|3|4|(3:6|(1:10)|66)(3:67|(1:69)|66)|(1:64)(4:14|15|16|17)|18|(2:19|20)|(4:(15:22|23|24|25|(1:27)(1:55)|28|29|30|31|(6:33|(1:37)|(1:42)|43|44|45)(6:50|(1:52)|(2:40|42)|43|44|45)|38|(0)|43|44|45)|43|44|45)|58|23|24|25|(0)(0)|28|29|30|31|(0)(0)|38|(0)) */ /* JADX WARN: Can't wrap try/catch for region: R(24:2|3|4|(3:6|(1:10)|66)(3:67|(1:69)|66)|(1:64)(4:14|15|16|17)|18|19|20|(15:22|23|24|25|(1:27)(1:55)|28|29|30|31|(6:33|(1:37)|(1:42)|43|44|45)(6:50|(1:52)|(2:40|42)|43|44|45)|38|(0)|43|44|45)|58|23|24|25|(0)(0)|28|29|30|31|(0)(0)|38|(0)|43|44|45) */ /* JADX WARN: Code restructure failed: missing block: B:35:0x00d4, code lost: r1 = r2.getInstallSourceInfo(r1); */ /* JADX WARN: Code restructure failed: missing block: B:56:0x00bc, code lost: r2 = 0; */ /* JADX WARN: Code restructure failed: missing block: B:8:0x0053, code lost: r5 = r5.signingInfo; */ /* JADX WARN: Removed duplicated region for block: B:27:0x00b3 A[Catch: Exception -> 0x00bc, TryCatch #1 {Exception -> 0x00bc, blocks: (B:25:0x00a6, B:27:0x00b3, B:55:0x00b9), top: B:24:0x00a6 }] */ /* JADX WARN: Removed duplicated region for block: B:33:0x00ce A[Catch: NameNotFoundException -> 0x00eb, TryCatch #5 {NameNotFoundException -> 0x00eb, blocks: (B:31:0x00c8, B:33:0x00ce, B:35:0x00d4, B:37:0x00da, B:50:0x00e0, B:52:0x00e6), top: B:30:0x00c8 }] */ /* JADX WARN: Removed duplicated region for block: B:40:0x00ed */ /* JADX WARN: Removed duplicated region for block: B:50:0x00e0 A[Catch: NameNotFoundException -> 0x00eb, TryCatch #5 {NameNotFoundException -> 0x00eb, blocks: (B:31:0x00c8, B:33:0x00ce, B:35:0x00d4, B:37:0x00da, B:50:0x00e0, B:52:0x00e6), top: B:30:0x00c8 }] */ /* JADX WARN: Removed duplicated region for block: B:55:0x00b9 A[Catch: Exception -> 0x00bc, TRY_LEAVE, TryCatch #1 {Exception -> 0x00bc, blocks: (B:25:0x00a6, B:27:0x00b3, B:55:0x00b9), top: B:24:0x00a6 }] */ /* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:64:0x0069 -> B:11:0x006a). Please report as a decompilation issue!!! */ /* Code decompiled incorrectly, please refer to instructions dump. To view partially-correct add '--show-bad-code' argument */ public final void setContext(android.content.Context r8) { /* Method dump skipped, instructions count: 258 To view this dump add '--comments-level debug' option */ throw new UnsupportedOperationException("Method not decompiled: com.tapjoy.TJAppInfo.setContext(android.content.Context):void"); } public final void setManagedDeviceID(String str) { h = str; } }