Files
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

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();
}
}
}
}