// 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.internal; import android.os.Binder; import android.os.IBinder; import android.os.Parcel; import android.os.RemoteException; import com.google.android.gms.auth.api.proxy.ProxyRequest; // Referenced classes of package com.google.android.gms.internal: // zzjl, zzjk public static abstract class zza.zznF extends Binder implements zzjl { private static class zza implements zzjl { private IBinder zznF; public IBinder asBinder() { return zznF; } public void zza(zzjk zzjk1, ProxyRequest proxyrequest) throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.auth.api.internal.IAuthService"); if (zzjk1 == null) goto _L2; else goto _L1 _L1: zzjk1 = zzjk1.asBinder(); _L5: parcel.writeStrongBinder(zzjk1); if (proxyrequest == null) goto _L4; else goto _L3 _L3: parcel.writeInt(1); proxyrequest.writeToParcel(parcel, 0); _L6: zznF.transact(1, parcel, parcel1, 0); parcel1.readException(); parcel1.recycle(); parcel.recycle(); return; _L2: zzjk1 = null; goto _L5 _L4: parcel.writeInt(0); goto _L6 zzjk1; parcel1.recycle(); parcel.recycle(); throw zzjk1; goto _L5 } zza(IBinder ibinder) { zznF = ibinder; } } public static zzjl zzat(IBinder ibinder) { if (ibinder == null) { return null; } android.os.IInterface iinterface = ibinder.queryLocalInterface("com.google.android.gms.auth.api.internal.IAuthService"); if (iinterface != null && (iinterface instanceof zzjl)) { return (zzjl)iinterface; } else { return new zza(ibinder); } } public boolean onTransact(int i, Parcel parcel, Parcel parcel1, int j) throws RemoteException { zzjk zzjk; switch (i) { default: return super.onTransact(i, parcel, parcel1, j); case 1598968902: parcel1.writeString("com.google.android.gms.auth.api.internal.IAuthService"); return true; case 1: // '\001' parcel.enforceInterface("com.google.android.gms.auth.api.internal.IAuthService"); zzjk = zzas(parcel.readStrongBinder()); break; } if (parcel.readInt() != 0) { parcel = (ProxyRequest)ProxyRequest.CREATOR.createFromParcel(parcel); } else { parcel = null; } zza(zzjk, parcel); parcel1.writeNoException(); return true; } }