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,35 @@
package com.google.android.gms.internal.drive;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
/* loaded from: classes3.dex */
final class zzmd {
private static final zzmd zzuw = new zzmd();
private final ConcurrentMap<Class<?>, zzmf<?>> zzuy = new ConcurrentHashMap();
private final zzmg zzux = new zzlf();
public static zzmd zzej() {
return zzuw;
}
public final <T> zzmf<T> zzf(Class<T> cls) {
zzkm.zza(cls, "messageType");
zzmf<T> zzmfVar = (zzmf) this.zzuy.get(cls);
if (zzmfVar != null) {
return zzmfVar;
}
zzmf<T> zze = this.zzux.zze(cls);
zzkm.zza(cls, "messageType");
zzkm.zza(zze, "schema");
zzmf<T> zzmfVar2 = (zzmf) this.zzuy.putIfAbsent(cls, zze);
return zzmfVar2 != null ? zzmfVar2 : zze;
}
public final <T> zzmf<T> zzq(T t) {
return zzf(t.getClass());
}
private zzmd() {
}
}