tmap/smali_classes3/com/google/common/util/concurrent/AbstractService$IsStoppableGuard.smali
2022-06-10 21:38:30 +09:00

68 lines
1.9 KiB
Smali

.class final Lcom/google/common/util/concurrent/AbstractService$IsStoppableGuard;
.super Lcom/google/common/util/concurrent/Monitor$Guard;
.source "AbstractService.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/util/concurrent/AbstractService;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x11
name = "IsStoppableGuard"
.end annotation
# instance fields
.field public final synthetic this$0:Lcom/google/common/util/concurrent/AbstractService;
# direct methods
.method public constructor <init>(Lcom/google/common/util/concurrent/AbstractService;)V
.locals 0
.line 1
iput-object p1, p0, Lcom/google/common/util/concurrent/AbstractService$IsStoppableGuard;->this$0:Lcom/google/common/util/concurrent/AbstractService;
.line 2
invoke-static {p1}, Lcom/google/common/util/concurrent/AbstractService;->access$000(Lcom/google/common/util/concurrent/AbstractService;)Lcom/google/common/util/concurrent/Monitor;
move-result-object p1
invoke-direct {p0, p1}, Lcom/google/common/util/concurrent/Monitor$Guard;-><init>(Lcom/google/common/util/concurrent/Monitor;)V
return-void
.end method
# virtual methods
.method public isSatisfied()Z
.locals 2
.line 1
iget-object v0, p0, Lcom/google/common/util/concurrent/AbstractService$IsStoppableGuard;->this$0:Lcom/google/common/util/concurrent/AbstractService;
invoke-virtual {v0}, Lcom/google/common/util/concurrent/AbstractService;->state()Lcom/google/common/util/concurrent/Service$State;
move-result-object v0
sget-object v1, Lcom/google/common/util/concurrent/Service$State;->RUNNING:Lcom/google/common/util/concurrent/Service$State;
invoke-virtual {v0, v1}, Ljava/lang/Enum;->compareTo(Ljava/lang/Enum;)I
move-result v0
if-gtz v0, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
return v0
.end method