jimu-decompiled/sources/com/google/android/gms/dynamite/zzj.java
2025-05-13 19:24:51 +02:00

70 lines
2.4 KiB
Java

package com.google.android.gms.dynamite;
import android.os.IBinder;
import android.os.Parcel;
import android.os.RemoteException;
import com.google.android.gms.dynamic.IObjectWrapper;
/* loaded from: classes.dex */
public final class zzj extends com.google.android.gms.internal.common.zza implements zzi {
zzj(IBinder iBinder) {
super(iBinder, "com.google.android.gms.dynamite.IDynamiteLoader");
}
@Override // com.google.android.gms.dynamite.zzi
public final IObjectWrapper a(IObjectWrapper iObjectWrapper, String str, int i) throws RemoteException {
Parcel i2 = i();
com.google.android.gms.internal.common.zzc.a(i2, iObjectWrapper);
i2.writeString(str);
i2.writeInt(i);
Parcel a = a(2, i2);
IObjectWrapper a2 = IObjectWrapper.Stub.a(a.readStrongBinder());
a.recycle();
return a2;
}
@Override // com.google.android.gms.dynamite.zzi
public final int b(IObjectWrapper iObjectWrapper, String str, boolean z) throws RemoteException {
Parcel i = i();
com.google.android.gms.internal.common.zzc.a(i, iObjectWrapper);
i.writeString(str);
com.google.android.gms.internal.common.zzc.a(i, z);
Parcel a = a(3, i);
int readInt = a.readInt();
a.recycle();
return readInt;
}
@Override // com.google.android.gms.dynamite.zzi
public final int g() throws RemoteException {
Parcel a = a(6, i());
int readInt = a.readInt();
a.recycle();
return readInt;
}
@Override // com.google.android.gms.dynamite.zzi
public final int a(IObjectWrapper iObjectWrapper, String str, boolean z) throws RemoteException {
Parcel i = i();
com.google.android.gms.internal.common.zzc.a(i, iObjectWrapper);
i.writeString(str);
com.google.android.gms.internal.common.zzc.a(i, z);
Parcel a = a(5, i);
int readInt = a.readInt();
a.recycle();
return readInt;
}
@Override // com.google.android.gms.dynamite.zzi
public final IObjectWrapper b(IObjectWrapper iObjectWrapper, String str, int i) throws RemoteException {
Parcel i2 = i();
com.google.android.gms.internal.common.zzc.a(i2, iObjectWrapper);
i2.writeString(str);
i2.writeInt(i);
Parcel a = a(4, i2);
IObjectWrapper a2 = IObjectWrapper.Stub.a(a.readStrongBinder());
a.recycle();
return a2;
}
}