- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
32 lines
969 B
Java
32 lines
969 B
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import android.os.Bundle;
|
|
import android.os.IBinder;
|
|
import android.os.Parcel;
|
|
import android.os.RemoteException;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzdk extends zzbu implements zzdi {
|
|
@Override // com.google.android.gms.internal.measurement.zzdi
|
|
public final int zza() throws RemoteException {
|
|
Parcel zza = zza(2, a_());
|
|
int readInt = zza.readInt();
|
|
zza.recycle();
|
|
return readInt;
|
|
}
|
|
|
|
public zzdk(IBinder iBinder) {
|
|
super(iBinder, "com.google.android.gms.measurement.api.internal.IEventHandlerProxy");
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.measurement.zzdi
|
|
public final void zza(String str, String str2, Bundle bundle, long j) throws RemoteException {
|
|
Parcel a_ = a_();
|
|
a_.writeString(str);
|
|
a_.writeString(str2);
|
|
zzbw.zza(a_, bundle);
|
|
a_.writeLong(j);
|
|
zzb(1, a_);
|
|
}
|
|
}
|