ServiceLocator$19.smali

.class Lcom/vungle/warren/ServiceLocator$19;
.super Lcom/vungle/warren/ServiceLocator$Creator;
.source "ServiceLocator.java"


# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
    value = Lcom/vungle/warren/ServiceLocator;->buildCreators()V
.end annotation

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

.annotation system Ldalvik/annotation/Signature;
    value = {
        "Lcom/vungle/warren/ServiceLocator$Creator<",
        "Lcom/vungle/warren/utility/AppSession;",
        ">;"
    }
.end annotation


# instance fields
.field final synthetic this$0:Lcom/vungle/warren/ServiceLocator;


# direct methods
.method constructor <init>(Lcom/vungle/warren/ServiceLocator;)V
    .registers 3

    .line 1
    iput-object p1, p0, Lcom/vungle/warren/ServiceLocator$19;->this$0:Lcom/vungle/warren/ServiceLocator;

    const/4 v0, 0x0

    invoke-direct {p0, p1, v0}, Lcom/vungle/warren/ServiceLocator$Creator;-><init>(Lcom/vungle/warren/ServiceLocator;Lcom/vungle/warren/ServiceLocator$1;)V

    return-void
.end method


# virtual methods
.method create()Lcom/vungle/warren/utility/AppSession;
    .registers 2

    .line 2
    new-instance v0, Lcom/vungle/warren/utility/AppSession;

    invoke-direct {v0}, Lcom/vungle/warren/utility/AppSession;-><init>()V

    return-object v0
.end method

.method bridge synthetic create()Ljava/lang/Object;
    .registers 2

    .line 1
    invoke-virtual {p0}, Lcom/vungle/warren/ServiceLocator$19;->create()Lcom/vungle/warren/utility/AppSession;

    move-result-object v0

    return-object v0
.end method