ExecutionDelegator$1.smali

.class public Lcom/firebase/jobdispatcher/ExecutionDelegator$1;
.super Lcom/firebase/jobdispatcher/IJobCallback$Stub;
.source "ExecutionDelegator.java"


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/firebase/jobdispatcher/ExecutionDelegator;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x1
    name = null
.end annotation


# instance fields
.field public final synthetic this$0:Lcom/firebase/jobdispatcher/ExecutionDelegator;


# direct methods
.method static constructor <clinit>()V
    .registers 1

    return-void
.end method

.method public constructor <init>(Lcom/firebase/jobdispatcher/ExecutionDelegator;)V
    .registers 2

    iput-object p1, p0, Lcom/firebase/jobdispatcher/ExecutionDelegator$1;->this$0:Lcom/firebase/jobdispatcher/ExecutionDelegator;

    invoke-direct {p0}, Lcom/firebase/jobdispatcher/IJobCallback$Stub;-><init>()V

    return-void
.end method


# virtual methods
.method public jobFinished(Landroid/os/Bundle;I)V
    .registers 4

    invoke-static {}, Lcom/firebase/jobdispatcher/GooglePlayReceiver;->getJobCoder()Lcom/firebase/jobdispatcher/JobCoder;

    move-result-object v0

    invoke-virtual {v0, p1}, Lcom/firebase/jobdispatcher/JobCoder;->decode(Landroid/os/Bundle;)Lcom/firebase/jobdispatcher/JobInvocation$Builder;

    move-result-object p1

    if-nez p1, :cond_12

    const-string p1, "FJD.ExternalReceiver"

    const-string p2, "jobFinished: unknown invocation provided"

    invoke-static {p1, p2}, Landroid/util/Log;->wtf(Ljava/lang/String;Ljava/lang/String;)I

    return-void

    :cond_12
    iget-object v0, p0, Lcom/firebase/jobdispatcher/ExecutionDelegator$1;->this$0:Lcom/firebase/jobdispatcher/ExecutionDelegator;

    invoke-virtual {p1}, Lcom/firebase/jobdispatcher/JobInvocation$Builder;->build()Lcom/firebase/jobdispatcher/JobInvocation;

    move-result-object p1

    # invokes: Lcom/firebase/jobdispatcher/ExecutionDelegator;->onJobFinishedMessage(Lcom/firebase/jobdispatcher/JobInvocation;I)V
    invoke-static {v0, p1, p2}, Lcom/firebase/jobdispatcher/ExecutionDelegator;->access$000(Lcom/firebase/jobdispatcher/ExecutionDelegator;Lcom/firebase/jobdispatcher/JobInvocation;I)V

    return-void
.end method