Files
rr3-apk/smali_classes2/com/google/android/exoplayer2/util/Assertions.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

63 lines
1.2 KiB
Smali

.class public abstract Lcom/google/android/exoplayer2/util/Assertions;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public static checkArgument(Z)V
.locals 0
if-eqz p0, :cond_0
return-void
.line 39
:cond_0
new-instance p0, Ljava/lang/IllegalArgumentException;
invoke-direct {p0}, Ljava/lang/IllegalArgumentException;-><init>()V
throw p0
.end method
.method public static checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 154
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
return-object p0
.end method
.method public static checkState(Z)V
.locals 0
if-eqz p0, :cond_0
return-void
.line 84
:cond_0
new-instance p0, Ljava/lang/IllegalStateException;
invoke-direct {p0}, Ljava/lang/IllegalStateException;-><init>()V
throw p0
.end method
.method public static checkStateNotNull(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
if-eqz p0, :cond_0
return-object p0
.line 116
:cond_0
new-instance p0, Ljava/lang/IllegalStateException;
invoke-direct {p0}, Ljava/lang/IllegalStateException;-><init>()V
throw p0
.end method