Changes of com.discord v998
This commit is contained in:
parent
dc3b174a87
commit
a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions
|
@ -1,4 +1,4 @@
|
|||
.class final Landroidx/loader/content/AsyncTaskLoader$LoadTask;
|
||||
.class public final Landroidx/loader/content/AsyncTaskLoader$LoadTask;
|
||||
.super Landroidx/loader/content/ModernAsyncTask;
|
||||
.source "AsyncTaskLoader.java"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x10
|
||||
accessFlags = 0x11
|
||||
name = "LoadTask"
|
||||
.end annotation
|
||||
|
||||
|
@ -28,15 +28,15 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field private final mDone:Ljava/util/concurrent/CountDownLatch;
|
||||
.field public final mDone:Ljava/util/concurrent/CountDownLatch;
|
||||
|
||||
.field final synthetic this$0:Landroidx/loader/content/AsyncTaskLoader;
|
||||
.field public final synthetic this$0:Landroidx/loader/content/AsyncTaskLoader;
|
||||
|
||||
.field waiting:Z
|
||||
.field public waiting:Z
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/loader/content/AsyncTaskLoader;)V
|
||||
.method public constructor <init>(Landroidx/loader/content/AsyncTaskLoader;)V
|
||||
.locals 1
|
||||
|
||||
iput-object p1, p0, Landroidx/loader/content/AsyncTaskLoader$LoadTask;->this$0:Landroidx/loader/content/AsyncTaskLoader;
|
||||
|
@ -56,7 +56,7 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method protected final bridge synthetic doInBackground([Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.method public bridge synthetic doInBackground([Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
check-cast p1, [Ljava/lang/Void;
|
||||
|
@ -68,7 +68,7 @@
|
|||
return-object p1
|
||||
.end method
|
||||
|
||||
.method protected final varargs doInBackground([Ljava/lang/Void;)Ljava/lang/Object;
|
||||
.method public varargs doInBackground([Ljava/lang/Void;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
@ -92,7 +92,7 @@
|
|||
:catch_0
|
||||
move-exception p1
|
||||
|
||||
invoke-virtual {p0}, Landroidx/loader/content/AsyncTaskLoader$LoadTask;->isCancelled()Z
|
||||
invoke-virtual {p0}, Landroidx/loader/content/ModernAsyncTask;->isCancelled()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
|
@ -106,7 +106,7 @@
|
|||
throw p1
|
||||
.end method
|
||||
|
||||
.method protected final onCancelled(Ljava/lang/Object;)V
|
||||
.method public onCancelled(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
@ -137,7 +137,7 @@
|
|||
throw p1
|
||||
.end method
|
||||
|
||||
.method protected final onPostExecute(Ljava/lang/Object;)V
|
||||
.method public onPostExecute(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
@ -168,7 +168,7 @@
|
|||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final run()V
|
||||
.method public run()V
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
@ -182,7 +182,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method public final waitForLoader()V
|
||||
.method public waitForLoader()V
|
||||
.locals 1
|
||||
|
||||
:try_start_0
|
||||
|
|
|
@ -22,13 +22,13 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field static final DEBUG:Z = false
|
||||
.field public static final DEBUG:Z = false
|
||||
|
||||
.field static final TAG:Ljava/lang/String; = "AsyncTaskLoader"
|
||||
.field public static final TAG:Ljava/lang/String; = "AsyncTaskLoader"
|
||||
|
||||
|
||||
# instance fields
|
||||
.field volatile mCancellingTask:Landroidx/loader/content/AsyncTaskLoader$LoadTask;
|
||||
.field public volatile mCancellingTask:Landroidx/loader/content/AsyncTaskLoader$LoadTask;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Landroidx/loader/content/AsyncTaskLoader<",
|
||||
|
@ -38,13 +38,13 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private final mExecutor:Ljava/util/concurrent/Executor;
|
||||
.field public final mExecutor:Ljava/util/concurrent/Executor;
|
||||
|
||||
.field mHandler:Landroid/os/Handler;
|
||||
.field public mHandler:Landroid/os/Handler;
|
||||
|
||||
.field mLastLoadCompleteTime:J
|
||||
.field public mLastLoadCompleteTime:J
|
||||
|
||||
.field volatile mTask:Landroidx/loader/content/AsyncTaskLoader$LoadTask;
|
||||
.field public volatile mTask:Landroidx/loader/content/AsyncTaskLoader$LoadTask;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Landroidx/loader/content/AsyncTaskLoader<",
|
||||
|
@ -54,12 +54,16 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field mUpdateThrottle:J
|
||||
.field public mUpdateThrottle:J
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Landroid/content/Context;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
sget-object v0, Landroidx/loader/content/ModernAsyncTask;->THREAD_POOL_EXECUTOR:Ljava/util/concurrent/Executor;
|
||||
|
||||
|
@ -68,8 +72,16 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>(Landroid/content/Context;Ljava/util/concurrent/Executor;)V
|
||||
.method public constructor <init>(Landroid/content/Context;Ljava/util/concurrent/Executor;)V
|
||||
.locals 2
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/util/concurrent/Executor;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0, p1}, Landroidx/loader/content/Loader;-><init>(Landroid/content/Context;)V
|
||||
|
||||
|
@ -90,7 +102,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method dispatchOnCancelled(Landroidx/loader/content/AsyncTaskLoader$LoadTask;Ljava/lang/Object;)V
|
||||
.method public dispatchOnCancelled(Landroidx/loader/content/AsyncTaskLoader$LoadTask;Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
@ -108,7 +120,7 @@
|
|||
|
||||
if-ne p2, p1, :cond_0
|
||||
|
||||
invoke-virtual {p0}, Landroidx/loader/content/AsyncTaskLoader;->rollbackContentChanged()V
|
||||
invoke-virtual {p0}, Landroidx/loader/content/Loader;->rollbackContentChanged()V
|
||||
|
||||
invoke-static {}, Landroid/os/SystemClock;->uptimeMillis()J
|
||||
|
||||
|
@ -120,7 +132,7 @@
|
|||
|
||||
iput-object p1, p0, Landroidx/loader/content/AsyncTaskLoader;->mCancellingTask:Landroidx/loader/content/AsyncTaskLoader$LoadTask;
|
||||
|
||||
invoke-virtual {p0}, Landroidx/loader/content/AsyncTaskLoader;->deliverCancellation()V
|
||||
invoke-virtual {p0}, Landroidx/loader/content/Loader;->deliverCancellation()V
|
||||
|
||||
invoke-virtual {p0}, Landroidx/loader/content/AsyncTaskLoader;->executePendingTask()V
|
||||
|
||||
|
@ -128,7 +140,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method dispatchOnLoadComplete(Landroidx/loader/content/AsyncTaskLoader$LoadTask;Ljava/lang/Object;)V
|
||||
.method public dispatchOnLoadComplete(Landroidx/loader/content/AsyncTaskLoader$LoadTask;Ljava/lang/Object;)V
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
@ -146,10 +158,10 @@
|
|||
|
||||
invoke-virtual {p0, p1, p2}, Landroidx/loader/content/AsyncTaskLoader;->dispatchOnCancelled(Landroidx/loader/content/AsyncTaskLoader$LoadTask;Ljava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
invoke-virtual {p0}, Landroidx/loader/content/AsyncTaskLoader;->isAbandoned()Z
|
||||
invoke-virtual {p0}, Landroidx/loader/content/Loader;->isAbandoned()Z
|
||||
|
||||
move-result p1
|
||||
|
||||
|
@ -157,10 +169,10 @@
|
|||
|
||||
invoke-virtual {p0, p2}, Landroidx/loader/content/AsyncTaskLoader;->onCanceled(Ljava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
invoke-virtual {p0}, Landroidx/loader/content/AsyncTaskLoader;->commitContentChanged()V
|
||||
invoke-virtual {p0}, Landroidx/loader/content/Loader;->commitContentChanged()V
|
||||
|
||||
invoke-static {}, Landroid/os/SystemClock;->uptimeMillis()J
|
||||
|
||||
|
@ -172,8 +184,9 @@
|
|||
|
||||
iput-object p1, p0, Landroidx/loader/content/AsyncTaskLoader;->mTask:Landroidx/loader/content/AsyncTaskLoader$LoadTask;
|
||||
|
||||
invoke-virtual {p0, p2}, Landroidx/loader/content/AsyncTaskLoader;->deliverResult(Ljava/lang/Object;)V
|
||||
invoke-virtual {p0, p2}, Landroidx/loader/content/Loader;->deliverResult(Ljava/lang/Object;)V
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
@ -268,7 +281,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method executePendingTask()V
|
||||
.method public executePendingTask()V
|
||||
.locals 6
|
||||
|
||||
iget-object v0, p0, Landroidx/loader/content/AsyncTaskLoader;->mCancellingTask:Landroidx/loader/content/AsyncTaskLoader$LoadTask;
|
||||
|
@ -347,7 +360,7 @@
|
|||
|
||||
const/4 v2, 0x0
|
||||
|
||||
invoke-virtual {v0, v1, v2}, Landroidx/loader/content/AsyncTaskLoader$LoadTask;->executeOnExecutor(Ljava/util/concurrent/Executor;[Ljava/lang/Object;)Landroidx/loader/content/ModernAsyncTask;
|
||||
invoke-virtual {v0, v1, v2}, Landroidx/loader/content/ModernAsyncTask;->executeOnExecutor(Ljava/util/concurrent/Executor;[Ljava/lang/Object;)Landroidx/loader/content/ModernAsyncTask;
|
||||
|
||||
:cond_2
|
||||
return-void
|
||||
|
@ -362,15 +375,19 @@
|
|||
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public abstract loadInBackground()Ljava/lang/Object;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TD;"
|
||||
|
@ -378,7 +395,7 @@
|
|||
.end annotation
|
||||
.end method
|
||||
|
||||
.method protected onCancelLoad()Z
|
||||
.method public onCancelLoad()Z
|
||||
.locals 4
|
||||
|
||||
iget-object v0, p0, Landroidx/loader/content/AsyncTaskLoader;->mTask:Landroidx/loader/content/AsyncTaskLoader$LoadTask;
|
||||
|
@ -387,13 +404,13 @@
|
|||
|
||||
if-eqz v0, :cond_5
|
||||
|
||||
iget-boolean v0, p0, Landroidx/loader/content/AsyncTaskLoader;->mStarted:Z
|
||||
iget-boolean v0, p0, Landroidx/loader/content/Loader;->mStarted:Z
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
iput-boolean v0, p0, Landroidx/loader/content/AsyncTaskLoader;->mContentChanged:Z
|
||||
iput-boolean v0, p0, Landroidx/loader/content/Loader;->mContentChanged:Z
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Landroidx/loader/content/AsyncTaskLoader;->mCancellingTask:Landroidx/loader/content/AsyncTaskLoader$LoadTask;
|
||||
|
@ -447,7 +464,7 @@
|
|||
:cond_3
|
||||
iget-object v0, p0, Landroidx/loader/content/AsyncTaskLoader;->mTask:Landroidx/loader/content/AsyncTaskLoader$LoadTask;
|
||||
|
||||
invoke-virtual {v0, v1}, Landroidx/loader/content/AsyncTaskLoader$LoadTask;->cancel(Z)Z
|
||||
invoke-virtual {v0, v1}, Landroidx/loader/content/ModernAsyncTask;->cancel(Z)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
|
@ -470,6 +487,10 @@
|
|||
|
||||
.method public onCanceled(Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
.param p1 # Ljava/lang/Object;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TD;)V"
|
||||
|
@ -479,12 +500,12 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onForceLoad()V
|
||||
.method public onForceLoad()V
|
||||
.locals 1
|
||||
|
||||
invoke-super {p0}, Landroidx/loader/content/Loader;->onForceLoad()V
|
||||
|
||||
invoke-virtual {p0}, Landroidx/loader/content/AsyncTaskLoader;->cancelLoad()Z
|
||||
invoke-virtual {p0}, Landroidx/loader/content/Loader;->cancelLoad()Z
|
||||
|
||||
new-instance v0, Landroidx/loader/content/AsyncTaskLoader$LoadTask;
|
||||
|
||||
|
@ -497,8 +518,11 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onLoadInBackground()Ljava/lang/Object;
|
||||
.method public onLoadInBackground()Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TD;"
|
||||
|
@ -535,6 +559,11 @@
|
|||
|
||||
.method public waitForLoader()V
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/loader/content/AsyncTaskLoader;->mTask:Landroidx/loader/content/AsyncTaskLoader$LoadTask;
|
||||
|
||||
|
|
|
@ -14,11 +14,11 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field mCancellationSignal:Landroidx/core/os/CancellationSignal;
|
||||
.field public mCancellationSignal:Landroidx/core/os/CancellationSignal;
|
||||
|
||||
.field mCursor:Landroid/database/Cursor;
|
||||
.field public mCursor:Landroid/database/Cursor;
|
||||
|
||||
.field final mObserver:Landroidx/loader/content/Loader$ForceLoadContentObserver;
|
||||
.field public final mObserver:Landroidx/loader/content/Loader$ForceLoadContentObserver;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Landroidx/loader/content/Loader<",
|
||||
|
@ -29,20 +29,24 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field mProjection:[Ljava/lang/String;
|
||||
.field public mProjection:[Ljava/lang/String;
|
||||
|
||||
.field mSelection:Ljava/lang/String;
|
||||
.field public mSelection:Ljava/lang/String;
|
||||
|
||||
.field mSelectionArgs:[Ljava/lang/String;
|
||||
.field public mSelectionArgs:[Ljava/lang/String;
|
||||
|
||||
.field mSortOrder:Ljava/lang/String;
|
||||
.field public mSortOrder:Ljava/lang/String;
|
||||
|
||||
.field mUri:Landroid/net/Uri;
|
||||
.field public mUri:Landroid/net/Uri;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Landroid/content/Context;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0, p1}, Landroidx/loader/content/AsyncTaskLoader;-><init>(Landroid/content/Context;)V
|
||||
|
||||
|
@ -57,6 +61,30 @@
|
|||
|
||||
.method public constructor <init>(Landroid/content/Context;Landroid/net/Uri;[Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/net/Uri;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # [Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p4 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p5 # [Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p6 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0, p1}, Landroidx/loader/content/AsyncTaskLoader;-><init>(Landroid/content/Context;)V
|
||||
|
||||
|
@ -115,7 +143,7 @@
|
|||
.method public deliverResult(Landroid/database/Cursor;)V
|
||||
.locals 2
|
||||
|
||||
invoke-virtual {p0}, Landroidx/loader/content/CursorLoader;->isReset()Z
|
||||
invoke-virtual {p0}, Landroidx/loader/content/Loader;->isReset()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
|
@ -133,13 +161,13 @@
|
|||
|
||||
iput-object p1, p0, Landroidx/loader/content/CursorLoader;->mCursor:Landroid/database/Cursor;
|
||||
|
||||
invoke-virtual {p0}, Landroidx/loader/content/CursorLoader;->isStarted()Z
|
||||
invoke-virtual {p0}, Landroidx/loader/content/Loader;->isStarted()Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_2
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/loader/content/AsyncTaskLoader;->deliverResult(Ljava/lang/Object;)V
|
||||
invoke-super {p0, p1}, Landroidx/loader/content/Loader;->deliverResult(Ljava/lang/Object;)V
|
||||
|
||||
:cond_2
|
||||
if-eqz v0, :cond_3
|
||||
|
@ -249,7 +277,7 @@
|
|||
|
||||
invoke-virtual {p3, p1}, Ljava/io/PrintWriter;->print(Ljava/lang/String;)V
|
||||
|
||||
iget-boolean p1, p0, Landroidx/loader/content/CursorLoader;->mContentChanged:Z
|
||||
iget-boolean p1, p0, Landroidx/loader/content/Loader;->mContentChanged:Z
|
||||
|
||||
invoke-virtual {p3, p1}, Ljava/io/PrintWriter;->println(Z)V
|
||||
|
||||
|
@ -258,6 +286,8 @@
|
|||
|
||||
.method public getProjection()[Ljava/lang/String;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/loader/content/CursorLoader;->mProjection:[Ljava/lang/String;
|
||||
|
||||
|
@ -266,6 +296,8 @@
|
|||
|
||||
.method public getSelection()Ljava/lang/String;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/loader/content/CursorLoader;->mSelection:Ljava/lang/String;
|
||||
|
||||
|
@ -274,6 +306,8 @@
|
|||
|
||||
.method public getSelectionArgs()[Ljava/lang/String;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/loader/content/CursorLoader;->mSelectionArgs:[Ljava/lang/String;
|
||||
|
||||
|
@ -282,6 +316,8 @@
|
|||
|
||||
.method public getSortOrder()Ljava/lang/String;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/loader/content/CursorLoader;->mSortOrder:Ljava/lang/String;
|
||||
|
||||
|
@ -290,6 +326,8 @@
|
|||
|
||||
.method public getUri()Landroid/net/Uri;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/loader/content/CursorLoader;->mUri:Landroid/net/Uri;
|
||||
|
||||
|
@ -302,7 +340,7 @@
|
|||
monitor-enter p0
|
||||
|
||||
:try_start_0
|
||||
invoke-virtual {p0}, Landroidx/loader/content/CursorLoader;->isLoadInBackgroundCanceled()Z
|
||||
invoke-virtual {p0}, Landroidx/loader/content/AsyncTaskLoader;->isLoadInBackgroundCanceled()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
|
@ -321,7 +359,7 @@
|
|||
const/4 v0, 0x0
|
||||
|
||||
:try_start_1
|
||||
invoke-virtual {p0}, Landroidx/loader/content/CursorLoader;->getContext()Landroid/content/Context;
|
||||
invoke-virtual {p0}, Landroidx/loader/content/Loader;->getContext()Landroid/content/Context;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
|
@ -470,10 +508,10 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onReset()V
|
||||
.method public onReset()V
|
||||
.locals 1
|
||||
|
||||
invoke-super {p0}, Landroidx/loader/content/AsyncTaskLoader;->onReset()V
|
||||
invoke-super {p0}, Landroidx/loader/content/Loader;->onReset()V
|
||||
|
||||
invoke-virtual {p0}, Landroidx/loader/content/CursorLoader;->onStopLoading()V
|
||||
|
||||
|
@ -499,7 +537,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onStartLoading()V
|
||||
.method public onStartLoading()V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Landroidx/loader/content/CursorLoader;->mCursor:Landroid/database/Cursor;
|
||||
|
@ -509,7 +547,7 @@
|
|||
invoke-virtual {p0, v0}, Landroidx/loader/content/CursorLoader;->deliverResult(Landroid/database/Cursor;)V
|
||||
|
||||
:cond_0
|
||||
invoke-virtual {p0}, Landroidx/loader/content/CursorLoader;->takeContentChanged()Z
|
||||
invoke-virtual {p0}, Landroidx/loader/content/Loader;->takeContentChanged()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
|
@ -520,22 +558,26 @@
|
|||
if-nez v0, :cond_2
|
||||
|
||||
:cond_1
|
||||
invoke-virtual {p0}, Landroidx/loader/content/CursorLoader;->forceLoad()V
|
||||
invoke-virtual {p0}, Landroidx/loader/content/Loader;->forceLoad()V
|
||||
|
||||
:cond_2
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onStopLoading()V
|
||||
.method public onStopLoading()V
|
||||
.locals 0
|
||||
|
||||
invoke-virtual {p0}, Landroidx/loader/content/CursorLoader;->cancelLoad()Z
|
||||
invoke-virtual {p0}, Landroidx/loader/content/Loader;->cancelLoad()Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public setProjection([Ljava/lang/String;)V
|
||||
.locals 0
|
||||
.param p1 # [Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iput-object p1, p0, Landroidx/loader/content/CursorLoader;->mProjection:[Ljava/lang/String;
|
||||
|
||||
|
@ -544,6 +586,10 @@
|
|||
|
||||
.method public setSelection(Ljava/lang/String;)V
|
||||
.locals 0
|
||||
.param p1 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iput-object p1, p0, Landroidx/loader/content/CursorLoader;->mSelection:Ljava/lang/String;
|
||||
|
||||
|
@ -552,6 +598,10 @@
|
|||
|
||||
.method public setSelectionArgs([Ljava/lang/String;)V
|
||||
.locals 0
|
||||
.param p1 # [Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iput-object p1, p0, Landroidx/loader/content/CursorLoader;->mSelectionArgs:[Ljava/lang/String;
|
||||
|
||||
|
@ -560,6 +610,10 @@
|
|||
|
||||
.method public setSortOrder(Ljava/lang/String;)V
|
||||
.locals 0
|
||||
.param p1 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iput-object p1, p0, Landroidx/loader/content/CursorLoader;->mSortOrder:Ljava/lang/String;
|
||||
|
||||
|
@ -568,6 +622,10 @@
|
|||
|
||||
.method public setUri(Landroid/net/Uri;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/net/Uri;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iput-object p1, p0, Landroidx/loader/content/CursorLoader;->mUri:Landroid/net/Uri;
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/loader/content/Loader;
|
||||
.field public final synthetic this$0:Landroidx/loader/content/Loader;
|
||||
|
||||
|
||||
# direct methods
|
||||
|
@ -35,7 +35,7 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method public final deliverSelfNotifications()Z
|
||||
.method public deliverSelfNotifications()Z
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
@ -43,7 +43,7 @@
|
|||
return v0
|
||||
.end method
|
||||
|
||||
.method public final onChange(Z)V
|
||||
.method public onChange(Z)V
|
||||
.locals 0
|
||||
|
||||
iget-object p1, p0, Landroidx/loader/content/Loader$ForceLoadContentObserver;->this$0:Landroidx/loader/content/Loader;
|
||||
|
|
|
@ -25,6 +25,10 @@
|
|||
|
||||
# virtual methods
|
||||
.method public abstract onLoadCanceled(Landroidx/loader/content/Loader;)V
|
||||
.param p1 # Landroidx/loader/content/Loader;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
|
|
|
@ -25,6 +25,14 @@
|
|||
|
||||
# virtual methods
|
||||
.method public abstract onLoadComplete(Landroidx/loader/content/Loader;Ljava/lang/Object;)V
|
||||
.param p1 # Landroidx/loader/content/Loader;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/lang/Object;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
|
|
|
@ -23,15 +23,15 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field mAbandoned:Z
|
||||
.field public mAbandoned:Z
|
||||
|
||||
.field mContentChanged:Z
|
||||
.field public mContentChanged:Z
|
||||
|
||||
.field mContext:Landroid/content/Context;
|
||||
.field public mContext:Landroid/content/Context;
|
||||
|
||||
.field mId:I
|
||||
.field public mId:I
|
||||
|
||||
.field mListener:Landroidx/loader/content/Loader$OnLoadCompleteListener;
|
||||
.field public mListener:Landroidx/loader/content/Loader$OnLoadCompleteListener;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Landroidx/loader/content/Loader$OnLoadCompleteListener<",
|
||||
|
@ -40,7 +40,7 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field mOnLoadCanceledListener:Landroidx/loader/content/Loader$OnLoadCanceledListener;
|
||||
.field public mOnLoadCanceledListener:Landroidx/loader/content/Loader$OnLoadCanceledListener;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Landroidx/loader/content/Loader$OnLoadCanceledListener<",
|
||||
|
@ -49,16 +49,20 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field mProcessingChange:Z
|
||||
.field public mProcessingChange:Z
|
||||
|
||||
.field mReset:Z
|
||||
.field public mReset:Z
|
||||
|
||||
.field mStarted:Z
|
||||
.field public mStarted:Z
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Landroid/content/Context;)V
|
||||
.locals 2
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
|
@ -89,6 +93,8 @@
|
|||
# virtual methods
|
||||
.method public abandon()V
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
|
@ -101,6 +107,8 @@
|
|||
|
||||
.method public cancelLoad()Z
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Landroidx/loader/content/Loader;->onCancelLoad()Z
|
||||
|
||||
|
@ -121,6 +129,13 @@
|
|||
|
||||
.method public dataToString(Ljava/lang/Object;)Ljava/lang/String;
|
||||
.locals 2
|
||||
.param p1 # Ljava/lang/Object;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TD;)",
|
||||
|
@ -149,6 +164,8 @@
|
|||
|
||||
.method public deliverCancellation()V
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/loader/content/Loader;->mOnLoadCanceledListener:Landroidx/loader/content/Loader$OnLoadCanceledListener;
|
||||
|
||||
|
@ -162,6 +179,13 @@
|
|||
|
||||
.method public deliverResult(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
.param p1 # Ljava/lang/Object;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TD;)V"
|
||||
|
@ -274,6 +298,8 @@
|
|||
|
||||
.method public forceLoad()V
|
||||
.locals 0
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Landroidx/loader/content/Loader;->onForceLoad()V
|
||||
|
||||
|
@ -282,6 +308,8 @@
|
|||
|
||||
.method public getContext()Landroid/content/Context;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/loader/content/Loader;->mContext:Landroid/content/Context;
|
||||
|
||||
|
@ -320,14 +348,18 @@
|
|||
return v0
|
||||
.end method
|
||||
|
||||
.method protected onAbandon()V
|
||||
.method public onAbandon()V
|
||||
.locals 0
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onCancelLoad()Z
|
||||
.method public onCancelLoad()Z
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -336,6 +368,8 @@
|
|||
|
||||
.method public onContentChanged()V
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
iget-boolean v0, p0, Landroidx/loader/content/Loader;->mStarted:Z
|
||||
|
||||
|
@ -343,42 +377,58 @@
|
|||
|
||||
invoke-virtual {p0}, Landroidx/loader/content/Loader;->forceLoad()V
|
||||
|
||||
return-void
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x1
|
||||
|
||||
iput-boolean v0, p0, Landroidx/loader/content/Loader;->mContentChanged:Z
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onForceLoad()V
|
||||
.method public onForceLoad()V
|
||||
.locals 0
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onReset()V
|
||||
.method public onReset()V
|
||||
.locals 0
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onStartLoading()V
|
||||
.method public onStartLoading()V
|
||||
.locals 0
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onStopLoading()V
|
||||
.method public onStopLoading()V
|
||||
.locals 0
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public registerListener(ILandroidx/loader/content/Loader$OnLoadCompleteListener;)V
|
||||
.locals 1
|
||||
.param p2 # Landroidx/loader/content/Loader$OnLoadCompleteListener;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I",
|
||||
|
@ -409,6 +459,13 @@
|
|||
|
||||
.method public registerOnLoadCanceledListener(Landroidx/loader/content/Loader$OnLoadCanceledListener;)V
|
||||
.locals 1
|
||||
.param p1 # Landroidx/loader/content/Loader$OnLoadCanceledListener;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
|
@ -437,6 +494,8 @@
|
|||
|
||||
.method public reset()V
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Landroidx/loader/content/Loader;->onReset()V
|
||||
|
||||
|
@ -472,6 +531,8 @@
|
|||
|
||||
.method public final startLoading()V
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
|
@ -490,6 +551,8 @@
|
|||
|
||||
.method public stopLoading()V
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -519,7 +582,7 @@
|
|||
.end method
|
||||
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 2
|
||||
.locals 3
|
||||
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
|
@ -535,13 +598,9 @@
|
|||
|
||||
iget v1, p0, Landroidx/loader/content/Loader;->mId:I
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
const-string v2, "}"
|
||||
|
||||
const-string v1, "}"
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
invoke-static {v0, v1, v2}, Le/e/b/a/a;->a(Ljava/lang/StringBuilder;ILjava/lang/String;)Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
|
@ -550,6 +609,13 @@
|
|||
|
||||
.method public unregisterListener(Landroidx/loader/content/Loader$OnLoadCompleteListener;)V
|
||||
.locals 1
|
||||
.param p1 # Landroidx/loader/content/Loader$OnLoadCompleteListener;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
|
@ -591,6 +657,13 @@
|
|||
|
||||
.method public unregisterOnLoadCanceledListener(Landroidx/loader/content/Loader$OnLoadCanceledListener;)V
|
||||
.locals 1
|
||||
.param p1 # Landroidx/loader/content/Loader$OnLoadCanceledListener;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/MainThread;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class final Landroidx/loader/content/ModernAsyncTask$1;
|
||||
.class public final Landroidx/loader/content/ModernAsyncTask$1;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ModernAsyncTask.java"
|
||||
|
||||
|
@ -12,17 +12,17 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
accessFlags = 0x9
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final mCount:Ljava/util/concurrent/atomic/AtomicInteger;
|
||||
.field public final mCount:Ljava/util/concurrent/atomic/AtomicInteger;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>()V
|
||||
.method public constructor <init>()V
|
||||
.locals 2
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
@ -40,16 +40,16 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method public final newThread(Ljava/lang/Runnable;)Ljava/lang/Thread;
|
||||
.method public newThread(Ljava/lang/Runnable;)Ljava/lang/Thread;
|
||||
.locals 3
|
||||
|
||||
new-instance v0, Ljava/lang/Thread;
|
||||
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
const-string v1, "ModernAsyncTask #"
|
||||
|
||||
const-string v2, "ModernAsyncTask #"
|
||||
invoke-static {v1}, Le/e/b/a/a;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v1, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
move-result-object v1
|
||||
|
||||
iget-object v2, p0, Landroidx/loader/content/ModernAsyncTask$1;->mCount:Ljava/util/concurrent/atomic/AtomicInteger;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/loader/content/ModernAsyncTask$2;
|
||||
.class public Landroidx/loader/content/ModernAsyncTask$2;
|
||||
.super Landroidx/loader/content/ModernAsyncTask$WorkerRunnable;
|
||||
.source "ModernAsyncTask.java"
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
@ -22,11 +22,11 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/loader/content/ModernAsyncTask;
|
||||
.field public final synthetic this$0:Landroidx/loader/content/ModernAsyncTask;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/loader/content/ModernAsyncTask;)V
|
||||
.method public constructor <init>(Landroidx/loader/content/ModernAsyncTask;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/loader/content/ModernAsyncTask$2;->this$0:Landroidx/loader/content/ModernAsyncTask;
|
||||
|
@ -69,7 +69,7 @@
|
|||
|
||||
iget-object v0, p0, Landroidx/loader/content/ModernAsyncTask$2;->this$0:Landroidx/loader/content/ModernAsyncTask;
|
||||
|
||||
iget-object v3, p0, Landroidx/loader/content/ModernAsyncTask$2;->mParams:[Ljava/lang/Object;
|
||||
iget-object v3, p0, Landroidx/loader/content/ModernAsyncTask$WorkerRunnable;->mParams:[Ljava/lang/Object;
|
||||
|
||||
invoke-virtual {v0, v3}, Landroidx/loader/content/ModernAsyncTask;->doInBackground([Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/loader/content/ModernAsyncTask$3;
|
||||
.class public Landroidx/loader/content/ModernAsyncTask$3;
|
||||
.super Ljava/util/concurrent/FutureTask;
|
||||
.source "ModernAsyncTask.java"
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
@ -22,11 +22,11 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/loader/content/ModernAsyncTask;
|
||||
.field public final synthetic this$0:Landroidx/loader/content/ModernAsyncTask;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/loader/content/ModernAsyncTask;Ljava/util/concurrent/Callable;)V
|
||||
.method public constructor <init>(Landroidx/loader/content/ModernAsyncTask;Ljava/util/concurrent/Callable;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/loader/content/ModernAsyncTask$3;->this$0:Landroidx/loader/content/ModernAsyncTask;
|
||||
|
@ -38,13 +38,13 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method protected done()V
|
||||
.method public done()V
|
||||
.locals 3
|
||||
|
||||
const-string v0, "An error occurred while executing doInBackground()"
|
||||
|
||||
:try_start_0
|
||||
invoke-virtual {p0}, Landroidx/loader/content/ModernAsyncTask$3;->get()Ljava/lang/Object;
|
||||
invoke-virtual {p0}, Ljava/util/concurrent/FutureTask;->get()Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
|
@ -57,7 +57,7 @@
|
|||
.catch Ljava/util/concurrent/CancellationException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||||
|
||||
return-void
|
||||
goto :goto_0
|
||||
|
||||
:catchall_0
|
||||
move-exception v1
|
||||
|
@ -75,7 +75,7 @@
|
|||
|
||||
invoke-virtual {v0, v1}, Landroidx/loader/content/ModernAsyncTask;->postResultIfNotInvoked(Ljava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
goto :goto_0
|
||||
|
||||
:catch_1
|
||||
move-exception v1
|
||||
|
@ -97,5 +97,6 @@
|
|||
|
||||
invoke-static {v1, v0}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/Throwable;)I
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class synthetic Landroidx/loader/content/ModernAsyncTask$4;
|
||||
.class public synthetic Landroidx/loader/content/ModernAsyncTask$4;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ModernAsyncTask.java"
|
||||
|
||||
|
@ -9,17 +9,17 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x1008
|
||||
accessFlags = 0x1009
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field static final synthetic $SwitchMap$androidx$loader$content$ModernAsyncTask$Status:[I
|
||||
.field public static final synthetic $SwitchMap$androidx$loader$content$ModernAsyncTask$Status:[I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 3
|
||||
|
||||
invoke-static {}, Landroidx/loader/content/ModernAsyncTask$Status;->values()[Landroidx/loader/content/ModernAsyncTask$Status;
|
||||
|
@ -37,7 +37,7 @@
|
|||
|
||||
sget-object v1, Landroidx/loader/content/ModernAsyncTask$Status;->RUNNING:Landroidx/loader/content/ModernAsyncTask$Status;
|
||||
|
||||
invoke-virtual {v1}, Landroidx/loader/content/ModernAsyncTask$Status;->ordinal()I
|
||||
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
|
||||
|
||||
move-result v1
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
|||
|
||||
sget-object v1, Landroidx/loader/content/ModernAsyncTask$Status;->FINISHED:Landroidx/loader/content/ModernAsyncTask$Status;
|
||||
|
||||
invoke-virtual {v1}, Landroidx/loader/content/ModernAsyncTask$Status;->ordinal()I
|
||||
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
|
||||
|
||||
move-result v1
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/loader/content/ModernAsyncTask$AsyncTaskResult;
|
||||
.class public Landroidx/loader/content/ModernAsyncTask$AsyncTaskResult;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ModernAsyncTask.java"
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
accessFlags = 0x9
|
||||
name = "AsyncTaskResult"
|
||||
.end annotation
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field final mData:[Ljava/lang/Object;
|
||||
.field public final mData:[Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"[TData;"
|
||||
|
@ -32,11 +32,11 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field final mTask:Landroidx/loader/content/ModernAsyncTask;
|
||||
.field public final mTask:Landroidx/loader/content/ModernAsyncTask;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method varargs constructor <init>(Landroidx/loader/content/ModernAsyncTask;[Ljava/lang/Object;)V
|
||||
.method public varargs constructor <init>(Landroidx/loader/content/ModernAsyncTask;[Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/loader/content/ModernAsyncTask$InternalHandler;
|
||||
.class public Landroidx/loader/content/ModernAsyncTask$InternalHandler;
|
||||
.super Landroid/os/Handler;
|
||||
.source "ModernAsyncTask.java"
|
||||
|
||||
|
@ -9,13 +9,13 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
accessFlags = 0x9
|
||||
name = "InternalHandler"
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>()V
|
||||
.method public constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
invoke-static {}, Landroid/os/Looper;->getMainLooper()Landroid/os/Looper;
|
||||
|
@ -55,8 +55,7 @@
|
|||
|
||||
invoke-virtual {p1, v0}, Landroidx/loader/content/ModernAsyncTask;->onProgressUpdate([Ljava/lang/Object;)V
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
iget-object p1, v0, Landroidx/loader/content/ModernAsyncTask$AsyncTaskResult;->mTask:Landroidx/loader/content/ModernAsyncTask;
|
||||
|
@ -69,5 +68,6 @@
|
|||
|
||||
invoke-virtual {p1, v0}, Landroidx/loader/content/ModernAsyncTask;->finish(Ljava/lang/Object;)V
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field private static final synthetic $VALUES:[Landroidx/loader/content/ModernAsyncTask$Status;
|
||||
.field public static final synthetic $VALUES:[Landroidx/loader/content/ModernAsyncTask$Status;
|
||||
|
||||
.field public static final enum FINISHED:Landroidx/loader/content/ModernAsyncTask$Status;
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
|||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 5
|
||||
|
||||
new-instance v0, Landroidx/loader/content/ModernAsyncTask$Status;
|
||||
|
@ -87,7 +87,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>(Ljava/lang/String;I)V
|
||||
.method public constructor <init>(Ljava/lang/String;I)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class abstract Landroidx/loader/content/ModernAsyncTask$WorkerRunnable;
|
||||
.class public abstract Landroidx/loader/content/ModernAsyncTask$WorkerRunnable;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ModernAsyncTask.java"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x408
|
||||
accessFlags = 0x409
|
||||
name = "WorkerRunnable"
|
||||
.end annotation
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field mParams:[Ljava/lang/Object;
|
||||
.field public mParams:[Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"[TParams;"
|
||||
|
@ -41,7 +41,7 @@
|
|||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>()V
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class abstract Landroidx/loader/content/ModernAsyncTask;
|
||||
.class public abstract Landroidx/loader/content/ModernAsyncTask;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ModernAsyncTask.java"
|
||||
|
||||
|
@ -28,25 +28,25 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field private static final CORE_POOL_SIZE:I = 0x5
|
||||
.field public static final CORE_POOL_SIZE:I = 0x5
|
||||
|
||||
.field private static final KEEP_ALIVE:I = 0x1
|
||||
.field public static final KEEP_ALIVE:I = 0x1
|
||||
|
||||
.field private static final LOG_TAG:Ljava/lang/String; = "AsyncTask"
|
||||
.field public static final LOG_TAG:Ljava/lang/String; = "AsyncTask"
|
||||
|
||||
.field private static final MAXIMUM_POOL_SIZE:I = 0x80
|
||||
.field public static final MAXIMUM_POOL_SIZE:I = 0x80
|
||||
|
||||
.field private static final MESSAGE_POST_PROGRESS:I = 0x2
|
||||
.field public static final MESSAGE_POST_PROGRESS:I = 0x2
|
||||
|
||||
.field private static final MESSAGE_POST_RESULT:I = 0x1
|
||||
.field public static final MESSAGE_POST_RESULT:I = 0x1
|
||||
|
||||
.field public static final THREAD_POOL_EXECUTOR:Ljava/util/concurrent/Executor;
|
||||
|
||||
.field private static volatile sDefaultExecutor:Ljava/util/concurrent/Executor;
|
||||
.field public static volatile sDefaultExecutor:Ljava/util/concurrent/Executor;
|
||||
|
||||
.field private static sHandler:Landroidx/loader/content/ModernAsyncTask$InternalHandler;
|
||||
.field public static sHandler:Landroidx/loader/content/ModernAsyncTask$InternalHandler;
|
||||
|
||||
.field private static final sPoolWorkQueue:Ljava/util/concurrent/BlockingQueue;
|
||||
.field public static final sPoolWorkQueue:Ljava/util/concurrent/BlockingQueue;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/concurrent/BlockingQueue<",
|
||||
|
@ -56,13 +56,13 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private static final sThreadFactory:Ljava/util/concurrent/ThreadFactory;
|
||||
.field public static final sThreadFactory:Ljava/util/concurrent/ThreadFactory;
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final mCancelled:Ljava/util/concurrent/atomic/AtomicBoolean;
|
||||
.field public final mCancelled:Ljava/util/concurrent/atomic/AtomicBoolean;
|
||||
|
||||
.field private final mFuture:Ljava/util/concurrent/FutureTask;
|
||||
.field public final mFuture:Ljava/util/concurrent/FutureTask;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/concurrent/FutureTask<",
|
||||
|
@ -71,11 +71,11 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private volatile mStatus:Landroidx/loader/content/ModernAsyncTask$Status;
|
||||
.field public volatile mStatus:Landroidx/loader/content/ModernAsyncTask$Status;
|
||||
|
||||
.field final mTaskInvoked:Ljava/util/concurrent/atomic/AtomicBoolean;
|
||||
.field public final mTaskInvoked:Ljava/util/concurrent/atomic/AtomicBoolean;
|
||||
|
||||
.field private final mWorker:Landroidx/loader/content/ModernAsyncTask$WorkerRunnable;
|
||||
.field public final mWorker:Landroidx/loader/content/ModernAsyncTask$WorkerRunnable;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Landroidx/loader/content/ModernAsyncTask$WorkerRunnable<",
|
||||
|
@ -86,7 +86,7 @@
|
|||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 10
|
||||
|
||||
new-instance v0, Landroidx/loader/content/ModernAsyncTask$1;
|
||||
|
@ -123,12 +123,14 @@
|
|||
|
||||
sput-object v0, Landroidx/loader/content/ModernAsyncTask;->THREAD_POOL_EXECUTOR:Ljava/util/concurrent/Executor;
|
||||
|
||||
sget-object v0, Landroidx/loader/content/ModernAsyncTask;->THREAD_POOL_EXECUTOR:Ljava/util/concurrent/Executor;
|
||||
|
||||
sput-object v0, Landroidx/loader/content/ModernAsyncTask;->sDefaultExecutor:Ljava/util/concurrent/Executor;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method constructor <init>()V
|
||||
.method public constructor <init>()V
|
||||
.locals 2
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
@ -176,7 +178,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method private static getHandler()Landroid/os/Handler;
|
||||
.method public static getHandler()Landroid/os/Handler;
|
||||
.locals 2
|
||||
|
||||
const-class v0, Landroidx/loader/content/ModernAsyncTask;
|
||||
|
@ -213,6 +215,11 @@
|
|||
|
||||
.method public static setDefaultExecutor(Ljava/util/concurrent/Executor;)V
|
||||
.locals 0
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
sput-object p0, Landroidx/loader/content/ModernAsyncTask;->sDefaultExecutor:Ljava/util/concurrent/Executor;
|
||||
|
||||
|
@ -239,7 +246,7 @@
|
|||
return p1
|
||||
.end method
|
||||
|
||||
.method protected varargs abstract doInBackground([Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.method public varargs abstract doInBackground([Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"([TParams;)TResult;"
|
||||
|
@ -284,15 +291,11 @@
|
|||
|
||||
if-eq v0, v1, :cond_2
|
||||
|
||||
sget-object p1, Landroidx/loader/content/ModernAsyncTask$4;->$SwitchMap$androidx$loader$content$ModernAsyncTask$Status:[I
|
||||
iget-object p1, p0, Landroidx/loader/content/ModernAsyncTask;->mStatus:Landroidx/loader/content/ModernAsyncTask$Status;
|
||||
|
||||
iget-object p2, p0, Landroidx/loader/content/ModernAsyncTask;->mStatus:Landroidx/loader/content/ModernAsyncTask$Status;
|
||||
invoke-virtual {p1}, Ljava/lang/Enum;->ordinal()I
|
||||
|
||||
invoke-virtual {p2}, Landroidx/loader/content/ModernAsyncTask$Status;->ordinal()I
|
||||
|
||||
move-result p2
|
||||
|
||||
aget p1, p1, p2
|
||||
move-result p1
|
||||
|
||||
const/4 p2, 0x1
|
||||
|
||||
|
@ -346,7 +349,7 @@
|
|||
return-object p0
|
||||
.end method
|
||||
|
||||
.method finish(Ljava/lang/Object;)V
|
||||
.method public finish(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
@ -446,13 +449,13 @@
|
|||
return v0
|
||||
.end method
|
||||
|
||||
.method protected onCancelled()V
|
||||
.method public onCancelled()V
|
||||
.locals 0
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onCancelled(Ljava/lang/Object;)V
|
||||
.method public onCancelled(Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
@ -465,7 +468,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onPostExecute(Ljava/lang/Object;)V
|
||||
.method public onPostExecute(Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
@ -476,13 +479,13 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onPreExecute()V
|
||||
.method public onPreExecute()V
|
||||
.locals 0
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method protected varargs onProgressUpdate([Ljava/lang/Object;)V
|
||||
.method public varargs onProgressUpdate([Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
@ -493,7 +496,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method postResult(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.method public postResult(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 5
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
@ -526,7 +529,7 @@
|
|||
return-object p1
|
||||
.end method
|
||||
|
||||
.method postResultIfNotInvoked(Ljava/lang/Object;)V
|
||||
.method public postResultIfNotInvoked(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
@ -548,7 +551,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method protected final varargs publishProgress([Ljava/lang/Object;)V
|
||||
.method public final varargs publishProgress([Ljava/lang/Object;)V
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue