55 lines
1.1 KiB
Smali
55 lines
1.1 KiB
Smali
.class final Lorg/greenrobot/eventbus/EventBus$PostingThreadState;
|
|
.super Ljava/lang/Object;
|
|
.source "EventBus.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lorg/greenrobot/eventbus/EventBus;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x18
|
|
name = "PostingThreadState"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final a:Ljava/util/List;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/util/List<",
|
|
"Ljava/lang/Object;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field b:Z
|
|
|
|
.field c:Z
|
|
|
|
.field d:Lorg/greenrobot/eventbus/Subscription;
|
|
|
|
.field e:Ljava/lang/Object;
|
|
|
|
.field f:Z
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 520
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 521
|
|
new-instance v0, Ljava/util/ArrayList;
|
|
|
|
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
|
|
|
|
iput-object v0, p0, Lorg/greenrobot/eventbus/EventBus$PostingThreadState;->a:Ljava/util/List;
|
|
|
|
return-void
|
|
.end method
|