Initial version -- added millennium read funcionality

This commit is contained in:
Pablo
2026-03-09 22:05:28 +01:00
commit 77c2ded482
2770 changed files with 141927 additions and 0 deletions
@@ -0,0 +1,39 @@
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;
}
}