- 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
58 lines
1.8 KiB
Java
58 lines
1.8 KiB
Java
package com.google.android.gms.measurement.internal;
|
|
|
|
import android.os.Bundle;
|
|
import android.os.IInterface;
|
|
import android.os.RemoteException;
|
|
import androidx.annotation.Nullable;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public interface zzfp extends IInterface {
|
|
zzal zza(zzn zznVar) throws RemoteException;
|
|
|
|
List<zzmu> zza(zzn zznVar, Bundle bundle) throws RemoteException;
|
|
|
|
@Nullable
|
|
List<zzno> zza(zzn zznVar, boolean z) throws RemoteException;
|
|
|
|
List<zzac> zza(@Nullable String str, @Nullable String str2, zzn zznVar) throws RemoteException;
|
|
|
|
List<zzac> zza(String str, @Nullable String str2, @Nullable String str3) throws RemoteException;
|
|
|
|
List<zzno> zza(String str, @Nullable String str2, @Nullable String str3, boolean z) throws RemoteException;
|
|
|
|
List<zzno> zza(@Nullable String str, @Nullable String str2, boolean z, zzn zznVar) throws RemoteException;
|
|
|
|
void zza(long j, @Nullable String str, @Nullable String str2, String str3) throws RemoteException;
|
|
|
|
void zza(Bundle bundle, zzn zznVar) throws RemoteException;
|
|
|
|
void zza(zzac zzacVar) throws RemoteException;
|
|
|
|
void zza(zzac zzacVar, zzn zznVar) throws RemoteException;
|
|
|
|
void zza(zzbf zzbfVar, zzn zznVar) throws RemoteException;
|
|
|
|
void zza(zzbf zzbfVar, String str, @Nullable String str2) throws RemoteException;
|
|
|
|
void zza(zzno zznoVar, zzn zznVar) throws RemoteException;
|
|
|
|
@Nullable
|
|
byte[] zza(zzbf zzbfVar, String str) throws RemoteException;
|
|
|
|
@Nullable
|
|
String zzb(zzn zznVar) throws RemoteException;
|
|
|
|
void zzc(zzn zznVar) throws RemoteException;
|
|
|
|
void zzd(zzn zznVar) throws RemoteException;
|
|
|
|
void zze(zzn zznVar) throws RemoteException;
|
|
|
|
void zzf(zzn zznVar) throws RemoteException;
|
|
|
|
void zzg(zzn zznVar) throws RemoteException;
|
|
|
|
void zzh(zzn zznVar) throws RemoteException;
|
|
}
|