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

50 lines
1.3 KiB
Smali

.class Lcom/google/common/util/concurrent/Futures$1;
.super Ljava/lang/Object;
.source "Futures.java"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/google/common/util/concurrent/Futures;->scheduleAsync(Lcom/google/common/util/concurrent/AsyncCallable;JLjava/util/concurrent/TimeUnit;Ljava/util/concurrent/ScheduledExecutorService;)Lcom/google/common/util/concurrent/ListenableFuture;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic val$scheduled:Ljava/util/concurrent/Future;
# direct methods
.method public constructor <init>(Ljava/util/concurrent/Future;)V
.locals 0
.line 1
iput-object p1, p0, Lcom/google/common/util/concurrent/Futures$1;->val$scheduled:Ljava/util/concurrent/Future;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 2
.line 1
iget-object v0, p0, Lcom/google/common/util/concurrent/Futures$1;->val$scheduled:Ljava/util/concurrent/Future;
const/4 v1, 0x0
invoke-interface {v0, v1}, Ljava/util/concurrent/Future;->cancel(Z)Z
return-void
.end method