Files
rr3-apk/smali_classes5/kotlin/internal/jdk8/JDK8PlatformImplementations.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

81 lines
1.6 KiB
Smali

.class public Lkotlin/internal/jdk8/JDK8PlatformImplementations;
.super Lkotlin/internal/jdk7/JDK7PlatformImplementations;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lkotlin/internal/jdk8/JDK8PlatformImplementations$ReflectSdkVersion;
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 27
invoke-direct {p0}, Lkotlin/internal/jdk7/JDK7PlatformImplementations;-><init>()V
return-void
.end method
# virtual methods
.method public defaultPlatformRandom()Lkotlin/random/Random;
.locals 1
const/16 v0, 0x22
.line 58
invoke-virtual {p0, v0}, Lkotlin/internal/jdk8/JDK8PlatformImplementations;->sdkIsNullOrAtLeast(I)Z
move-result v0
if-eqz v0, :cond_0
new-instance v0, Lkotlin/random/jdk8/PlatformThreadLocalRandom;
invoke-direct {v0}, Lkotlin/random/jdk8/PlatformThreadLocalRandom;-><init>()V
goto :goto_0
:cond_0
invoke-super {p0}, Lkotlin/internal/PlatformImplementations;->defaultPlatformRandom()Lkotlin/random/Random;
move-result-object v0
:goto_0
return-object v0
.end method
.method public final sdkIsNullOrAtLeast(I)Z
.locals 1
.line 40
sget-object v0, Lkotlin/internal/jdk8/JDK8PlatformImplementations$ReflectSdkVersion;->sdkVersion:Ljava/lang/Integer;
if-eqz v0, :cond_1
invoke-virtual {v0}, Ljava/lang/Integer;->intValue()I
move-result v0
if-lt v0, p1, :cond_0
goto :goto_0
:cond_0
const/4 p1, 0x0
goto :goto_1
:cond_1
:goto_0
const/4 p1, 0x1
:goto_1
return p1
.end method