- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
36 lines
1.1 KiB
Java
36 lines
1.1 KiB
Java
package com.google.android.gms.drive.events;
|
|
|
|
import android.os.Looper;
|
|
import com.google.android.gms.drive.events.DriveEventService;
|
|
import java.util.concurrent.CountDownLatch;
|
|
|
|
/* loaded from: classes2.dex */
|
|
final class zzh extends Thread {
|
|
private final /* synthetic */ CountDownLatch zzcn;
|
|
private final /* synthetic */ DriveEventService zzco;
|
|
|
|
public zzh(DriveEventService driveEventService, CountDownLatch countDownLatch) {
|
|
this.zzco = driveEventService;
|
|
this.zzcn = countDownLatch;
|
|
}
|
|
|
|
@Override // java.lang.Thread, java.lang.Runnable
|
|
public final void run() {
|
|
CountDownLatch countDownLatch;
|
|
CountDownLatch countDownLatch2;
|
|
try {
|
|
Looper.prepare();
|
|
this.zzco.zzck = new DriveEventService.zza(this.zzco, null);
|
|
this.zzco.zzcl = false;
|
|
this.zzcn.countDown();
|
|
Looper.loop();
|
|
} finally {
|
|
countDownLatch = this.zzco.zzcj;
|
|
if (countDownLatch != null) {
|
|
countDownLatch2 = this.zzco.zzcj;
|
|
countDownLatch2.countDown();
|
|
}
|
|
}
|
|
}
|
|
}
|