mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
88 lines
2.2 KiB
Smali
88 lines
2.2 KiB
Smali
.class Landroidx/work/Worker$2;
|
|
.super Ljava/lang/Object;
|
|
.source "Worker.java"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Landroidx/work/Worker;->getForegroundInfoAsync()Lcom/google/common/util/concurrent/ListenableFuture;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x0
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Landroidx/work/Worker;
|
|
|
|
.field final synthetic val$future:Landroidx/work/impl/utils/futures/SettableFuture;
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>(Landroidx/work/Worker;Landroidx/work/impl/utils/futures/SettableFuture;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/MethodParameters;
|
|
accessFlags = {
|
|
0x8010,
|
|
0x1010
|
|
}
|
|
names = {
|
|
"this$0",
|
|
"val$future"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()V"
|
|
}
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Landroidx/work/Worker$2;->this$0:Landroidx/work/Worker;
|
|
|
|
iput-object p2, p0, Landroidx/work/Worker$2;->val$future:Landroidx/work/impl/utils/futures/SettableFuture;
|
|
|
|
.line 96
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public run()V
|
|
.locals 2
|
|
|
|
:try_start_0
|
|
iget-object v0, p0, Landroidx/work/Worker$2;->this$0:Landroidx/work/Worker;
|
|
|
|
.line 100
|
|
invoke-virtual {v0}, Landroidx/work/Worker;->getForegroundInfo()Landroidx/work/ForegroundInfo;
|
|
|
|
move-result-object v0
|
|
|
|
iget-object v1, p0, Landroidx/work/Worker$2;->val$future:Landroidx/work/impl/utils/futures/SettableFuture;
|
|
|
|
.line 101
|
|
invoke-virtual {v1, v0}, Landroidx/work/impl/utils/futures/SettableFuture;->set(Ljava/lang/Object;)Z
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
goto :goto_0
|
|
|
|
:catchall_0
|
|
move-exception v0
|
|
|
|
iget-object p0, p0, Landroidx/work/Worker$2;->val$future:Landroidx/work/impl/utils/futures/SettableFuture;
|
|
|
|
.line 103
|
|
invoke-virtual {p0, v0}, Landroidx/work/impl/utils/futures/SettableFuture;->setException(Ljava/lang/Throwable;)Z
|
|
|
|
:goto_0
|
|
return-void
|
|
.end method
|