Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
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;
/* loaded from: classes2.dex */
public final class zzr extends com.google.android.gms.internal.common.zza implements IInterface {
public 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 zza = zza();
com.google.android.gms.internal.common.zzc.zze(zza, iObjectWrapper);
zza.writeString(str);
zza.writeInt(i);
com.google.android.gms.internal.common.zzc.zze(zza, iObjectWrapper2);
Parcel zzB = zzB(2, zza);
IObjectWrapper asInterface = IObjectWrapper.Stub.asInterface(zzB.readStrongBinder());
zzB.recycle();
return asInterface;
}
public final IObjectWrapper zzf(IObjectWrapper iObjectWrapper, String str, int i, IObjectWrapper iObjectWrapper2) throws RemoteException {
Parcel zza = zza();
com.google.android.gms.internal.common.zzc.zze(zza, iObjectWrapper);
zza.writeString(str);
zza.writeInt(i);
com.google.android.gms.internal.common.zzc.zze(zza, iObjectWrapper2);
Parcel zzB = zzB(3, zza);
IObjectWrapper asInterface = IObjectWrapper.Stub.asInterface(zzB.readStrongBinder());
zzB.recycle();
return asInterface;
}
}