Changes of com.discord v1343
This commit is contained in:
parent
68330e16d7
commit
00a03df92a
18279 changed files with 1012666 additions and 988526 deletions
|
@ -15,27 +15,27 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field private static final STATE_AWAITING_CONNECTION:I = 0x0
|
||||
.field public static final STATE_AWAITING_CONNECTION:I = 0x0
|
||||
|
||||
.field private static final STATE_CANCELLED:I = 0x3
|
||||
.field public static final STATE_CANCELLED:I = 0x3
|
||||
|
||||
.field private static final STATE_CONNECTED:I = 0x1
|
||||
.field public static final STATE_CONNECTED:I = 0x1
|
||||
|
||||
.field private static final STATE_DISCONNECTED:I = 0x2
|
||||
.field public static final STATE_DISCONNECTED:I = 0x2
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private mCancellationException:Ljava/lang/Exception;
|
||||
.field public mCancellationException:Ljava/lang/Exception;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private final mCloseRunnable:Ljava/lang/Runnable;
|
||||
.field public final mCloseRunnable:Ljava/lang/Runnable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private mCompleters:Ljava/util/List;
|
||||
.field public mCompleters:Ljava/util/List;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
|
@ -49,14 +49,14 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private mService:Landroidx/browser/trusted/TrustedWebActivityServiceConnection;
|
||||
.field public mService:Landroidx/browser/trusted/TrustedWebActivityServiceConnection;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private mState:I
|
||||
.field public mState:I
|
||||
|
||||
.field private final mWrapperFactory:Landroidx/browser/trusted/ConnectionHolder$WrapperFactory;
|
||||
.field public final mWrapperFactory:Landroidx/browser/trusted/ConnectionHolder$WrapperFactory;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end field
|
||||
|
@ -117,6 +117,11 @@
|
|||
# virtual methods
|
||||
.method public synthetic a(Landroidx/concurrent/futures/CallbackToFutureAdapter$Completer;)Ljava/lang/Object;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/lang/Exception;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Landroidx/browser/trusted/ConnectionHolder;->mState:I
|
||||
|
||||
|
@ -182,7 +187,7 @@
|
|||
:goto_0
|
||||
const-string p1, "ConnectionHolder, state = "
|
||||
|
||||
invoke-static {p1}, Lf/e/c/a/a;->F(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
invoke-static {p1}, Lf/e/c/a/a;->E(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
|
@ -264,9 +269,9 @@
|
|||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lt/a/b/a;
|
||||
new-instance v0, Lu/a/b/a;
|
||||
|
||||
invoke-direct {v0, p0}, Lt/a/b/a;-><init>(Landroidx/browser/trusted/ConnectionHolder;)V
|
||||
invoke-direct {v0, p0}, Lu/a/b/a;-><init>(Landroidx/browser/trusted/ConnectionHolder;)V
|
||||
|
||||
invoke-static {v0}, Landroidx/concurrent/futures/CallbackToFutureAdapter;->getFuture(Landroidx/concurrent/futures/CallbackToFutureAdapter$Resolver;)Lf/h/b/a/a/a;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue