// 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.location.places.internal; import android.os.IBinder; import android.os.Parcel; import android.os.RemoteException; import com.google.android.gms.common.api.Status; import com.google.android.gms.common.data.DataHolder; // Referenced classes of package com.google.android.gms.location.places.internal: // zzh private static class zznF implements zzh { private IBinder zznF; public IBinder asBinder() { return zznF; } public void zzY(DataHolder dataholder) throws RemoteException { Parcel parcel = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.location.places.internal.IPlacesCallbacks"); if (dataholder == null) { break MISSING_BLOCK_LABEL_44; } parcel.writeInt(1); dataholder.writeToParcel(parcel, 0); _L1: zznF.transact(1, parcel, null, 1); parcel.recycle(); return; parcel.writeInt(0); goto _L1 dataholder; parcel.recycle(); throw dataholder; } public void zzZ(DataHolder dataholder) throws RemoteException { Parcel parcel = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.location.places.internal.IPlacesCallbacks"); if (dataholder == null) { break MISSING_BLOCK_LABEL_44; } parcel.writeInt(1); dataholder.writeToParcel(parcel, 0); _L1: zznF.transact(2, parcel, null, 1); parcel.recycle(); return; parcel.writeInt(0); goto _L1 dataholder; parcel.recycle(); throw dataholder; } public void zzaF(Status status) throws RemoteException { Parcel parcel = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.location.places.internal.IPlacesCallbacks"); if (status == null) { break MISSING_BLOCK_LABEL_44; } parcel.writeInt(1); status.writeToParcel(parcel, 0); _L1: zznF.transact(4, parcel, null, 1); parcel.recycle(); return; parcel.writeInt(0); goto _L1 status; parcel.recycle(); throw status; } public void zzaa(DataHolder dataholder) throws RemoteException { Parcel parcel = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.location.places.internal.IPlacesCallbacks"); if (dataholder == null) { break MISSING_BLOCK_LABEL_44; } parcel.writeInt(1); dataholder.writeToParcel(parcel, 0); _L1: zznF.transact(3, parcel, null, 1); parcel.recycle(); return; parcel.writeInt(0); goto _L1 dataholder; parcel.recycle(); throw dataholder; } public void zzab(DataHolder dataholder) throws RemoteException { Parcel parcel = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.location.places.internal.IPlacesCallbacks"); if (dataholder == null) { break MISSING_BLOCK_LABEL_44; } parcel.writeInt(1); dataholder.writeToParcel(parcel, 0); _L1: zznF.transact(5, parcel, null, 1); parcel.recycle(); return; parcel.writeInt(0); goto _L1 dataholder; parcel.recycle(); throw dataholder; } A(IBinder ibinder) { zznF = ibinder; } }