Files
rr3-apk/smali/androidx/core/app/JobIntentService$CommandProcessor.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

134 lines
3.5 KiB
Smali

.class final Landroidx/core/app/JobIntentService$CommandProcessor;
.super Landroid/os/AsyncTask;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/core/app/JobIntentService;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x11
name = "CommandProcessor"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroid/os/AsyncTask<",
"Ljava/lang/Void;",
"Ljava/lang/Void;",
"Ljava/lang/Void;",
">;"
}
.end annotation
# instance fields
.field final synthetic this$0:Landroidx/core/app/JobIntentService;
# direct methods
.method public constructor <init>(Landroidx/core/app/JobIntentService;)V
.locals 0
iput-object p1, p0, Landroidx/core/app/JobIntentService$CommandProcessor;->this$0:Landroidx/core/app/JobIntentService;
.line 387
invoke-direct {p0}, Landroid/os/AsyncTask;-><init>()V
return-void
.end method
# virtual methods
.method public bridge synthetic doInBackground([Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 387
check-cast p1, [Ljava/lang/Void;
invoke-virtual {p0, p1}, Landroidx/core/app/JobIntentService$CommandProcessor;->doInBackground([Ljava/lang/Void;)Ljava/lang/Void;
move-result-object p1
return-object p1
.end method
.method public varargs doInBackground([Ljava/lang/Void;)Ljava/lang/Void;
.locals 2
:goto_0
iget-object p1, p0, Landroidx/core/app/JobIntentService$CommandProcessor;->this$0:Landroidx/core/app/JobIntentService;
.line 394
invoke-virtual {p1}, Landroidx/core/app/JobIntentService;->dequeueWork()Landroidx/core/app/JobIntentService$GenericWorkItem;
move-result-object p1
if-eqz p1, :cond_0
iget-object v0, p0, Landroidx/core/app/JobIntentService$CommandProcessor;->this$0:Landroidx/core/app/JobIntentService;
.line 396
invoke-interface {p1}, Landroidx/core/app/JobIntentService$GenericWorkItem;->getIntent()Landroid/content/Intent;
move-result-object v1
invoke-virtual {v0, v1}, Landroidx/core/app/JobIntentService;->onHandleWork(Landroid/content/Intent;)V
.line 398
invoke-interface {p1}, Landroidx/core/app/JobIntentService$GenericWorkItem;->complete()V
goto :goto_0
:cond_0
const/4 p1, 0x0
return-object p1
.end method
.method public bridge synthetic onCancelled(Ljava/lang/Object;)V
.locals 0
.line 387
check-cast p1, Ljava/lang/Void;
invoke-virtual {p0, p1}, Landroidx/core/app/JobIntentService$CommandProcessor;->onCancelled(Ljava/lang/Void;)V
return-void
.end method
.method public onCancelled(Ljava/lang/Void;)V
.locals 0
iget-object p1, p0, Landroidx/core/app/JobIntentService$CommandProcessor;->this$0:Landroidx/core/app/JobIntentService;
.line 408
invoke-virtual {p1}, Landroidx/core/app/JobIntentService;->processorFinished()V
return-void
.end method
.method public bridge synthetic onPostExecute(Ljava/lang/Object;)V
.locals 0
.line 387
check-cast p1, Ljava/lang/Void;
invoke-virtual {p0, p1}, Landroidx/core/app/JobIntentService$CommandProcessor;->onPostExecute(Ljava/lang/Void;)V
return-void
.end method
.method public onPostExecute(Ljava/lang/Void;)V
.locals 0
iget-object p1, p0, Landroidx/core/app/JobIntentService$CommandProcessor;->this$0:Landroidx/core/app/JobIntentService;
.line 413
invoke-virtual {p1}, Landroidx/core/app/JobIntentService;->processorFinished()V
return-void
.end method