Files
iTartanas/itranvias_code/com/google/android.gms/dynamite/zzr.java
T

39 lines
1.8 KiB
Java

package com.google.android.gms.dynamite;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;
import com.google.android.gms.dynamic.IObjectWrapper;
/* JADX INFO: compiled from: com.google.android.gms:play-services-basement@@18.3.0 */
/* JADX INFO: loaded from: classes2.dex */
public final class zzr extends com.google.android.gms.internal.common.zza implements IInterface {
zzr(IBinder iBinder) {
super(iBinder, "com.google.android.gms.dynamite.IDynamiteLoaderV2");
}
public final IObjectWrapper zze(IObjectWrapper iObjectWrapper, String str, int i, IObjectWrapper iObjectWrapper2) throws RemoteException {
Parcel parcelZza = zza();
com.google.android.gms.internal.common.zzc.zze(parcelZza, iObjectWrapper);
parcelZza.writeString(str);
parcelZza.writeInt(i);
com.google.android.gms.internal.common.zzc.zze(parcelZza, iObjectWrapper2);
Parcel parcelZzB = zzB(2, parcelZza);
IObjectWrapper iObjectWrapperAsInterface = IObjectWrapper.Stub.asInterface(parcelZzB.readStrongBinder());
parcelZzB.recycle();
return iObjectWrapperAsInterface;
}
public final IObjectWrapper zzf(IObjectWrapper iObjectWrapper, String str, int i, IObjectWrapper iObjectWrapper2) throws RemoteException {
Parcel parcelZza = zza();
com.google.android.gms.internal.common.zzc.zze(parcelZza, iObjectWrapper);
parcelZza.writeString(str);
parcelZza.writeInt(i);
com.google.android.gms.internal.common.zzc.zze(parcelZza, iObjectWrapper2);
Parcel parcelZzB = zzB(3, parcelZza);
IObjectWrapper iObjectWrapperAsInterface = IObjectWrapper.Stub.asInterface(parcelZzB.readStrongBinder());
parcelZzB.recycle();
return iObjectWrapperAsInterface;
}
}