// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.google.android.gms.common.internal; import android.os.Bundle; import android.os.IBinder; import android.os.Parcel; import android.os.RemoteException; // Referenced classes of package com.google.android.gms.common.internal: // zzo private static class zznF implements zzo { private IBinder zznF; public IBinder asBinder() { return zznF; } public void zza(int i, IBinder ibinder, Bundle bundle) throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.common.internal.IGmsCallbacks"); parcel.writeInt(i); parcel.writeStrongBinder(ibinder); if (bundle == null) { break MISSING_BLOCK_LABEL_78; } parcel.writeInt(1); bundle.writeToParcel(parcel, 0); _L1: zznF.transact(1, parcel, parcel1, 0); parcel1.readException(); parcel1.recycle(); parcel.recycle(); return; parcel.writeInt(0); goto _L1 ibinder; parcel1.recycle(); parcel.recycle(); throw ibinder; } public void zzb(int i, Bundle bundle) throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.common.internal.IGmsCallbacks"); parcel.writeInt(i); if (bundle == null) { break MISSING_BLOCK_LABEL_65; } parcel.writeInt(1); bundle.writeToParcel(parcel, 0); _L1: zznF.transact(2, parcel, parcel1, 0); parcel1.readException(); parcel1.recycle(); parcel.recycle(); return; parcel.writeInt(0); goto _L1 bundle; parcel1.recycle(); parcel.recycle(); throw bundle; } (IBinder ibinder) { zznF = ibinder; } }