56 lines
1.3 KiB
Smali
56 lines
1.3 KiB
Smali
.class public interface abstract Lz/k/d;
|
|
.super Ljava/lang/Object;
|
|
.source "ContinuationInterceptor.kt"
|
|
|
|
# interfaces
|
|
.implements Lkotlin/coroutines/CoroutineContext$a;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lz/k/d$a;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final a:Lz/k/d$a;
|
|
|
|
|
|
# direct methods
|
|
.method public static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
sget-object v0, Lz/k/d$a;->a:Lz/k/d$a;
|
|
|
|
sput-object v0, Lz/k/d;->a:Lz/k/d$a;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract interceptContinuation(Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T:",
|
|
"Ljava/lang/Object;",
|
|
">(",
|
|
"Lkotlin/coroutines/Continuation<",
|
|
"-TT;>;)",
|
|
"Lkotlin/coroutines/Continuation<",
|
|
"TT;>;"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract releaseInterceptedContinuation(Lkotlin/coroutines/Continuation;)V
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lkotlin/coroutines/Continuation<",
|
|
"*>;)V"
|
|
}
|
|
.end annotation
|
|
.end method
|