- 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
32 lines
929 B
Java
32 lines
929 B
Java
package com.google.android.gms.internal.auth;
|
|
|
|
import com.google.android.gms.auth.api.proxy.ProxyApi;
|
|
import com.google.android.gms.common.api.Status;
|
|
import com.google.android.gms.common.internal.Preconditions;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzbv implements ProxyApi.SpatulaHeaderResult {
|
|
private final Status zza;
|
|
private final String zzb;
|
|
|
|
public zzbv(Status status) {
|
|
this.zza = (Status) Preconditions.checkNotNull(status);
|
|
this.zzb = "";
|
|
}
|
|
|
|
@Override // com.google.android.gms.auth.api.proxy.ProxyApi.SpatulaHeaderResult
|
|
public final String getSpatulaHeader() {
|
|
return this.zzb;
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.api.Result
|
|
public final Status getStatus() {
|
|
return this.zza;
|
|
}
|
|
|
|
public zzbv(String str) {
|
|
this.zzb = (String) Preconditions.checkNotNull(str);
|
|
this.zza = Status.RESULT_SUCCESS;
|
|
}
|
|
}
|