Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

73 lines
2.2 KiB
Java

package com.google.android.gms.internal.drive;
import android.content.IntentSender;
import android.os.RemoteException;
import com.google.android.gms.common.api.GoogleApiClient;
import com.google.android.gms.common.internal.Preconditions;
import com.google.android.gms.drive.Drive;
import com.google.android.gms.drive.DriveId;
import com.google.android.gms.drive.MetadataChangeSet;
@Deprecated
/* loaded from: classes3.dex */
public final class zzt {
private String zzba;
private DriveId zzbd;
private Integer zzdk;
private final int zzdl = 0;
private MetadataChangeSet zzdm;
public zzt(int i) {
}
public final MetadataChangeSet zzc() {
return this.zzdm;
}
public final DriveId zzd() {
return this.zzbd;
}
public final String zze() {
return this.zzba;
}
public final void zza(MetadataChangeSet metadataChangeSet) {
this.zzdm = (MetadataChangeSet) Preconditions.checkNotNull(metadataChangeSet);
}
public final void zza(DriveId driveId) {
this.zzbd = (DriveId) Preconditions.checkNotNull(driveId);
}
public final void zzc(String str) {
this.zzba = (String) Preconditions.checkNotNull(str);
}
public final void zzd(int i) {
this.zzdk = Integer.valueOf(i);
}
public final int getRequestId() {
return this.zzdk.intValue();
}
public final void zzg() {
Preconditions.checkNotNull(this.zzdm, "Must provide initial metadata via setInitialMetadata.");
Integer num = this.zzdk;
this.zzdk = Integer.valueOf(num == null ? 0 : num.intValue());
}
public final IntentSender build(GoogleApiClient googleApiClient) {
Preconditions.checkState(googleApiClient.isConnected(), "Client must be connected");
zzg();
zzaw zzawVar = (zzaw) googleApiClient.getClient(Drive.CLIENT_KEY);
this.zzdm.zzq().zza(zzawVar.getContext());
try {
return ((zzeo) zzawVar.getService()).zza(new zzu(this.zzdm.zzq(), this.zzdk.intValue(), this.zzba, this.zzbd, 0));
} catch (RemoteException e) {
throw new RuntimeException("Unable to connect Drive Play Service", e);
}
}
}