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

137 lines
3.0 KiB
Smali

.class public final Lkotlinx/coroutines/NonCancellable;
.super Lkotlin/coroutines/AbstractCoroutineContextElement;
.source "SourceFile"
# interfaces
.implements Lkotlinx/coroutines/Job;
# static fields
.field public static final INSTANCE:Lkotlinx/coroutines/NonCancellable;
# direct methods
.method static constructor <clinit>()V
.locals 1
new-instance v0, Lkotlinx/coroutines/NonCancellable;
invoke-direct {v0}, Lkotlinx/coroutines/NonCancellable;-><init>()V
sput-object v0, Lkotlinx/coroutines/NonCancellable;->INSTANCE:Lkotlinx/coroutines/NonCancellable;
return-void
.end method
.method public constructor <init>()V
.locals 1
sget-object v0, Lkotlinx/coroutines/Job;->Key:Lkotlinx/coroutines/Job$Key;
.line 28
invoke-direct {p0, v0}, Lkotlin/coroutines/AbstractCoroutineContextElement;-><init>(Lkotlin/coroutines/CoroutineContext$Key;)V
return-void
.end method
# virtual methods
.method public attachChild(Lkotlinx/coroutines/ChildJob;)Lkotlinx/coroutines/ChildHandle;
.locals 0
.line 135
sget-object p1, Lkotlinx/coroutines/NonDisposableHandle;->INSTANCE:Lkotlinx/coroutines/NonDisposableHandle;
return-object p1
.end method
.method public cancel(Ljava/util/concurrent/CancellationException;)V
.locals 0
return-void
.end method
.method public getCancellationException()Ljava/util/concurrent/CancellationException;
.locals 2
.line 91
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "This job is always active"
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public getParent()Lkotlinx/coroutines/Job;
.locals 1
const/4 v0, 0x0
return-object v0
.end method
.method public invokeOnCompletion(Lkotlin/jvm/functions/Function1;)Lkotlinx/coroutines/DisposableHandle;
.locals 0
.line 98
sget-object p1, Lkotlinx/coroutines/NonDisposableHandle;->INSTANCE:Lkotlinx/coroutines/NonDisposableHandle;
return-object p1
.end method
.method public invokeOnCompletion(ZZLkotlin/jvm/functions/Function1;)Lkotlinx/coroutines/DisposableHandle;
.locals 0
.line 106
sget-object p1, Lkotlinx/coroutines/NonDisposableHandle;->INSTANCE:Lkotlinx/coroutines/NonDisposableHandle;
return-object p1
.end method
.method public isActive()Z
.locals 1
const/4 v0, 0x1
return v0
.end method
.method public isCancelled()Z
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public join(Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
.locals 1
.line 75
new-instance p1, Ljava/lang/UnsupportedOperationException;
const-string v0, "This job is always active"
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public start()Z
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 1
const-string v0, "NonCancellable"
return-object v0
.end method