// 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.model.internal; import android.os.IBinder; import android.os.Parcel; import android.os.RemoteException; // Referenced classes of package com.google.android.gms.maps.model.internal: // zzh private static class zznF implements zzh { private IBinder zznF; public void activate() throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.maps.model.internal.IIndoorLevelDelegate"); zznF.transact(3, parcel, parcel1, 0); parcel1.readException(); parcel1.recycle(); parcel.recycle(); return; Exception exception; exception; parcel1.recycle(); parcel.recycle(); throw exception; } public IBinder asBinder() { return zznF; } public String getName() throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); String s; parcel.writeInterfaceToken("com.google.android.gms.maps.model.internal.IIndoorLevelDelegate"); zznF.transact(1, parcel, parcel1, 0); parcel1.readException(); s = parcel1.readString(); parcel1.recycle(); parcel.recycle(); return s; Exception exception; exception; parcel1.recycle(); parcel.recycle(); throw exception; } public String getShortName() throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); String s; parcel.writeInterfaceToken("com.google.android.gms.maps.model.internal.IIndoorLevelDelegate"); zznF.transact(2, parcel, parcel1, 0); parcel1.readException(); s = parcel1.readString(); parcel1.recycle(); parcel.recycle(); return s; Exception exception; exception; parcel1.recycle(); parcel.recycle(); throw exception; } public int hashCodeRemote() throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); int i; parcel.writeInterfaceToken("com.google.android.gms.maps.model.internal.IIndoorLevelDelegate"); zznF.transact(5, parcel, parcel1, 0); parcel1.readException(); i = parcel1.readInt(); parcel1.recycle(); parcel.recycle(); return i; Exception exception; exception; parcel1.recycle(); parcel.recycle(); throw exception; } public boolean zza(zzh zzh1) throws RemoteException { Parcel parcel; Parcel parcel1; boolean flag; flag = false; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.maps.model.internal.IIndoorLevelDelegate"); if (zzh1 == null) { break MISSING_BLOCK_LABEL_76; } zzh1 = zzh1.asBinder(); _L1: int i; parcel.writeStrongBinder(zzh1); zznF.transact(4, parcel, parcel1, 0); parcel1.readException(); i = parcel1.readInt(); if (i != 0) { flag = true; } parcel1.recycle(); parcel.recycle(); return flag; zzh1 = null; goto _L1 zzh1; parcel1.recycle(); parcel.recycle(); throw zzh1; } (IBinder ibinder) { zznF = ibinder; } }