AgentWebSettingsImpl.smali

.class public Lcom/just/agentweb/AgentWebSettingsImpl;
.super Lcom/just/agentweb/AbsAgentWebSettings;
.source "AgentWebSettingsImpl.java"


# instance fields
.field private mAgentWeb:Lcom/just/agentweb/AgentWeb;


# direct methods
.method public constructor <init>()V
    .registers 1

    .line 1
    invoke-direct {p0}, Lcom/just/agentweb/AbsAgentWebSettings;-><init>()V

    return-void
.end method

.method private getActivityByContext(Landroid/content/Context;)Landroid/app/Activity;
    .registers 3

    .line 1
    instance-of v0, p1, Landroid/app/Activity;

    if-eqz v0, :cond_7

    check-cast p1, Landroid/app/Activity;

    return-object p1

    .line 2
    :cond_7
    :goto_7
    instance-of v0, p1, Landroid/content/ContextWrapper;

    if-eqz v0, :cond_19

    .line 3
    instance-of v0, p1, Landroid/app/Activity;

    if-eqz v0, :cond_12

    .line 4
    check-cast p1, Landroid/app/Activity;

    return-object p1

    .line 5
    :cond_12
    check-cast p1, Landroid/content/ContextWrapper;

    invoke-virtual {p1}, Landroid/content/ContextWrapper;->getBaseContext()Landroid/content/Context;

    move-result-object p1

    goto :goto_7

    :cond_19
    const/4 p1, 0x0

    return-object p1
.end method


# virtual methods
.method protected bindAgentWebSupport(Lcom/just/agentweb/AgentWeb;)V
    .registers 2

    .line 1
    iput-object p1, p0, Lcom/just/agentweb/AgentWebSettingsImpl;->mAgentWeb:Lcom/just/agentweb/AgentWeb;

    return-void
.end method

.method public setDownloader(Landroid/webkit/WebView;Landroid/webkit/DownloadListener;)Lcom/just/agentweb/WebListenerManager;
    .registers 4

    if-nez p2, :cond_12

    .line 1
    iget-object p2, p0, Lcom/just/agentweb/AgentWebSettingsImpl;->mAgentWeb:Lcom/just/agentweb/AgentWeb;

    invoke-virtual {p2}, Lcom/just/agentweb/AgentWeb;->getActivity()Landroid/app/Activity;

    move-result-object p2

    iget-object v0, p0, Lcom/just/agentweb/AgentWebSettingsImpl;->mAgentWeb:Lcom/just/agentweb/AgentWeb;

    invoke-virtual {v0}, Lcom/just/agentweb/AgentWeb;->getPermissionInterceptor()Lcom/just/agentweb/PermissionInterceptor;

    move-result-object v0

    invoke-static {p2, p1, v0}, Lcom/just/agentweb/DefaultDownloadImpl;->create(Landroid/app/Activity;Landroid/webkit/WebView;Lcom/just/agentweb/PermissionInterceptor;)Lcom/just/agentweb/DefaultDownloadImpl;

    move-result-object p2

    .line 2
    :cond_12
    invoke-super {p0, p1, p2}, Lcom/just/agentweb/AbsAgentWebSettings;->setDownloader(Landroid/webkit/WebView;Landroid/webkit/DownloadListener;)Lcom/just/agentweb/WebListenerManager;

    return-object p0
.end method