2022-06-10 21:38:30 +09:00

113 lines
2.2 KiB
Smali

.class public final Lio/reactivex/rxjava3/internal/schedulers/b;
.super Ljava/lang/Object;
.source "DisposeOnCancel.java"
# interfaces
.implements Ljava/util/concurrent/Future;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Ljava/util/concurrent/Future<",
"Ljava/lang/Object;",
">;"
}
.end annotation
# instance fields
.field public final a:Lio/reactivex/rxjava3/disposables/c;
# direct methods
.method public constructor <init>(Lio/reactivex/rxjava3/disposables/c;)V
.locals 0
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"d"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lio/reactivex/rxjava3/internal/schedulers/b;->a:Lio/reactivex/rxjava3/disposables/c;
return-void
.end method
# virtual methods
.method public cancel(Z)Z
.locals 0
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"mayInterruptIfRunning"
}
.end annotation
.line 1
iget-object p1, p0, Lio/reactivex/rxjava3/internal/schedulers/b;->a:Lio/reactivex/rxjava3/disposables/c;
invoke-interface {p1}, Lio/reactivex/rxjava3/disposables/c;->dispose()V
const/4 p1, 0x0
return p1
.end method
.method public get()Ljava/lang/Object;
.locals 1
const/4 v0, 0x0
return-object v0
.end method
.method public get(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
.locals 0
.param p3 # Ljava/util/concurrent/TimeUnit;
.annotation build Lio/reactivex/rxjava3/annotations/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0,
0x0
}
names = {
"timeout",
"unit"
}
.end annotation
const/4 p1, 0x0
return-object p1
.end method
.method public isCancelled()Z
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public isDone()Z
.locals 1
const/4 v0, 0x0
return v0
.end method