zzaqd.java
11.2 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
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;
import com.google.android.gms.dynamic.IObjectWrapper;
import com.google.android.gms.dynamic.IObjectWrapper.zza;
public abstract interface zzaqd
extends IInterface
{
public abstract boolean getBooleanFlagValue(String paramString, boolean paramBoolean, int paramInt)
throws RemoteException;
public abstract int getIntFlagValue(String paramString, int paramInt1, int paramInt2)
throws RemoteException;
public abstract long getLongFlagValue(String paramString, long paramLong, int paramInt)
throws RemoteException;
public abstract String getStringFlagValue(String paramString1, String paramString2, int paramInt)
throws RemoteException;
public abstract void init(IObjectWrapper paramIObjectWrapper)
throws RemoteException;
public static abstract class zza
extends Binder
implements zzaqd
{
public zza()
{
attachInterface(this, "com.google.android.gms.flags.IFlagProvider");
}
public static zzaqd asInterface(IBinder paramIBinder)
{
if (paramIBinder == null) {
return null;
}
IInterface localIInterface = paramIBinder.queryLocalInterface("com.google.android.gms.flags.IFlagProvider");
if ((localIInterface != null) && ((localIInterface instanceof zzaqd))) {
return (zzaqd)localIInterface;
}
return new a(paramIBinder);
}
public IBinder asBinder()
{
return this;
}
public boolean onTransact(int paramInt1, Parcel paramParcel1, Parcel paramParcel2, int paramInt2)
throws RemoteException
{
int i = 0;
switch (paramInt1)
{
default:
return super.onTransact(paramInt1, paramParcel1, paramParcel2, paramInt2);
case 1598968902:
paramParcel2.writeString("com.google.android.gms.flags.IFlagProvider");
return true;
case 1:
paramParcel1.enforceInterface("com.google.android.gms.flags.IFlagProvider");
init(IObjectWrapper.zza.zzcd(paramParcel1.readStrongBinder()));
paramParcel2.writeNoException();
return true;
case 2:
paramParcel1.enforceInterface("com.google.android.gms.flags.IFlagProvider");
String str = paramParcel1.readString();
if (paramParcel1.readInt() != 0) {}
for (boolean bool = true;; bool = false)
{
bool = getBooleanFlagValue(str, bool, paramParcel1.readInt());
paramParcel2.writeNoException();
paramInt1 = i;
if (bool) {
paramInt1 = 1;
}
paramParcel2.writeInt(paramInt1);
return true;
}
case 3:
paramParcel1.enforceInterface("com.google.android.gms.flags.IFlagProvider");
paramInt1 = getIntFlagValue(paramParcel1.readString(), paramParcel1.readInt(), paramParcel1.readInt());
paramParcel2.writeNoException();
paramParcel2.writeInt(paramInt1);
return true;
case 4:
paramParcel1.enforceInterface("com.google.android.gms.flags.IFlagProvider");
long l = getLongFlagValue(paramParcel1.readString(), paramParcel1.readLong(), paramParcel1.readInt());
paramParcel2.writeNoException();
paramParcel2.writeLong(l);
return true;
}
paramParcel1.enforceInterface("com.google.android.gms.flags.IFlagProvider");
paramParcel1 = getStringFlagValue(paramParcel1.readString(), paramParcel1.readString(), paramParcel1.readInt());
paramParcel2.writeNoException();
paramParcel2.writeString(paramParcel1);
return true;
}
static final class a
implements zzaqd
{
private IBinder a;
a(IBinder paramIBinder)
{
this.a = paramIBinder;
}
public final IBinder asBinder()
{
return this.a;
}
/* Error */
public final boolean getBooleanFlagValue(String paramString, boolean paramBoolean, int paramInt)
throws RemoteException
{
// Byte code:
// 0: iconst_1
// 1: istore 5
// 3: invokestatic 31 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 6: astore 6
// 8: invokestatic 31 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 11: astore 7
// 13: aload 6
// 15: ldc 33
// 17: invokevirtual 37 android/os/Parcel:writeInterfaceToken (Ljava/lang/String;)V
// 20: aload 6
// 22: aload_1
// 23: invokevirtual 40 android/os/Parcel:writeString (Ljava/lang/String;)V
// 26: iload_2
// 27: ifeq +65 -> 92
// 30: iconst_1
// 31: istore 4
// 33: aload 6
// 35: iload 4
// 37: invokevirtual 44 android/os/Parcel:writeInt (I)V
// 40: aload 6
// 42: iload_3
// 43: invokevirtual 44 android/os/Parcel:writeInt (I)V
// 46: aload_0
// 47: getfield 18 com/google/android/gms/internal/zzaqd$zza$a:a Landroid/os/IBinder;
// 50: iconst_2
// 51: aload 6
// 53: aload 7
// 55: iconst_0
// 56: invokeinterface 50 5 0
// 61: pop
// 62: aload 7
// 64: invokevirtual 53 android/os/Parcel:readException ()V
// 67: aload 7
// 69: invokevirtual 57 android/os/Parcel:readInt ()I
// 72: istore_3
// 73: iload_3
// 74: ifeq +24 -> 98
// 77: iload 5
// 79: istore_2
// 80: aload 7
// 82: invokevirtual 60 android/os/Parcel:recycle ()V
// 85: aload 6
// 87: invokevirtual 60 android/os/Parcel:recycle ()V
// 90: iload_2
// 91: ireturn
// 92: iconst_0
// 93: istore 4
// 95: goto -62 -> 33
// 98: iconst_0
// 99: istore_2
// 100: goto -20 -> 80
// 103: astore_1
// 104: aload 7
// 106: invokevirtual 60 android/os/Parcel:recycle ()V
// 109: aload 6
// 111: invokevirtual 60 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 paramString String
// 0 116 2 paramBoolean boolean
// 0 116 3 paramInt int
// 31 63 4 i int
// 1 77 5 bool boolean
// 6 104 6 localParcel1 Parcel
// 11 94 7 localParcel2 Parcel
// Exception table:
// from to target type
// 13 26 103 finally
// 33 73 103 finally
}
public final int getIntFlagValue(String paramString, int paramInt1, int paramInt2)
throws RemoteException
{
Parcel localParcel1 = Parcel.obtain();
Parcel localParcel2 = Parcel.obtain();
try
{
localParcel1.writeInterfaceToken("com.google.android.gms.flags.IFlagProvider");
localParcel1.writeString(paramString);
localParcel1.writeInt(paramInt1);
localParcel1.writeInt(paramInt2);
this.a.transact(3, localParcel1, localParcel2, 0);
localParcel2.readException();
paramInt1 = localParcel2.readInt();
return paramInt1;
}
finally
{
localParcel2.recycle();
localParcel1.recycle();
}
}
public final long getLongFlagValue(String paramString, long paramLong, int paramInt)
throws RemoteException
{
Parcel localParcel1 = Parcel.obtain();
Parcel localParcel2 = Parcel.obtain();
try
{
localParcel1.writeInterfaceToken("com.google.android.gms.flags.IFlagProvider");
localParcel1.writeString(paramString);
localParcel1.writeLong(paramLong);
localParcel1.writeInt(paramInt);
this.a.transact(4, localParcel1, localParcel2, 0);
localParcel2.readException();
paramLong = localParcel2.readLong();
return paramLong;
}
finally
{
localParcel2.recycle();
localParcel1.recycle();
}
}
public final String getStringFlagValue(String paramString1, String paramString2, int paramInt)
throws RemoteException
{
Parcel localParcel1 = Parcel.obtain();
Parcel localParcel2 = Parcel.obtain();
try
{
localParcel1.writeInterfaceToken("com.google.android.gms.flags.IFlagProvider");
localParcel1.writeString(paramString1);
localParcel1.writeString(paramString2);
localParcel1.writeInt(paramInt);
this.a.transact(5, localParcel1, localParcel2, 0);
localParcel2.readException();
paramString1 = localParcel2.readString();
return paramString1;
}
finally
{
localParcel2.recycle();
localParcel1.recycle();
}
}
/* Error */
public final void init(IObjectWrapper paramIObjectWrapper)
throws RemoteException
{
// Byte code:
// 0: invokestatic 31 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 3: astore_2
// 4: invokestatic 31 android/os/Parcel:obtain ()Landroid/os/Parcel;
// 7: astore_3
// 8: aload_2
// 9: ldc 33
// 11: invokevirtual 37 android/os/Parcel:writeInterfaceToken (Ljava/lang/String;)V
// 14: aload_1
// 15: ifnull +42 -> 57
// 18: aload_1
// 19: invokeinterface 85 1 0
// 24: astore_1
// 25: aload_2
// 26: aload_1
// 27: invokevirtual 88 android/os/Parcel:writeStrongBinder (Landroid/os/IBinder;)V
// 30: aload_0
// 31: getfield 18 com/google/android/gms/internal/zzaqd$zza$a:a Landroid/os/IBinder;
// 34: iconst_1
// 35: aload_2
// 36: aload_3
// 37: iconst_0
// 38: invokeinterface 50 5 0
// 43: pop
// 44: aload_3
// 45: invokevirtual 53 android/os/Parcel:readException ()V
// 48: aload_3
// 49: invokevirtual 60 android/os/Parcel:recycle ()V
// 52: aload_2
// 53: invokevirtual 60 android/os/Parcel:recycle ()V
// 56: return
// 57: aconst_null
// 58: astore_1
// 59: goto -34 -> 25
// 62: astore_1
// 63: aload_3
// 64: invokevirtual 60 android/os/Parcel:recycle ()V
// 67: aload_2
// 68: invokevirtual 60 android/os/Parcel:recycle ()V
// 71: aload_1
// 72: athrow
// Local variable table:
// start length slot name signature
// 0 73 0 this a
// 0 73 1 paramIObjectWrapper IObjectWrapper
// 3 65 2 localParcel1 Parcel
// 7 57 3 localParcel2 Parcel
// Exception table:
// from to target type
// 8 14 62 finally
// 18 25 62 finally
// 25 48 62 finally
}
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/google/android/gms/internal/zzaqd.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/