28 lines
929 B
Java
28 lines
929 B
Java
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();
|
|
}
|
|
}
|
|
}
|
|
} |