Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
package com.google.android.gms.internal.drive;
import com.google.android.gms.internal.drive.zzkk;
/* loaded from: classes3.dex */
final class zzkj implements zzlp {
private static final zzkj zzrp = new zzkj();
private zzkj() {
}
public static zzkj zzcv() {
return zzrp;
}
@Override // com.google.android.gms.internal.drive.zzlp
public final boolean zzb(Class<?> cls) {
return zzkk.class.isAssignableFrom(cls);
}
@Override // com.google.android.gms.internal.drive.zzlp
public final zzlo zzc(Class<?> cls) {
if (!zzkk.class.isAssignableFrom(cls)) {
String name = cls.getName();
throw new IllegalArgumentException(name.length() != 0 ? "Unsupported message type: ".concat(name) : new String("Unsupported message type: "));
}
try {
return (zzlo) zzkk.zzd(cls.asSubclass(zzkk.class)).zza(zzkk.zze.zzrz, (Object) null, (Object) null);
} catch (Exception e) {
String name2 = cls.getName();
throw new RuntimeException(name2.length() != 0 ? "Unable to get message info for ".concat(name2) : new String("Unable to get message info for "), e);
}
}
}