- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
18 lines
687 B
Java
18 lines
687 B
Java
package com.google.android.gms.drive.metadata;
|
|
|
|
import com.google.android.gms.common.data.DataHolder;
|
|
import java.util.Collection;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public abstract class zzb<T> extends zza<Collection<T>> {
|
|
public zzb(String str, Collection<String> collection, Collection<String> collection2, int i) {
|
|
super(str, collection, collection2, i);
|
|
}
|
|
|
|
@Override // com.google.android.gms.drive.metadata.zza
|
|
/* renamed from: zzd, reason: merged with bridge method [inline-methods] */
|
|
public Collection<T> zzc(DataHolder dataHolder, int i, int i2) {
|
|
throw new UnsupportedOperationException("Cannot read collections from a dataHolder.");
|
|
}
|
|
}
|