// 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.IBinder; import android.os.Parcel; import android.os.RemoteException; // Referenced classes of package com.google.android.gms.internal: // zzav private static class zznF implements zzav { private IBinder zznF; public IBinder asBinder() { return zznF; } public String getId() throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); String s; parcel.writeInterfaceToken("com.google.android.gms.ads.identifier.internal.IAdvertisingIdService"); 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 void zzb(String s, boolean flag) throws RemoteException { Parcel parcel; Parcel parcel1; int i; i = 0; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.ads.identifier.internal.IAdvertisingIdService"); parcel.writeString(s); if (flag) { i = 1; } parcel.writeInt(i); zznF.transact(4, parcel, parcel1, 0); parcel1.readException(); parcel1.recycle(); parcel.recycle(); return; s; parcel1.recycle(); parcel.recycle(); throw s; } public boolean zzc(boolean flag) throws RemoteException { Parcel parcel; Parcel parcel1; boolean flag1; flag1 = true; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.ads.identifier.internal.IAdvertisingIdService"); int i; if (flag) { i = 1; } else { i = 0; } parcel.writeInt(i); zznF.transact(2, parcel, parcel1, 0); parcel1.readException(); i = parcel1.readInt(); if (i != 0) { flag = flag1; } else { flag = false; } parcel1.recycle(); parcel.recycle(); return flag; Exception exception; exception; parcel1.recycle(); parcel.recycle(); throw exception; } public String zzn(String s) throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.ads.identifier.internal.IAdvertisingIdService"); parcel.writeString(s); zznF.transact(3, parcel, parcel1, 0); parcel1.readException(); s = parcel1.readString(); parcel1.recycle(); parcel.recycle(); return s; s; parcel1.recycle(); parcel.recycle(); throw s; } (IBinder ibinder) { zznF = ibinder; } }