// 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.IBinder; import android.os.Parcel; import android.os.RemoteException; // Referenced classes of package com.google.android.gms.common.internal: // ICancelToken private static class zznF implements ICancelToken { private IBinder zznF; public IBinder asBinder() { return zznF; } public void cancel() throws RemoteException { Parcel parcel = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.common.internal.ICancelToken"); zznF.transact(2, parcel, null, 1); parcel.recycle(); return; Exception exception; exception; parcel.recycle(); throw exception; } A(IBinder ibinder) { zznF = ibinder; } }