- 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
25 lines
787 B
Java
25 lines
787 B
Java
package com.google.android.gms.internal.drive;
|
|
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.common.api.ApiException;
|
|
import com.google.android.gms.common.api.Status;
|
|
import com.google.android.gms.tasks.TaskCompletionSource;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class zzhh<T> extends zzl {
|
|
private TaskCompletionSource<T> zziv;
|
|
|
|
public zzhh(TaskCompletionSource<T> taskCompletionSource) {
|
|
this.zziv = taskCompletionSource;
|
|
}
|
|
|
|
public final TaskCompletionSource<T> zzay() {
|
|
return this.zziv;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.drive.zzl, com.google.android.gms.internal.drive.zzeq
|
|
public final void zza(Status status) throws RemoteException {
|
|
this.zziv.setException(new ApiException(status));
|
|
}
|
|
}
|