zzcq.java
7.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
package com.google.android.gms.internal;
import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;
public abstract interface zzcq
extends IInterface
{
public abstract String getId()
throws RemoteException;
public abstract void zzc(String paramString, boolean paramBoolean)
throws RemoteException;
public abstract boolean zzf(boolean paramBoolean)
throws RemoteException;
public abstract String zzv(String paramString)
throws RemoteException;
public static abstract class zza
extends Binder
implements zzcq
{
public static zzcq zzf(IBinder paramIBinder)
{
if (paramIBinder == null) {
return null;
}
IInterface localIInterface = paramIBinder.queryLocalInterface("com.google.android.gms.ads.identifier.internal.IAdvertisingIdService");
if ((localIInterface != null) && ((localIInterface instanceof zzcq))) {
return (zzcq)localIInterface;
}
return new a(paramIBinder);
}
public boolean onTransact(int paramInt1, Parcel paramParcel1, Parcel paramParcel2, int paramInt2)
throws RemoteException
{
boolean bool = false;
int i = 0;
switch (paramInt1)
{
default:
return super.onTransact(paramInt1, paramParcel1, paramParcel2, paramInt2);
case 1598968902:
paramParcel2.writeString("com.google.android.gms.ads.identifier.internal.IAdvertisingIdService");
return true;
case 1:
paramParcel1.enforceInterface("com.google.android.gms.ads.identifier.internal.IAdvertisingIdService");
paramParcel1 = getId();
paramParcel2.writeNoException();
paramParcel2.writeString(paramParcel1);
return true;
case 2:
paramParcel1.enforceInterface("com.google.android.gms.ads.identifier.internal.IAdvertisingIdService");
if (paramParcel1.readInt() != 0) {}
for (bool = true;; bool = false)
{
bool = zzf(bool);
paramParcel2.writeNoException();
paramInt1 = i;
if (bool) {
paramInt1 = 1;
}
paramParcel2.writeInt(paramInt1);
return true;
}
case 3:
paramParcel1.enforceInterface("com.google.android.gms.ads.identifier.internal.IAdvertisingIdService");
paramParcel1 = zzv(paramParcel1.readString());
paramParcel2.writeNoException();
paramParcel2.writeString(paramParcel1);
return true;
}
paramParcel1.enforceInterface("com.google.android.gms.ads.identifier.internal.IAdvertisingIdService");
String str = paramParcel1.readString();
if (paramParcel1.readInt() != 0) {
bool = true;
}
zzc(str, bool);
paramParcel2.writeNoException();
return true;
}
static final class a
implements zzcq
{
private IBinder a;
a(IBinder paramIBinder)
{
this.a = paramIBinder;
}
public final IBinder asBinder()
{
return this.a;
}
public final String getId()
throws RemoteException
{
Parcel localParcel1 = Parcel.obtain();
Parcel localParcel2 = Parcel.obtain();
try
{
localParcel1.writeInterfaceToken("com.google.android.gms.ads.identifier.internal.IAdvertisingIdService");
this.a.transact(1, localParcel1, localParcel2, 0);
localParcel2.readException();
String str = localParcel2.readString();
return str;
}
finally
{
localParcel2.recycle();
localParcel1.recycle();
}
}
public final void zzc(String paramString, boolean paramBoolean)
throws RemoteException
{
int i = 0;
Parcel localParcel1 = Parcel.obtain();
Parcel localParcel2 = Parcel.obtain();
try
{
localParcel1.writeInterfaceToken("com.google.android.gms.ads.identifier.internal.IAdvertisingIdService");
localParcel1.writeString(paramString);
if (paramBoolean) {
i = 1;
}
localParcel1.writeInt(i);
this.a.transact(4, localParcel1, localParcel2, 0);
localParcel2.readException();
return;
}
finally
{
localParcel2.recycle();
localParcel1.recycle();
}
}
/* Error */
public final boolean zzf(boolean paramBoolean)
throws RemoteException
{
// Byte code:
// 0: iconst_1
// 1: istore_3
// 2: invokestatic 31 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 5: astore 4
// 7: invokestatic 31 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 10: astore 5
// 12: aload 4
// 14: ldc 33
// 16: invokevirtual 37 android/os/Parcel:writeInterfaceToken (Ljava/lang/String;)V
// 19: iload_1
// 20: ifeq +56 -> 76
// 23: iconst_1
// 24: istore_2
// 25: aload 4
// 27: iload_2
// 28: invokevirtual 62 android/os/Parcel:writeInt (I)V
// 31: aload_0
// 32: getfield 18 com/google/android/gms/internal/zzcq$zza$a:a Landroid/os/IBinder;
// 35: iconst_2
// 36: aload 4
// 38: aload 5
// 40: iconst_0
// 41: invokeinterface 43 5 0
// 46: pop
// 47: aload 5
// 49: invokevirtual 46 android/os/Parcel:readException ()V
// 52: aload 5
// 54: invokevirtual 68 android/os/Parcel:readInt ()I
// 57: istore_2
// 58: iload_2
// 59: ifeq +22 -> 81
// 62: iload_3
// 63: istore_1
// 64: aload 5
// 66: invokevirtual 52 android/os/Parcel:recycle ()V
// 69: aload 4
// 71: invokevirtual 52 android/os/Parcel:recycle ()V
// 74: iload_1
// 75: ireturn
// 76: iconst_0
// 77: istore_2
// 78: goto -53 -> 25
// 81: iconst_0
// 82: istore_1
// 83: goto -19 -> 64
// 86: astore 6
// 88: aload 5
// 90: invokevirtual 52 android/os/Parcel:recycle ()V
// 93: aload 4
// 95: invokevirtual 52 android/os/Parcel:recycle ()V
// 98: aload 6
// 100: athrow
// Local variable table:
// start length slot name signature
// 0 101 0 this a
// 0 101 1 paramBoolean boolean
// 24 54 2 i int
// 1 62 3 bool boolean
// 5 89 4 localParcel1 Parcel
// 10 79 5 localParcel2 Parcel
// 86 13 6 localObject Object
// Exception table:
// from to target type
// 12 19 86 finally
// 25 58 86 finally
}
public final String zzv(String paramString)
throws RemoteException
{
Parcel localParcel1 = Parcel.obtain();
Parcel localParcel2 = Parcel.obtain();
try
{
localParcel1.writeInterfaceToken("com.google.android.gms.ads.identifier.internal.IAdvertisingIdService");
localParcel1.writeString(paramString);
this.a.transact(3, localParcel1, localParcel2, 0);
localParcel2.readException();
paramString = localParcel2.readString();
return paramString;
}
finally
{
localParcel2.recycle();
localParcel1.recycle();
}
}
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/google/android/gms/internal/zzcq.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/