- 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
39 lines
1.2 KiB
Java
39 lines
1.2 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.Bundle;
|
|
import android.os.IBinder;
|
|
import android.os.Parcel;
|
|
import android.os.RemoteException;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzfrl extends zzaya implements zzfrn {
|
|
public zzfrl(IBinder iBinder) {
|
|
super(iBinder, "com.google.android.play.core.lmd.protocol.ILmdOverlayService");
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfrn
|
|
public final void zze(Bundle bundle, zzfrp zzfrpVar) throws RemoteException {
|
|
Parcel zza = zza();
|
|
zzayc.zzd(zza, bundle);
|
|
zzayc.zzf(zza, zzfrpVar);
|
|
zzdb(2, zza);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfrn
|
|
public final void zzf(String str, Bundle bundle, zzfrp zzfrpVar) throws RemoteException {
|
|
Parcel zza = zza();
|
|
zza.writeString(str);
|
|
zzayc.zzd(zza, bundle);
|
|
zzayc.zzf(zza, zzfrpVar);
|
|
zzdb(1, zza);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfrn
|
|
public final void zzg(Bundle bundle, zzfrp zzfrpVar) throws RemoteException {
|
|
Parcel zza = zza();
|
|
zzayc.zzd(zza, bundle);
|
|
zzayc.zzf(zza, zzfrpVar);
|
|
zzdb(3, zza);
|
|
}
|
|
}
|