Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
package com.google.android.gms.libs.identity;
|
||||
|
||||
import java.util.concurrent.CountDownLatch;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-location@@21.2.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
public final class zzfd {
|
||||
public static boolean zza(CountDownLatch countDownLatch, long j, TimeUnit timeUnit) {
|
||||
boolean z = false;
|
||||
try {
|
||||
long nanos = timeUnit.toNanos(30L);
|
||||
while (true) {
|
||||
try {
|
||||
break;
|
||||
} catch (InterruptedException unused) {
|
||||
z = true;
|
||||
nanos = (System.nanoTime() + nanos) - System.nanoTime();
|
||||
}
|
||||
}
|
||||
return countDownLatch.await(nanos, TimeUnit.NANOSECONDS);
|
||||
} finally {
|
||||
if (z) {
|
||||
Thread.currentThread().interrupt();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user