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

46 lines
982 B
Smali

.class final Lcom/google/common/util/concurrent/InterruptibleTask$DoNothingRunnable;
.super Ljava/lang/Object;
.source "InterruptibleTask.java"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/util/concurrent/InterruptibleTask;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "DoNothingRunnable"
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public synthetic constructor <init>(Lcom/google/common/util/concurrent/InterruptibleTask$1;)V
.locals 0
.line 2
invoke-direct {p0}, Lcom/google/common/util/concurrent/InterruptibleTask$DoNothingRunnable;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 0
return-void
.end method