mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 09:02:34 -06:00
15 lines
670 B
Java
15 lines
670 B
Java
package androidx.work.impl.utils;
|
|
|
|
import java.time.Duration;
|
|
import kotlin.Metadata;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* compiled from: DurationApi26.kt */
|
|
@Metadata(d1 = {"\u0000\f\n\u0000\n\u0002\u0010\t\n\u0002\u0018\u0002\n\u0000\u001a\f\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\u0001¨\u0006\u0003"}, d2 = {"toMillisCompat", "", "Ljava/time/Duration;", "work-runtime_release"}, k = 2, mv = {1, 8, 0}, xi = 48)
|
|
/* loaded from: classes2.dex */
|
|
public final class DurationApi26Impl {
|
|
public static final long toMillisCompat(Duration duration) {
|
|
Intrinsics.checkNotNullParameter(duration, "<this>");
|
|
return duration.toMillis();
|
|
}
|
|
}
|