- 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
31 lines
1.1 KiB
Java
31 lines
1.1 KiB
Java
package com.google.android.gms.internal.drive;
|
|
|
|
import com.google.android.gms.common.api.Status;
|
|
import com.google.android.gms.drive.DrivePreferencesApi;
|
|
import com.google.android.gms.drive.FileUploadPreferences;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzcf implements DrivePreferencesApi.FileUploadPreferencesResult {
|
|
private final Status zzdy;
|
|
private final FileUploadPreferences zzfm;
|
|
|
|
private zzcf(zzcb zzcbVar, Status status, FileUploadPreferences fileUploadPreferences) {
|
|
this.zzdy = status;
|
|
this.zzfm = fileUploadPreferences;
|
|
}
|
|
|
|
@Override // com.google.android.gms.drive.DrivePreferencesApi.FileUploadPreferencesResult
|
|
public final FileUploadPreferences getFileUploadPreferences() {
|
|
return this.zzfm;
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.api.Result
|
|
public final Status getStatus() {
|
|
return this.zzdy;
|
|
}
|
|
|
|
public /* synthetic */ zzcf(zzcb zzcbVar, Status status, FileUploadPreferences fileUploadPreferences, zzcc zzccVar) {
|
|
this(zzcbVar, status, fileUploadPreferences);
|
|
}
|
|
}
|