- 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
46 lines
1.5 KiB
Java
46 lines
1.5 KiB
Java
package com.google.android.gms.games.internal;
|
|
|
|
import android.os.IInterface;
|
|
import android.os.RemoteException;
|
|
import androidx.annotation.Nullable;
|
|
import com.google.android.gms.common.api.Status;
|
|
import com.google.android.gms.common.data.DataHolder;
|
|
import com.google.android.gms.drive.Contents;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface zzal extends IInterface {
|
|
void zzb(int i, String str) throws RemoteException;
|
|
|
|
void zzc(DataHolder dataHolder) throws RemoteException;
|
|
|
|
void zzd(DataHolder dataHolder) throws RemoteException;
|
|
|
|
void zze(DataHolder dataHolder) throws RemoteException;
|
|
|
|
void zzf(DataHolder dataHolder, DataHolder dataHolder2) throws RemoteException;
|
|
|
|
void zzg(DataHolder dataHolder) throws RemoteException;
|
|
|
|
void zzh(DataHolder dataHolder) throws RemoteException;
|
|
|
|
void zzi(DataHolder dataHolder) throws RemoteException;
|
|
|
|
void zzj(DataHolder dataHolder) throws RemoteException;
|
|
|
|
void zzk(DataHolder dataHolder) throws RemoteException;
|
|
|
|
void zzl(Status status, @Nullable String str) throws RemoteException;
|
|
|
|
void zzm() throws RemoteException;
|
|
|
|
void zzn(DataHolder dataHolder) throws RemoteException;
|
|
|
|
void zzo(DataHolder dataHolder, String str, Contents contents, Contents contents2, Contents contents3) throws RemoteException;
|
|
|
|
void zzp(int i, String str) throws RemoteException;
|
|
|
|
void zzq(DataHolder dataHolder, Contents contents) throws RemoteException;
|
|
|
|
void zzr(DataHolder dataHolder) throws RemoteException;
|
|
}
|