- 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
30 lines
986 B
Java
30 lines
986 B
Java
package com.google.android.gms.common.internal;
|
|
|
|
import android.os.IBinder;
|
|
import android.os.Parcel;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.dynamic.IObjectWrapper;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class zzy extends com.google.android.gms.internal.common.zza implements zzaa {
|
|
public zzy(IBinder iBinder) {
|
|
super(iBinder, "com.google.android.gms.common.internal.ICertData");
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.internal.zzaa
|
|
public final int zzc() throws RemoteException {
|
|
Parcel zzB = zzB(2, zza());
|
|
int readInt = zzB.readInt();
|
|
zzB.recycle();
|
|
return readInt;
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.internal.zzaa
|
|
public final IObjectWrapper zzd() throws RemoteException {
|
|
Parcel zzB = zzB(1, zza());
|
|
IObjectWrapper asInterface = IObjectWrapper.Stub.asInterface(zzB.readStrongBinder());
|
|
zzB.recycle();
|
|
return asInterface;
|
|
}
|
|
}
|