zzbap.java
13.6 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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
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.Parcelable.Creator;
import android.os.RemoteException;
import com.google.android.gms.auth.api.signin.GoogleSignInAccount;
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.api.Status;
public abstract interface zzbap
extends IInterface
{
public abstract void zza(ConnectionResult paramConnectionResult, zzbak paramzzbak)
throws RemoteException;
public abstract void zza(Status paramStatus, GoogleSignInAccount paramGoogleSignInAccount)
throws RemoteException;
public abstract void zzb(zzbaw paramzzbaw)
throws RemoteException;
public abstract void zzbL(Status paramStatus)
throws RemoteException;
public abstract void zzbM(Status paramStatus)
throws RemoteException;
public static abstract class zza
extends Binder
implements zzbap
{
public zza()
{
attachInterface(this, "com.google.android.gms.signin.internal.ISignInCallbacks");
}
public static zzbap zzfe(IBinder paramIBinder)
{
if (paramIBinder == null) {
return null;
}
IInterface localIInterface = paramIBinder.queryLocalInterface("com.google.android.gms.signin.internal.ISignInCallbacks");
if ((localIInterface != null) && ((localIInterface instanceof zzbap))) {
return (zzbap)localIInterface;
}
return new a(paramIBinder);
}
public IBinder asBinder()
{
return this;
}
public boolean onTransact(int paramInt1, Parcel paramParcel1, Parcel paramParcel2, int paramInt2)
throws RemoteException
{
Object localObject;
switch (paramInt1)
{
default:
return super.onTransact(paramInt1, paramParcel1, paramParcel2, paramInt2);
case 1598968902:
paramParcel2.writeString("com.google.android.gms.signin.internal.ISignInCallbacks");
return true;
case 3:
paramParcel1.enforceInterface("com.google.android.gms.signin.internal.ISignInCallbacks");
if (paramParcel1.readInt() != 0)
{
localObject = (ConnectionResult)ConnectionResult.CREATOR.createFromParcel(paramParcel1);
if (paramParcel1.readInt() == 0) {
break label144;
}
}
for (paramParcel1 = (zzbak)zzbak.CREATOR.createFromParcel(paramParcel1);; paramParcel1 = null)
{
zza((ConnectionResult)localObject, paramParcel1);
paramParcel2.writeNoException();
return true;
localObject = null;
break;
}
case 4:
paramParcel1.enforceInterface("com.google.android.gms.signin.internal.ISignInCallbacks");
if (paramParcel1.readInt() != 0) {}
for (paramParcel1 = (Status)Status.CREATOR.createFromParcel(paramParcel1);; paramParcel1 = null)
{
zzbL(paramParcel1);
paramParcel2.writeNoException();
return true;
}
case 6:
paramParcel1.enforceInterface("com.google.android.gms.signin.internal.ISignInCallbacks");
if (paramParcel1.readInt() != 0) {}
for (paramParcel1 = (Status)Status.CREATOR.createFromParcel(paramParcel1);; paramParcel1 = null)
{
zzbM(paramParcel1);
paramParcel2.writeNoException();
return true;
}
case 7:
label144:
paramParcel1.enforceInterface("com.google.android.gms.signin.internal.ISignInCallbacks");
if (paramParcel1.readInt() != 0)
{
localObject = (Status)Status.CREATOR.createFromParcel(paramParcel1);
if (paramParcel1.readInt() == 0) {
break label299;
}
}
label299:
for (paramParcel1 = (GoogleSignInAccount)GoogleSignInAccount.CREATOR.createFromParcel(paramParcel1);; paramParcel1 = null)
{
zza((Status)localObject, paramParcel1);
paramParcel2.writeNoException();
return true;
localObject = null;
break;
}
}
paramParcel1.enforceInterface("com.google.android.gms.signin.internal.ISignInCallbacks");
if (paramParcel1.readInt() != 0) {}
for (paramParcel1 = (zzbaw)zzbaw.CREATOR.createFromParcel(paramParcel1);; paramParcel1 = null)
{
zzb(paramParcel1);
paramParcel2.writeNoException();
return true;
}
}
static final class a
implements zzbap
{
private IBinder a;
a(IBinder paramIBinder)
{
this.a = paramIBinder;
}
public final IBinder asBinder()
{
return this.a;
}
public final void zza(ConnectionResult paramConnectionResult, zzbak paramzzbak)
throws RemoteException
{
Parcel localParcel1 = Parcel.obtain();
Parcel localParcel2 = Parcel.obtain();
for (;;)
{
try
{
localParcel1.writeInterfaceToken("com.google.android.gms.signin.internal.ISignInCallbacks");
if (paramConnectionResult != null)
{
localParcel1.writeInt(1);
paramConnectionResult.writeToParcel(localParcel1, 0);
if (paramzzbak != null)
{
localParcel1.writeInt(1);
paramzzbak.writeToParcel(localParcel1, 0);
this.a.transact(3, localParcel1, localParcel2, 0);
localParcel2.readException();
}
}
else
{
localParcel1.writeInt(0);
continue;
}
localParcel1.writeInt(0);
}
finally
{
localParcel2.recycle();
localParcel1.recycle();
}
}
}
public final void zza(Status paramStatus, GoogleSignInAccount paramGoogleSignInAccount)
throws RemoteException
{
Parcel localParcel1 = Parcel.obtain();
Parcel localParcel2 = Parcel.obtain();
for (;;)
{
try
{
localParcel1.writeInterfaceToken("com.google.android.gms.signin.internal.ISignInCallbacks");
if (paramStatus != null)
{
localParcel1.writeInt(1);
paramStatus.writeToParcel(localParcel1, 0);
if (paramGoogleSignInAccount != null)
{
localParcel1.writeInt(1);
paramGoogleSignInAccount.writeToParcel(localParcel1, 0);
this.a.transact(7, localParcel1, localParcel2, 0);
localParcel2.readException();
}
}
else
{
localParcel1.writeInt(0);
continue;
}
localParcel1.writeInt(0);
}
finally
{
localParcel2.recycle();
localParcel1.recycle();
}
}
}
/* Error */
public final void zzb(zzbaw paramzzbaw)
throws RemoteException
{
// Byte code:
// 0: invokestatic 30 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 3: astore_2
// 4: invokestatic 30 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 7: astore_3
// 8: aload_2
// 9: ldc 32
// 11: invokevirtual 36 android/os/Parcel:writeInterfaceToken (Ljava/lang/String;)V
// 14: aload_1
// 15: ifnull +42 -> 57
// 18: aload_2
// 19: iconst_1
// 20: invokevirtual 40 android/os/Parcel:writeInt (I)V
// 23: aload_1
// 24: aload_2
// 25: iconst_0
// 26: invokevirtual 74 com/google/android/gms/internal/zzbaw:writeToParcel (Landroid/os/Parcel;I)V
// 29: aload_0
// 30: getfield 18 com/google/android/gms/internal/zzbap$zza$a:a Landroid/os/IBinder;
// 33: bipush 8
// 35: aload_2
// 36: aload_3
// 37: iconst_0
// 38: invokeinterface 55 5 0
// 43: pop
// 44: aload_3
// 45: invokevirtual 58 android/os/Parcel:readException ()V
// 48: aload_3
// 49: invokevirtual 61 android/os/Parcel:recycle ()V
// 52: aload_2
// 53: invokevirtual 61 android/os/Parcel:recycle ()V
// 56: return
// 57: aload_2
// 58: iconst_0
// 59: invokevirtual 40 android/os/Parcel:writeInt (I)V
// 62: goto -33 -> 29
// 65: astore_1
// 66: aload_3
// 67: invokevirtual 61 android/os/Parcel:recycle ()V
// 70: aload_2
// 71: invokevirtual 61 android/os/Parcel:recycle ()V
// 74: aload_1
// 75: athrow
// Local variable table:
// start length slot name signature
// 0 76 0 this a
// 0 76 1 paramzzbaw zzbaw
// 3 68 2 localParcel1 Parcel
// 7 60 3 localParcel2 Parcel
// Exception table:
// from to target type
// 8 14 65 finally
// 18 29 65 finally
// 29 48 65 finally
// 57 62 65 finally
}
/* Error */
public final void zzbL(Status paramStatus)
throws RemoteException
{
// Byte code:
// 0: invokestatic 30 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 3: astore_2
// 4: invokestatic 30 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 7: astore_3
// 8: aload_2
// 9: ldc 32
// 11: invokevirtual 36 android/os/Parcel:writeInterfaceToken (Ljava/lang/String;)V
// 14: aload_1
// 15: ifnull +41 -> 56
// 18: aload_2
// 19: iconst_1
// 20: invokevirtual 40 android/os/Parcel:writeInt (I)V
// 23: aload_1
// 24: aload_2
// 25: iconst_0
// 26: invokevirtual 66 com/google/android/gms/common/api/Status:writeToParcel (Landroid/os/Parcel;I)V
// 29: aload_0
// 30: getfield 18 com/google/android/gms/internal/zzbap$zza$a:a Landroid/os/IBinder;
// 33: iconst_4
// 34: aload_2
// 35: aload_3
// 36: iconst_0
// 37: invokeinterface 55 5 0
// 42: pop
// 43: aload_3
// 44: invokevirtual 58 android/os/Parcel:readException ()V
// 47: aload_3
// 48: invokevirtual 61 android/os/Parcel:recycle ()V
// 51: aload_2
// 52: invokevirtual 61 android/os/Parcel:recycle ()V
// 55: return
// 56: aload_2
// 57: iconst_0
// 58: invokevirtual 40 android/os/Parcel:writeInt (I)V
// 61: goto -32 -> 29
// 64: astore_1
// 65: aload_3
// 66: invokevirtual 61 android/os/Parcel:recycle ()V
// 69: aload_2
// 70: invokevirtual 61 android/os/Parcel:recycle ()V
// 73: aload_1
// 74: athrow
// Local variable table:
// start length slot name signature
// 0 75 0 this a
// 0 75 1 paramStatus Status
// 3 67 2 localParcel1 Parcel
// 7 59 3 localParcel2 Parcel
// Exception table:
// from to target type
// 8 14 64 finally
// 18 29 64 finally
// 29 47 64 finally
// 56 61 64 finally
}
/* Error */
public final void zzbM(Status paramStatus)
throws RemoteException
{
// Byte code:
// 0: invokestatic 30 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 3: astore_2
// 4: invokestatic 30 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 7: astore_3
// 8: aload_2
// 9: ldc 32
// 11: invokevirtual 36 android/os/Parcel:writeInterfaceToken (Ljava/lang/String;)V
// 14: aload_1
// 15: ifnull +42 -> 57
// 18: aload_2
// 19: iconst_1
// 20: invokevirtual 40 android/os/Parcel:writeInt (I)V
// 23: aload_1
// 24: aload_2
// 25: iconst_0
// 26: invokevirtual 66 com/google/android/gms/common/api/Status:writeToParcel (Landroid/os/Parcel;I)V
// 29: aload_0
// 30: getfield 18 com/google/android/gms/internal/zzbap$zza$a:a Landroid/os/IBinder;
// 33: bipush 6
// 35: aload_2
// 36: aload_3
// 37: iconst_0
// 38: invokeinterface 55 5 0
// 43: pop
// 44: aload_3
// 45: invokevirtual 58 android/os/Parcel:readException ()V
// 48: aload_3
// 49: invokevirtual 61 android/os/Parcel:recycle ()V
// 52: aload_2
// 53: invokevirtual 61 android/os/Parcel:recycle ()V
// 56: return
// 57: aload_2
// 58: iconst_0
// 59: invokevirtual 40 android/os/Parcel:writeInt (I)V
// 62: goto -33 -> 29
// 65: astore_1
// 66: aload_3
// 67: invokevirtual 61 android/os/Parcel:recycle ()V
// 70: aload_2
// 71: invokevirtual 61 android/os/Parcel:recycle ()V
// 74: aload_1
// 75: athrow
// Local variable table:
// start length slot name signature
// 0 76 0 this a
// 0 76 1 paramStatus Status
// 3 68 2 localParcel1 Parcel
// 7 60 3 localParcel2 Parcel
// Exception table:
// from to target type
// 8 14 65 finally
// 18 29 65 finally
// 29 48 65 finally
// 57 62 65 finally
}
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/google/android/gms/internal/zzbap.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/