// 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.maps.internal; import android.os.Binder; import android.os.IBinder; import android.os.Parcel; import android.os.RemoteException; // Referenced classes of package com.google.android.gms.maps.internal: // ILocationSourceDelegate, zzi public static abstract class attachInterface extends Binder implements ILocationSourceDelegate { private static class zza implements ILocationSourceDelegate { private IBinder zznF; public void activate(zzi zzi1) throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.maps.internal.ILocationSourceDelegate"); if (zzi1 == null) { break MISSING_BLOCK_LABEL_57; } zzi1 = zzi1.asBinder(); _L1: parcel.writeStrongBinder(zzi1); zznF.transact(1, parcel, parcel1, 0); parcel1.readException(); parcel1.recycle(); parcel.recycle(); return; zzi1 = null; goto _L1 zzi1; parcel1.recycle(); parcel.recycle(); throw zzi1; } public IBinder asBinder() { return zznF; } public void deactivate() throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.maps.internal.ILocationSourceDelegate"); zznF.transact(2, parcel, parcel1, 0); parcel1.readException(); parcel1.recycle(); parcel.recycle(); return; Exception exception; exception; parcel1.recycle(); parcel.recycle(); throw exception; } zza(IBinder ibinder) { zznF = ibinder; } } public static ILocationSourceDelegate zzck(IBinder ibinder) { if (ibinder == null) { return null; } android.os.IInterface iinterface = ibinder.queryLocalInterface("com.google.android.gms.maps.internal.ILocationSourceDelegate"); if (iinterface != null && (iinterface instanceof ILocationSourceDelegate)) { return (ILocationSourceDelegate)iinterface; } else { return new zza(ibinder); } } public IBinder asBinder() { return this; } public boolean onTransact(int i, Parcel parcel, Parcel parcel1, int j) throws RemoteException { switch (i) { default: return super.onTransact(i, parcel, parcel1, j); case 1598968902: parcel1.writeString("com.google.android.gms.maps.internal.ILocationSourceDelegate"); return true; case 1: // '\001' parcel.enforceInterface("com.google.android.gms.maps.internal.ILocationSourceDelegate"); activate(activate(parcel.readStrongBinder())); parcel1.writeNoException(); return true; case 2: // '\002' parcel.enforceInterface("com.google.android.gms.maps.internal.ILocationSourceDelegate"); deactivate(); parcel1.writeNoException(); return true; } } public zza.zznF() { attachInterface(this, "com.google.android.gms.maps.internal.ILocationSourceDelegate"); } }