zza.java
11.3 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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
package com.google.android.gms.dynamite;
import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;
import com.google.android.gms.dynamic.IObjectWrapper;
import com.google.android.gms.dynamic.IObjectWrapper.zza;
public abstract interface zza
extends IInterface
{
public abstract int zza(IObjectWrapper paramIObjectWrapper, String paramString, boolean paramBoolean)
throws RemoteException;
public abstract IObjectWrapper zza(IObjectWrapper paramIObjectWrapper, String paramString, int paramInt)
throws RemoteException;
public abstract int zze(IObjectWrapper paramIObjectWrapper, String paramString)
throws RemoteException;
public static abstract class zza
extends Binder
implements zza
{
public static zza zzce(IBinder paramIBinder)
{
if (paramIBinder == null) {
return null;
}
IInterface localIInterface = paramIBinder.queryLocalInterface("com.google.android.gms.dynamite.IDynamiteLoader");
if ((localIInterface != null) && ((localIInterface instanceof zza))) {
return (zza)localIInterface;
}
return new a(paramIBinder);
}
public boolean onTransact(int paramInt1, Parcel paramParcel1, Parcel paramParcel2, int paramInt2)
throws RemoteException
{
switch (paramInt1)
{
default:
return super.onTransact(paramInt1, paramParcel1, paramParcel2, paramInt2);
case 1598968902:
paramParcel2.writeString("com.google.android.gms.dynamite.IDynamiteLoader");
return true;
case 1:
paramParcel1.enforceInterface("com.google.android.gms.dynamite.IDynamiteLoader");
paramInt1 = zze(IObjectWrapper.zza.zzcd(paramParcel1.readStrongBinder()), paramParcel1.readString());
paramParcel2.writeNoException();
paramParcel2.writeInt(paramInt1);
return true;
case 2:
paramParcel1.enforceInterface("com.google.android.gms.dynamite.IDynamiteLoader");
paramParcel1 = zza(IObjectWrapper.zza.zzcd(paramParcel1.readStrongBinder()), paramParcel1.readString(), paramParcel1.readInt());
paramParcel2.writeNoException();
if (paramParcel1 != null) {}
for (paramParcel1 = paramParcel1.asBinder();; paramParcel1 = null)
{
paramParcel2.writeStrongBinder(paramParcel1);
return true;
}
}
paramParcel1.enforceInterface("com.google.android.gms.dynamite.IDynamiteLoader");
IObjectWrapper localIObjectWrapper = IObjectWrapper.zza.zzcd(paramParcel1.readStrongBinder());
String str = paramParcel1.readString();
if (paramParcel1.readInt() != 0) {}
for (boolean bool = true;; bool = false)
{
paramInt1 = zza(localIObjectWrapper, str, bool);
paramParcel2.writeNoException();
paramParcel2.writeInt(paramInt1);
return true;
}
}
static final class a
implements zza
{
private IBinder a;
a(IBinder paramIBinder)
{
this.a = paramIBinder;
}
public final IBinder asBinder()
{
return this.a;
}
/* Error */
public final int zza(IObjectWrapper paramIObjectWrapper, String paramString, boolean paramBoolean)
throws RemoteException
{
// Byte code:
// 0: iconst_0
// 1: istore 4
// 3: invokestatic 30 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 6: astore 5
// 8: invokestatic 30 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 11: astore 6
// 13: aload 5
// 15: ldc 32
// 17: invokevirtual 36 android/os/Parcel:writeInterfaceToken (Ljava/lang/String;)V
// 20: aload_1
// 21: ifnull +77 -> 98
// 24: aload_1
// 25: invokeinterface 40 1 0
// 30: astore_1
// 31: aload 5
// 33: aload_1
// 34: invokevirtual 43 android/os/Parcel:writeStrongBinder (Landroid/os/IBinder;)V
// 37: aload 5
// 39: aload_2
// 40: invokevirtual 46 android/os/Parcel:writeString (Ljava/lang/String;)V
// 43: iload_3
// 44: ifeq +6 -> 50
// 47: iconst_1
// 48: istore 4
// 50: aload 5
// 52: iload 4
// 54: invokevirtual 50 android/os/Parcel:writeInt (I)V
// 57: aload_0
// 58: getfield 18 com/google/android/gms/dynamite/zza$zza$a:a Landroid/os/IBinder;
// 61: iconst_3
// 62: aload 5
// 64: aload 6
// 66: iconst_0
// 67: invokeinterface 56 5 0
// 72: pop
// 73: aload 6
// 75: invokevirtual 59 android/os/Parcel:readException ()V
// 78: aload 6
// 80: invokevirtual 63 android/os/Parcel:readInt ()I
// 83: istore 4
// 85: aload 6
// 87: invokevirtual 66 android/os/Parcel:recycle ()V
// 90: aload 5
// 92: invokevirtual 66 android/os/Parcel:recycle ()V
// 95: iload 4
// 97: ireturn
// 98: aconst_null
// 99: astore_1
// 100: goto -69 -> 31
// 103: astore_1
// 104: aload 6
// 106: invokevirtual 66 android/os/Parcel:recycle ()V
// 109: aload 5
// 111: invokevirtual 66 android/os/Parcel:recycle ()V
// 114: aload_1
// 115: athrow
// Local variable table:
// start length slot name signature
// 0 116 0 this a
// 0 116 1 paramIObjectWrapper IObjectWrapper
// 0 116 2 paramString String
// 0 116 3 paramBoolean boolean
// 1 95 4 i int
// 6 104 5 localParcel1 Parcel
// 11 94 6 localParcel2 Parcel
// Exception table:
// from to target type
// 13 20 103 finally
// 24 31 103 finally
// 31 43 103 finally
// 50 85 103 finally
}
/* Error */
public final IObjectWrapper zza(IObjectWrapper paramIObjectWrapper, String paramString, int paramInt)
throws RemoteException
{
// Byte code:
// 0: invokestatic 30 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 3: astore 4
// 5: invokestatic 30 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 8: astore 5
// 10: aload 4
// 12: ldc 32
// 14: invokevirtual 36 android/os/Parcel:writeInterfaceToken (Ljava/lang/String;)V
// 17: aload_1
// 18: ifnull +70 -> 88
// 21: aload_1
// 22: invokeinterface 40 1 0
// 27: astore_1
// 28: aload 4
// 30: aload_1
// 31: invokevirtual 43 android/os/Parcel:writeStrongBinder (Landroid/os/IBinder;)V
// 34: aload 4
// 36: aload_2
// 37: invokevirtual 46 android/os/Parcel:writeString (Ljava/lang/String;)V
// 40: aload 4
// 42: iload_3
// 43: invokevirtual 50 android/os/Parcel:writeInt (I)V
// 46: aload_0
// 47: getfield 18 com/google/android/gms/dynamite/zza$zza$a:a Landroid/os/IBinder;
// 50: iconst_2
// 51: aload 4
// 53: aload 5
// 55: iconst_0
// 56: invokeinterface 56 5 0
// 61: pop
// 62: aload 5
// 64: invokevirtual 59 android/os/Parcel:readException ()V
// 67: aload 5
// 69: invokevirtual 71 android/os/Parcel:readStrongBinder ()Landroid/os/IBinder;
// 72: invokestatic 77 com/google/android/gms/dynamic/IObjectWrapper$zza:zzcd (Landroid/os/IBinder;)Lcom/google/android/gms/dynamic/IObjectWrapper;
// 75: astore_1
// 76: aload 5
// 78: invokevirtual 66 android/os/Parcel:recycle ()V
// 81: aload 4
// 83: invokevirtual 66 android/os/Parcel:recycle ()V
// 86: aload_1
// 87: areturn
// 88: aconst_null
// 89: astore_1
// 90: goto -62 -> 28
// 93: astore_1
// 94: aload 5
// 96: invokevirtual 66 android/os/Parcel:recycle ()V
// 99: aload 4
// 101: invokevirtual 66 android/os/Parcel:recycle ()V
// 104: aload_1
// 105: athrow
// Local variable table:
// start length slot name signature
// 0 106 0 this a
// 0 106 1 paramIObjectWrapper IObjectWrapper
// 0 106 2 paramString String
// 0 106 3 paramInt int
// 3 97 4 localParcel1 Parcel
// 8 87 5 localParcel2 Parcel
// Exception table:
// from to target type
// 10 17 93 finally
// 21 28 93 finally
// 28 76 93 finally
}
/* Error */
public final int zze(IObjectWrapper paramIObjectWrapper, String paramString)
throws RemoteException
{
// Byte code:
// 0: invokestatic 30 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 3: astore 4
// 5: invokestatic 30 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 8: astore 5
// 10: aload 4
// 12: ldc 32
// 14: invokevirtual 36 android/os/Parcel:writeInterfaceToken (Ljava/lang/String;)V
// 17: aload_1
// 18: ifnull +61 -> 79
// 21: aload_1
// 22: invokeinterface 40 1 0
// 27: astore_1
// 28: aload 4
// 30: aload_1
// 31: invokevirtual 43 android/os/Parcel:writeStrongBinder (Landroid/os/IBinder;)V
// 34: aload 4
// 36: aload_2
// 37: invokevirtual 46 android/os/Parcel:writeString (Ljava/lang/String;)V
// 40: aload_0
// 41: getfield 18 com/google/android/gms/dynamite/zza$zza$a:a Landroid/os/IBinder;
// 44: iconst_1
// 45: aload 4
// 47: aload 5
// 49: iconst_0
// 50: invokeinterface 56 5 0
// 55: pop
// 56: aload 5
// 58: invokevirtual 59 android/os/Parcel:readException ()V
// 61: aload 5
// 63: invokevirtual 63 android/os/Parcel:readInt ()I
// 66: istore_3
// 67: aload 5
// 69: invokevirtual 66 android/os/Parcel:recycle ()V
// 72: aload 4
// 74: invokevirtual 66 android/os/Parcel:recycle ()V
// 77: iload_3
// 78: ireturn
// 79: aconst_null
// 80: astore_1
// 81: goto -53 -> 28
// 84: astore_1
// 85: aload 5
// 87: invokevirtual 66 android/os/Parcel:recycle ()V
// 90: aload 4
// 92: invokevirtual 66 android/os/Parcel:recycle ()V
// 95: aload_1
// 96: athrow
// Local variable table:
// start length slot name signature
// 0 97 0 this a
// 0 97 1 paramIObjectWrapper IObjectWrapper
// 0 97 2 paramString String
// 66 12 3 i int
// 3 88 4 localParcel1 Parcel
// 8 78 5 localParcel2 Parcel
// Exception table:
// from to target type
// 10 17 84 finally
// 21 28 84 finally
// 28 67 84 finally
}
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/google/android/gms/dynamite/zza.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/