zzauf.java
21.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
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
package com.google.android.gms.internal;
import android.content.Context;
import android.os.Binder;
import android.support.annotation.BinderThread;
import android.support.annotation.Nullable;
import android.text.TextUtils;
import com.google.android.gms.common.internal.zzac;
import com.google.android.gms.common.util.zze;
import com.google.android.gms.common.util.zzy;
import com.google.android.gms.common.zzg;
import com.google.android.gms.common.zzh;
import com.google.android.gms.measurement.AppMeasurement.zzf;
import ib;
import java.util.Collections;
import java.util.List;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Future;
public class zzauf
extends zzatt.zza
{
private final zzaue a;
private Boolean b;
@Nullable
private String c;
public zzauf(zzaue paramzzaue)
{
this(paramzzaue, null);
}
public zzauf(zzaue paramzzaue, @Nullable String paramString)
{
zzac.zzw(paramzzaue);
this.a = paramzzaue;
this.c = paramString;
}
@BinderThread
private void a(zzatd paramzzatd)
{
zzac.zzw(paramzzatd);
a(paramzzatd.packageName, false);
this.a.zzKh().zzga(paramzzatd.zzbqL);
}
@BinderThread
private void a(String paramString, boolean paramBoolean)
{
if (TextUtils.isEmpty(paramString))
{
this.a.zzKl().zzLY().log("Measurement Service called without app package");
throw new SecurityException("Measurement Service called without app package");
}
try
{
zzn(paramString, paramBoolean);
return;
}
catch (SecurityException localSecurityException)
{
this.a.zzKl().zzLY().zzj("Measurement Service called with invalid calling package. appId", zzatx.zzfE(paramString));
throw localSecurityException;
}
}
/* Error */
@BinderThread
public List<zzauq> zza(final zzatd paramzzatd, boolean paramBoolean)
{
// Byte code:
// 0: aload_0
// 1: aload_1
// 2: invokespecial 141 com/google/android/gms/internal/zzauf:a (Lcom/google/android/gms/internal/zzatd;)V
// 5: aload_0
// 6: getfield 62 com/google/android/gms/internal/zzauf:a Lcom/google/android/gms/internal/zzaue;
// 9: invokevirtual 145 com/google/android/gms/internal/zzaue:zzKk ()Lcom/google/android/gms/internal/zzaud;
// 12: new 34 com/google/android/gms/internal/zzauf$7
// 15: dup
// 16: aload_0
// 17: aload_1
// 18: invokespecial 148 com/google/android/gms/internal/zzauf$7:<init> (Lcom/google/android/gms/internal/zzauf;Lcom/google/android/gms/internal/zzatd;)V
// 21: invokevirtual 154 com/google/android/gms/internal/zzaud:zzd (Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Future;
// 24: astore_3
// 25: aload_3
// 26: invokeinterface 160 1 0
// 31: checkcast 162 java/util/List
// 34: astore 4
// 36: new 164 java/util/ArrayList
// 39: dup
// 40: aload 4
// 42: invokeinterface 168 1 0
// 47: invokespecial 171 java/util/ArrayList:<init> (I)V
// 50: astore_3
// 51: aload 4
// 53: invokeinterface 175 1 0
// 58: astore 4
// 60: aload 4
// 62: invokeinterface 181 1 0
// 67: ifeq +75 -> 142
// 70: aload 4
// 72: invokeinterface 184 1 0
// 77: checkcast 186 ib
// 80: astore 5
// 82: iload_2
// 83: ifne +14 -> 97
// 86: aload 5
// 88: getfield 187 ib:c Ljava/lang/String;
// 91: invokestatic 190 com/google/android/gms/internal/zzaut:zzgd (Ljava/lang/String;)Z
// 94: ifne -34 -> 60
// 97: aload_3
// 98: new 192 com/google/android/gms/internal/zzauq
// 101: dup
// 102: aload 5
// 104: invokespecial 195 com/google/android/gms/internal/zzauq:<init> (Lib;)V
// 107: invokeinterface 199 2 0
// 112: pop
// 113: goto -53 -> 60
// 116: astore_3
// 117: aload_0
// 118: getfield 62 com/google/android/gms/internal/zzauf:a Lcom/google/android/gms/internal/zzaue;
// 121: invokevirtual 104 com/google/android/gms/internal/zzaue:zzKl ()Lcom/google/android/gms/internal/zzatx;
// 124: invokevirtual 110 com/google/android/gms/internal/zzatx:zzLY ()Lcom/google/android/gms/internal/zzatx$zza;
// 127: ldc -55
// 129: aload_1
// 130: getfield 73 com/google/android/gms/internal/zzatd:packageName Ljava/lang/String;
// 133: invokestatic 129 com/google/android/gms/internal/zzatx:zzfE (Ljava/lang/String;)Ljava/lang/Object;
// 136: aload_3
// 137: invokevirtual 205 com/google/android/gms/internal/zzatx$zza:zze (Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
// 140: aconst_null
// 141: areturn
// 142: aload_3
// 143: areturn
// 144: astore_3
// 145: goto -28 -> 117
// Local variable table:
// start length slot name signature
// 0 148 0 this zzauf
// 0 148 1 paramzzatd zzatd
// 0 148 2 paramBoolean boolean
// 24 74 3 localObject1 Object
// 116 27 3 localInterruptedException InterruptedException
// 144 1 3 localExecutionException ExecutionException
// 34 37 4 localObject2 Object
// 80 23 5 localib ib
// Exception table:
// from to target type
// 25 60 116 java/lang/InterruptedException
// 60 82 116 java/lang/InterruptedException
// 86 97 116 java/lang/InterruptedException
// 97 113 116 java/lang/InterruptedException
// 25 60 144 java/util/concurrent/ExecutionException
// 60 82 144 java/util/concurrent/ExecutionException
// 86 97 144 java/util/concurrent/ExecutionException
// 97 113 144 java/util/concurrent/ExecutionException
}
@BinderThread
public List<zzatg> zza(final String paramString1, final String paramString2, final zzatd paramzzatd)
{
a(paramzzatd);
paramString1 = this.a.zzKk().zzd(new Callable() {});
try
{
paramString1 = (List)paramString1.get();
return paramString1;
}
catch (InterruptedException paramString1)
{
this.a.zzKl().zzLY().zzj("Failed to get conditional user properties", paramString1);
return Collections.emptyList();
}
catch (ExecutionException paramString1)
{
for (;;) {}
}
}
/* Error */
@BinderThread
public List<zzauq> zza(final String paramString1, final String paramString2, final String paramString3, boolean paramBoolean)
{
// Byte code:
// 0: aload_0
// 1: aload_1
// 2: iconst_1
// 3: invokespecial 76 com/google/android/gms/internal/zzauf:a (Ljava/lang/String;Z)V
// 6: aload_0
// 7: getfield 62 com/google/android/gms/internal/zzauf:a Lcom/google/android/gms/internal/zzaue;
// 10: invokevirtual 145 com/google/android/gms/internal/zzaue:zzKk ()Lcom/google/android/gms/internal/zzaud;
// 13: new 18 com/google/android/gms/internal/zzauf$15
// 16: dup
// 17: aload_0
// 18: aload_1
// 19: aload_2
// 20: aload_3
// 21: invokespecial 224 com/google/android/gms/internal/zzauf$15:<init> (Lcom/google/android/gms/internal/zzauf;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
// 24: invokevirtual 154 com/google/android/gms/internal/zzaud:zzd (Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Future;
// 27: astore_2
// 28: aload_2
// 29: invokeinterface 160 1 0
// 34: checkcast 162 java/util/List
// 37: astore_3
// 38: new 164 java/util/ArrayList
// 41: dup
// 42: aload_3
// 43: invokeinterface 168 1 0
// 48: invokespecial 171 java/util/ArrayList:<init> (I)V
// 51: astore_2
// 52: aload_3
// 53: invokeinterface 175 1 0
// 58: astore_3
// 59: aload_3
// 60: invokeinterface 181 1 0
// 65: ifeq +74 -> 139
// 68: aload_3
// 69: invokeinterface 184 1 0
// 74: checkcast 186 ib
// 77: astore 5
// 79: iload 4
// 81: ifne +14 -> 95
// 84: aload 5
// 86: getfield 187 ib:c Ljava/lang/String;
// 89: invokestatic 190 com/google/android/gms/internal/zzaut:zzgd (Ljava/lang/String;)Z
// 92: ifne -33 -> 59
// 95: aload_2
// 96: new 192 com/google/android/gms/internal/zzauq
// 99: dup
// 100: aload 5
// 102: invokespecial 195 com/google/android/gms/internal/zzauq:<init> (Lib;)V
// 105: invokeinterface 199 2 0
// 110: pop
// 111: goto -52 -> 59
// 114: astore_2
// 115: aload_0
// 116: getfield 62 com/google/android/gms/internal/zzauf:a Lcom/google/android/gms/internal/zzaue;
// 119: invokevirtual 104 com/google/android/gms/internal/zzaue:zzKl ()Lcom/google/android/gms/internal/zzatx;
// 122: invokevirtual 110 com/google/android/gms/internal/zzatx:zzLY ()Lcom/google/android/gms/internal/zzatx$zza;
// 125: ldc -55
// 127: aload_1
// 128: invokestatic 129 com/google/android/gms/internal/zzatx:zzfE (Ljava/lang/String;)Ljava/lang/Object;
// 131: aload_2
// 132: invokevirtual 205 com/google/android/gms/internal/zzatx$zza:zze (Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
// 135: invokestatic 219 java/util/Collections:emptyList ()Ljava/util/List;
// 138: areturn
// 139: aload_2
// 140: areturn
// 141: astore_2
// 142: goto -27 -> 115
// Local variable table:
// start length slot name signature
// 0 145 0 this zzauf
// 0 145 1 paramString1 String
// 0 145 2 paramString2 String
// 0 145 3 paramString3 String
// 0 145 4 paramBoolean boolean
// 77 24 5 localib ib
// Exception table:
// from to target type
// 28 59 114 java/lang/InterruptedException
// 59 79 114 java/lang/InterruptedException
// 84 95 114 java/lang/InterruptedException
// 95 111 114 java/lang/InterruptedException
// 28 59 141 java/util/concurrent/ExecutionException
// 59 79 141 java/util/concurrent/ExecutionException
// 84 95 141 java/util/concurrent/ExecutionException
// 95 111 141 java/util/concurrent/ExecutionException
}
/* Error */
@BinderThread
public List<zzauq> zza(final String paramString1, final String paramString2, boolean paramBoolean, final zzatd paramzzatd)
{
// Byte code:
// 0: aload_0
// 1: aload 4
// 3: invokespecial 141 com/google/android/gms/internal/zzauf:a (Lcom/google/android/gms/internal/zzatd;)V
// 6: aload_0
// 7: getfield 62 com/google/android/gms/internal/zzauf:a Lcom/google/android/gms/internal/zzaue;
// 10: invokevirtual 145 com/google/android/gms/internal/zzaue:zzKk ()Lcom/google/android/gms/internal/zzaud;
// 13: new 16 com/google/android/gms/internal/zzauf$14
// 16: dup
// 17: aload_0
// 18: aload 4
// 20: aload_1
// 21: aload_2
// 22: invokespecial 227 com/google/android/gms/internal/zzauf$14:<init> (Lcom/google/android/gms/internal/zzauf;Lcom/google/android/gms/internal/zzatd;Ljava/lang/String;Ljava/lang/String;)V
// 25: invokevirtual 154 com/google/android/gms/internal/zzaud:zzd (Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Future;
// 28: astore_1
// 29: aload_1
// 30: invokeinterface 160 1 0
// 35: checkcast 162 java/util/List
// 38: astore_2
// 39: new 164 java/util/ArrayList
// 42: dup
// 43: aload_2
// 44: invokeinterface 168 1 0
// 49: invokespecial 171 java/util/ArrayList:<init> (I)V
// 52: astore_1
// 53: aload_2
// 54: invokeinterface 175 1 0
// 59: astore_2
// 60: aload_2
// 61: invokeinterface 181 1 0
// 66: ifeq +77 -> 143
// 69: aload_2
// 70: invokeinterface 184 1 0
// 75: checkcast 186 ib
// 78: astore 5
// 80: iload_3
// 81: ifne +14 -> 95
// 84: aload 5
// 86: getfield 187 ib:c Ljava/lang/String;
// 89: invokestatic 190 com/google/android/gms/internal/zzaut:zzgd (Ljava/lang/String;)Z
// 92: ifne -32 -> 60
// 95: aload_1
// 96: new 192 com/google/android/gms/internal/zzauq
// 99: dup
// 100: aload 5
// 102: invokespecial 195 com/google/android/gms/internal/zzauq:<init> (Lib;)V
// 105: invokeinterface 199 2 0
// 110: pop
// 111: goto -51 -> 60
// 114: astore_1
// 115: aload_0
// 116: getfield 62 com/google/android/gms/internal/zzauf:a Lcom/google/android/gms/internal/zzaue;
// 119: invokevirtual 104 com/google/android/gms/internal/zzaue:zzKl ()Lcom/google/android/gms/internal/zzatx;
// 122: invokevirtual 110 com/google/android/gms/internal/zzatx:zzLY ()Lcom/google/android/gms/internal/zzatx$zza;
// 125: ldc -55
// 127: aload 4
// 129: getfield 73 com/google/android/gms/internal/zzatd:packageName Ljava/lang/String;
// 132: invokestatic 129 com/google/android/gms/internal/zzatx:zzfE (Ljava/lang/String;)Ljava/lang/Object;
// 135: aload_1
// 136: invokevirtual 205 com/google/android/gms/internal/zzatx$zza:zze (Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
// 139: invokestatic 219 java/util/Collections:emptyList ()Ljava/util/List;
// 142: areturn
// 143: aload_1
// 144: areturn
// 145: astore_1
// 146: goto -31 -> 115
// Local variable table:
// start length slot name signature
// 0 149 0 this zzauf
// 0 149 1 paramString1 String
// 0 149 2 paramString2 String
// 0 149 3 paramBoolean boolean
// 0 149 4 paramzzatd zzatd
// 78 23 5 localib ib
// Exception table:
// from to target type
// 29 60 114 java/lang/InterruptedException
// 60 80 114 java/lang/InterruptedException
// 84 95 114 java/lang/InterruptedException
// 95 111 114 java/lang/InterruptedException
// 29 60 145 java/util/concurrent/ExecutionException
// 60 80 145 java/util/concurrent/ExecutionException
// 84 95 145 java/util/concurrent/ExecutionException
// 95 111 145 java/util/concurrent/ExecutionException
}
@BinderThread
public void zza(final long paramLong, final String paramString1, final String paramString2, final String paramString3)
{
this.a.zzKk().zzm(new Runnable()
{
public final void run()
{
if (paramString2 == null)
{
zzauf.a(zzauf.this).zzKe().zza(paramString3, null);
return;
}
AppMeasurement.zzf localzzf = new AppMeasurement.zzf();
localzzf.zzbqf = paramString1;
localzzf.zzbqg = paramString2;
localzzf.zzbqh = paramLong;
zzauf.a(zzauf.this).zzKe().zza(paramString3, localzzf);
}
});
}
@BinderThread
public void zza(final zzatd paramzzatd)
{
a(paramzzatd);
this.a.zzKk().zzm(new Runnable()
{
public final void run()
{
zzauf.a(zzauf.this).c();
zzauf.a(zzauf.this).zze(paramzzatd);
}
});
}
@BinderThread
public void zza(zzatg paramzzatg, final zzatd paramzzatd)
{
zzac.zzw(paramzzatg);
zzac.zzw(paramzzatg.zzbqW);
a(paramzzatd);
final zzatg localzzatg = new zzatg(paramzzatg);
localzzatg.packageName = paramzzatd.packageName;
if (paramzzatg.zzbqW.getValue() == null)
{
this.a.zzKk().zzm(new Runnable()
{
public final void run()
{
zzauf.a(zzauf.this).c();
zzauf.a(zzauf.this).b(localzzatg, paramzzatd);
}
});
return;
}
this.a.zzKk().zzm(new Runnable()
{
public final void run()
{
zzauf.a(zzauf.this).c();
zzauf.a(zzauf.this).a(localzzatg, paramzzatd);
}
});
}
@BinderThread
public void zza(final zzatq paramzzatq, final zzatd paramzzatd)
{
zzac.zzw(paramzzatq);
a(paramzzatd);
this.a.zzKk().zzm(new Runnable()
{
public final void run()
{
zzauf.a(zzauf.this).c();
zzauf.a(zzauf.this).a(paramzzatq, paramzzatd);
}
});
}
@BinderThread
public void zza(final zzatq paramzzatq, final String paramString1, String paramString2)
{
zzac.zzw(paramzzatq);
zzac.zzdr(paramString1);
a(paramString1, true);
this.a.zzKk().zzm(new Runnable()
{
public final void run()
{
zzauf.a(zzauf.this).c();
zzauf.a(zzauf.this).a(paramzzatq, paramString1);
}
});
}
@BinderThread
public void zza(final zzauq paramzzauq, final zzatd paramzzatd)
{
zzac.zzw(paramzzauq);
a(paramzzatd);
if (paramzzauq.getValue() == null)
{
this.a.zzKk().zzm(new Runnable()
{
public final void run()
{
zzauf.a(zzauf.this).c();
zzaue localzzaue = zzauf.a(zzauf.this);
zzauq localzzauq = paramzzauq;
zzatd localzzatd = paramzzatd;
localzzaue.zzmR();
localzzaue.a();
if (!TextUtils.isEmpty(localzzatd.zzbqL))
{
if (!localzzatd.zzbqQ) {
localzzaue.a(localzzatd);
}
}
else {
return;
}
localzzaue.zzKl().zzMd().zzj("Removing user property", localzzauq.name);
localzzaue.zzKg().a();
try
{
localzzaue.a(localzzatd);
localzzaue.zzKg().b(localzzatd.packageName, localzzauq.name);
localzzaue.zzKg().b();
localzzaue.zzKl().zzMd().zzj("User property removed", localzzauq.name);
return;
}
finally
{
localzzaue.zzKg().c();
}
}
});
return;
}
this.a.zzKk().zzm(new Runnable()
{
public final void run()
{
zzauf.a(zzauf.this).c();
zzauf.a(zzauf.this).a(paramzzauq, paramzzatd);
}
});
}
@BinderThread
public byte[] zza(final zzatq paramzzatq, final String paramString)
{
zzac.zzdr(paramString);
zzac.zzw(paramzzatq);
a(paramString, true);
this.a.zzKl().zzMd().zzj("Log and bundle. event", paramzzatq.name);
long l1 = this.a.zznR().nanoTime() / 1000000L;
Object localObject = this.a.zzKk().zze(new Callable() {});
try
{
byte[] arrayOfByte = (byte[])((Future)localObject).get();
localObject = arrayOfByte;
if (arrayOfByte == null)
{
this.a.zzKl().zzLY().zzj("Log and bundle returned null. appId", zzatx.zzfE(paramString));
localObject = new byte[0];
}
long l2 = this.a.zznR().nanoTime() / 1000000L;
this.a.zzKl().zzMd().zzd("Log and bundle processed. event, size, time_ms", paramzzatq.name, Integer.valueOf(localObject.length), Long.valueOf(l2 - l1));
return (byte[])localObject;
}
catch (InterruptedException localInterruptedException)
{
this.a.zzKl().zzLY().zzd("Failed to log and bundle. appId, event, error", zzatx.zzfE(paramString), paramzzatq.name, localInterruptedException);
return null;
}
catch (ExecutionException localExecutionException)
{
for (;;) {}
}
}
@BinderThread
public void zzb(final zzatd paramzzatd)
{
a(paramzzatd);
this.a.zzKk().zzm(new Runnable()
{
public final void run()
{
zzauf.a(zzauf.this).c();
zzaue localzzaue = zzauf.a(zzauf.this);
zzatd localzzatd = paramzzatd;
localzzaue.zzmR();
localzzaue.a();
zzac.zzdr(localzzatd.packageName);
localzzaue.a(localzzatd);
}
});
}
@BinderThread
public void zzb(zzatg paramzzatg)
{
zzac.zzw(paramzzatg);
zzac.zzw(paramzzatg.zzbqW);
a(paramzzatg.packageName, true);
final zzatg localzzatg = new zzatg(paramzzatg);
if (paramzzatg.zzbqW.getValue() == null)
{
this.a.zzKk().zzm(new Runnable()
{
public final void run()
{
zzauf.a(zzauf.this).c();
zzauf.a(zzauf.this).b(localzzatg);
}
});
return;
}
this.a.zzKk().zzm(new Runnable()
{
public final void run()
{
zzauf.a(zzauf.this).c();
zzauf.a(zzauf.this).a(localzzatg);
}
});
}
@BinderThread
public String zzc(zzatd paramzzatd)
{
a(paramzzatd);
return this.a.zzfP(paramzzatd.packageName);
}
@BinderThread
public List<zzatg> zzn(final String paramString1, final String paramString2, final String paramString3)
{
a(paramString1, true);
paramString1 = this.a.zzKk().zzd(new Callable() {});
try
{
paramString1 = (List)paramString1.get();
return paramString1;
}
catch (InterruptedException paramString1)
{
this.a.zzKl().zzLY().zzj("Failed to get conditional user properties", paramString1);
return Collections.emptyList();
}
catch (ExecutionException paramString1)
{
for (;;) {}
}
}
protected void zzn(String paramString, boolean paramBoolean)
throws SecurityException
{
if (paramBoolean) {
if (this.b == null)
{
if (("com.google.android.gms".equals(this.c)) || (zzy.zzf(this.a.getContext(), Binder.getCallingUid())) || (zzh.zzaN(this.a.getContext()).zza(this.a.getContext().getPackageManager(), Binder.getCallingUid())))
{
paramBoolean = true;
this.b = Boolean.valueOf(paramBoolean);
}
}
else {
if (!this.b.booleanValue()) {
break label95;
}
}
}
label95:
do
{
return;
paramBoolean = false;
break;
if ((this.c == null) && (zzg.zzc(this.a.getContext(), Binder.getCallingUid(), paramString))) {
this.c = paramString;
}
} while (paramString.equals(this.c));
throw new SecurityException(String.format("Unknown calling package name '%s'.", new Object[] { paramString }));
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/google/android/gms/internal/zzauf.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/