- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
39 lines
1015 B
Java
39 lines
1015 B
Java
package com.google.android.gms.internal.appset;
|
|
|
|
import android.os.IBinder;
|
|
import android.os.IInterface;
|
|
import android.os.Parcel;
|
|
import android.os.RemoteException;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class zza implements IInterface {
|
|
private final IBinder zza;
|
|
private final String zzb = "com.google.android.gms.appset.internal.IAppSetService";
|
|
|
|
public zza(IBinder iBinder, String str) {
|
|
this.zza = iBinder;
|
|
}
|
|
|
|
@Override // android.os.IInterface
|
|
public final IBinder asBinder() {
|
|
return this.zza;
|
|
}
|
|
|
|
public final Parcel zza() {
|
|
Parcel obtain = Parcel.obtain();
|
|
obtain.writeInterfaceToken(this.zzb);
|
|
return obtain;
|
|
}
|
|
|
|
public final void zzb(int i, Parcel parcel) throws RemoteException {
|
|
Parcel obtain = Parcel.obtain();
|
|
try {
|
|
this.zza.transact(1, parcel, obtain, 0);
|
|
obtain.readException();
|
|
} finally {
|
|
parcel.recycle();
|
|
obtain.recycle();
|
|
}
|
|
}
|
|
}
|