tmap/smali/androidx/core/app/JobIntentService$a.smali
2022-06-10 21:38:30 +09:00

134 lines
3.2 KiB
Smali

.class public final Landroidx/core/app/JobIntentService$a;
.super Landroid/os/AsyncTask;
.source "JobIntentService.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/core/app/JobIntentService;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x11
name = "a"
.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 public final synthetic a:Landroidx/core/app/JobIntentService;
# direct methods
.method public constructor <init>(Landroidx/core/app/JobIntentService;)V
.locals 0
.line 1
iput-object p1, p0, Landroidx/core/app/JobIntentService$a;->a:Landroidx/core/app/JobIntentService;
invoke-direct {p0}, Landroid/os/AsyncTask;-><init>()V
return-void
.end method
# virtual methods
.method public varargs a([Ljava/lang/Void;)Ljava/lang/Void;
.locals 2
.line 1
:goto_0
iget-object p1, p0, Landroidx/core/app/JobIntentService$a;->a:Landroidx/core/app/JobIntentService;
invoke-virtual {p1}, Landroidx/core/app/JobIntentService;->a()Landroidx/core/app/JobIntentService$e;
move-result-object p1
if-eqz p1, :cond_0
.line 2
iget-object v0, p0, Landroidx/core/app/JobIntentService$a;->a:Landroidx/core/app/JobIntentService;
invoke-interface {p1}, Landroidx/core/app/JobIntentService$e;->getIntent()Landroid/content/Intent;
move-result-object v1
invoke-virtual {v0, v1}, Landroidx/core/app/JobIntentService;->h(Landroid/content/Intent;)V
.line 3
invoke-interface {p1}, Landroidx/core/app/JobIntentService$e;->complete()V
goto :goto_0
:cond_0
const/4 p1, 0x0
return-object p1
.end method
.method public b(Ljava/lang/Void;)V
.locals 0
.line 1
iget-object p1, p0, Landroidx/core/app/JobIntentService$a;->a:Landroidx/core/app/JobIntentService;
invoke-virtual {p1}, Landroidx/core/app/JobIntentService;->j()V
return-void
.end method
.method public c(Ljava/lang/Void;)V
.locals 0
.line 1
iget-object p1, p0, Landroidx/core/app/JobIntentService$a;->a:Landroidx/core/app/JobIntentService;
invoke-virtual {p1}, Landroidx/core/app/JobIntentService;->j()V
return-void
.end method
.method public bridge synthetic doInBackground([Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 1
check-cast p1, [Ljava/lang/Void;
invoke-virtual {p0, p1}, Landroidx/core/app/JobIntentService$a;->a([Ljava/lang/Void;)Ljava/lang/Void;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic onCancelled(Ljava/lang/Object;)V
.locals 0
.line 1
check-cast p1, Ljava/lang/Void;
invoke-virtual {p0, p1}, Landroidx/core/app/JobIntentService$a;->b(Ljava/lang/Void;)V
return-void
.end method
.method public bridge synthetic onPostExecute(Ljava/lang/Object;)V
.locals 0
.line 1
check-cast p1, Ljava/lang/Void;
invoke-virtual {p0, p1}, Landroidx/core/app/JobIntentService$a;->c(Ljava/lang/Void;)V
return-void
.end method