- 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
35 lines
1.2 KiB
Java
35 lines
1.2 KiB
Java
package com.google.android.gms.drive;
|
|
|
|
import com.google.android.gms.common.internal.ShowFirstParty;
|
|
import com.google.android.gms.drive.ExecutionOptions;
|
|
|
|
@ShowFirstParty
|
|
/* loaded from: classes2.dex */
|
|
public final class zzp extends ExecutionOptions.Builder {
|
|
private boolean zzat = true;
|
|
|
|
@Override // com.google.android.gms.drive.ExecutionOptions.Builder
|
|
public final /* synthetic */ ExecutionOptions build() {
|
|
zzo();
|
|
return new zzn(this.zzaq, this.zzar, this.zzas, this.zzat);
|
|
}
|
|
|
|
@Override // com.google.android.gms.drive.ExecutionOptions.Builder
|
|
public final /* synthetic */ ExecutionOptions.Builder setConflictStrategy(int i) {
|
|
super.setConflictStrategy(i);
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.drive.ExecutionOptions.Builder
|
|
public final /* synthetic */ ExecutionOptions.Builder setNotifyOnCompletion(boolean z) {
|
|
super.setNotifyOnCompletion(z);
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.drive.ExecutionOptions.Builder
|
|
public final /* synthetic */ ExecutionOptions.Builder setTrackingTag(String str) {
|
|
super.setTrackingTag(str);
|
|
return this;
|
|
}
|
|
}
|