Rabbit-R1/android (non root)/smali/smali_classes3/com/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher$1.smali
2024-05-21 17:08:36 -04:00

66 lines
1.6 KiB
Smali

.class Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher$1;
.super Ljava/lang/ThreadLocal;
.source "Dispatcher.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/ThreadLocal<",
"Ljava/util/Queue<",
"Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher$Event;",
">;>;"
}
.end annotation
# direct methods
.method constructor <init>(Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher;)V
.locals 0
.line 80
invoke-direct {p0}, Ljava/lang/ThreadLocal;-><init>()V
return-void
.end method
# virtual methods
.method protected bridge synthetic initialValue()Ljava/lang/Object;
.locals 0
.line 80
invoke-virtual {p0}, Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher$1;->initialValue()Ljava/util/Queue;
move-result-object p0
return-object p0
.end method
.method protected initialValue()Ljava/util/Queue;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Queue<",
"Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher$Event;",
">;"
}
.end annotation
.line 83
invoke-static {}, Lcom/google/common/collect/Queues;->newArrayDeque()Ljava/util/ArrayDeque;
move-result-object p0
return-object p0
.end method