BarcodeProxyMgr.smali
.class public Lio/dcloud/feature/barcode2/BarcodeProxyMgr;
.super Ljava/lang/Object;
# static fields
.field private static mInstance:Lio/dcloud/feature/barcode2/BarcodeProxyMgr;
# instance fields
.field private mBProxyCaches:Ljava/util/LinkedHashMap;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/LinkedHashMap<",
"Ljava/lang/String;",
"Lio/dcloud/feature/barcode2/BarcodeProxy;",
">;"
}
.end annotation
.end field
.field private mFeatureMgr:Lio/dcloud/common/DHInterface/AbsMgr;
# direct methods
.method public constructor <init>()V
.registers 2
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
new-instance v0, Ljava/util/LinkedHashMap;
invoke-direct {v0}, Ljava/util/LinkedHashMap;-><init>()V
iput-object v0, p0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mBProxyCaches:Ljava/util/LinkedHashMap;
return-void
.end method
.method public static getBarcodeProxyMgr()Lio/dcloud/feature/barcode2/BarcodeProxyMgr;
.registers 1
.line 1
sget-object v0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mInstance:Lio/dcloud/feature/barcode2/BarcodeProxyMgr;
if-nez v0, :cond_b
.line 2
new-instance v0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;
invoke-direct {v0}, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;-><init>()V
sput-object v0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mInstance:Lio/dcloud/feature/barcode2/BarcodeProxyMgr;
.line 4
:cond_b
sget-object v0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mInstance:Lio/dcloud/feature/barcode2/BarcodeProxyMgr;
return-object v0
.end method
# virtual methods
.method public doForFeature(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
.registers 4
const-string v0, "appendToFrameView"
.line 1
invoke-virtual {p1, v0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_24
.line 2
check-cast p2, [Ljava/lang/Object;
const/4 p1, 0x0
.line 3
aget-object p1, p2, p1
check-cast p1, Lio/dcloud/common/adapter/ui/AdaFrameView;
const/4 v0, 0x1
.line 4
aget-object p2, p2, v0
check-cast p2, Ljava/lang/String;
.line 5
invoke-virtual {p1}, Lio/dcloud/common/adapter/ui/AdaFrameView;->obtainApp()Lio/dcloud/common/DHInterface/IApp;
move-result-object v0
invoke-interface {v0}, Lio/dcloud/common/DHInterface/IApp;->obtainAppId()Ljava/lang/String;
.line 6
invoke-virtual {p0, p2}, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->getBarcodeProxyByUuid(Ljava/lang/String;)Lio/dcloud/feature/barcode2/BarcodeProxy;
move-result-object p2
if-eqz p2, :cond_24
.line 8
invoke-virtual {p2, p1}, Lio/dcloud/feature/barcode2/BarcodeProxy;->appendToFrameView(Lio/dcloud/common/adapter/ui/AdaFrameView;)V
:cond_24
const/4 p1, 0x0
return-object p1
.end method
.method public execute(Lio/dcloud/common/DHInterface/IWebview;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String;
.registers 7
const-string v0, "getBarcodeById"
.line 1
invoke-virtual {p2, v0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
const/4 v1, 0x0
if-eqz v0, :cond_32
.line 2
invoke-interface {p1}, Lio/dcloud/common/DHInterface/IWebview;->getContext()Landroid/content/Context;
move-result-object p1
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "Barcode-"
invoke-virtual {v0, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p2
invoke-static {p1, p2}, Lio/dcloud/common/util/AppRuntime;->checkPrivacyComplianceAndPrompt(Landroid/content/Context;Ljava/lang/String;)V
.line 3
aget-object p1, p3, v1
.line 4
invoke-virtual {p0, p1}, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->getBarcodeProxyById(Ljava/lang/String;)Lio/dcloud/feature/barcode2/BarcodeProxy;
move-result-object p1
if-eqz p1, :cond_53
.line 6
invoke-virtual {p1}, Lio/dcloud/feature/barcode2/BarcodeProxy;->getJsBarcode()Lorg/json/JSONObject;
move-result-object p1
.line 7
invoke-static {p1}, Lio/dcloud/common/util/JSUtil;->wrapJsVar(Lorg/json/JSONObject;)Ljava/lang/String;
move-result-object p1
goto :goto_54
.line 10
:cond_32
aget-object v0, p3, v1
.line 12
iget-object v1, p0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mBProxyCaches:Ljava/util/LinkedHashMap;
invoke-virtual {v1, v0}, Ljava/util/LinkedHashMap;->containsKey(Ljava/lang/Object;)Z
move-result v1
if-nez v1, :cond_47
.line 13
new-instance v1, Lio/dcloud/feature/barcode2/BarcodeProxy;
invoke-direct {v1}, Lio/dcloud/feature/barcode2/BarcodeProxy;-><init>()V
.line 14
iget-object v2, p0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mBProxyCaches:Ljava/util/LinkedHashMap;
invoke-virtual {v2, v0, v1}, Ljava/util/LinkedHashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
goto :goto_50
.line 16
:cond_47
iget-object v1, p0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mBProxyCaches:Ljava/util/LinkedHashMap;
invoke-virtual {v1, v0}, Ljava/util/LinkedHashMap;->get(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v0
move-object v1, v0
check-cast v1, Lio/dcloud/feature/barcode2/BarcodeProxy;
.line 18
:goto_50
invoke-virtual {v1, p1, p2, p3}, Lio/dcloud/feature/barcode2/BarcodeProxy;->execute(Lio/dcloud/common/DHInterface/IWebview;Ljava/lang/String;[Ljava/lang/String;)V
:cond_53
const/4 p1, 0x0
:goto_54
return-object p1
.end method
.method public findWebviewByUuid(Lio/dcloud/common/DHInterface/IWebview;Ljava/lang/String;)Lio/dcloud/common/DHInterface/IWebview;
.registers 10
.line 1
iget-object v0, p0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mFeatureMgr:Lio/dcloud/common/DHInterface/AbsMgr;
if-eqz v0, :cond_32
.line 2
sget-object v1, Lio/dcloud/common/DHInterface/IMgr$MgrType;->FeatureMgr:Lio/dcloud/common/DHInterface/IMgr$MgrType;
const/4 v2, 0x4
new-array v2, v2, [Ljava/lang/Object;
const/4 v3, 0x0
aput-object p1, v2, v3
const-string v4, "ui"
const/4 v5, 0x1
aput-object v4, v2, v5
const-string v4, "findWebview"
const/4 v6, 0x2
aput-object v4, v2, v6
new-array v4, v6, [Ljava/lang/String;
invoke-interface {p1}, Lio/dcloud/common/DHInterface/IWebview;->obtainApp()Lio/dcloud/common/DHInterface/IApp;
move-result-object p1
invoke-interface {p1}, Lio/dcloud/common/DHInterface/IApp;->obtainAppId()Ljava/lang/String;
move-result-object p1
aput-object p1, v4, v3
aput-object p2, v4, v5
const/4 p1, 0x3
aput-object v4, v2, p1
const/16 p1, 0xa
invoke-interface {v0, v1, p1, v2}, Lio/dcloud/common/DHInterface/IMgr;->processEvent(Lio/dcloud/common/DHInterface/IMgr$MgrType;ILjava/lang/Object;)Ljava/lang/Object;
move-result-object p1
if-eqz p1, :cond_32
.line 4
check-cast p1, Lio/dcloud/common/DHInterface/IWebview;
return-object p1
:cond_32
const/4 p1, 0x0
return-object p1
.end method
.method public getBarcodeProxyById(Ljava/lang/String;)Lio/dcloud/feature/barcode2/BarcodeProxy;
.registers 5
.line 1
iget-object v0, p0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mBProxyCaches:Ljava/util/LinkedHashMap;
invoke-virtual {v0}, Ljava/util/LinkedHashMap;->keySet()Ljava/util/Set;
move-result-object v0
invoke-interface {v0}, Ljava/util/Set;->iterator()Ljava/util/Iterator;
move-result-object v0
:cond_a
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
move-result v1
if-eqz v1, :cond_2f
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v1
check-cast v1, Ljava/lang/String;
.line 2
iget-object v2, p0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mBProxyCaches:Ljava/util/LinkedHashMap;
invoke-virtual {v2, v1}, Ljava/util/LinkedHashMap;->get(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v1
check-cast v1, Lio/dcloud/feature/barcode2/BarcodeProxy;
.line 3
iget-object v2, v1, Lio/dcloud/feature/barcode2/BarcodeProxy;->mId:Ljava/lang/String;
invoke-static {v2}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v2
if-nez v2, :cond_a
iget-object v2, v1, Lio/dcloud/feature/barcode2/BarcodeProxy;->mId:Ljava/lang/String;
invoke-virtual {v2, p1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_a
return-object v1
:cond_2f
const/4 p1, 0x0
return-object p1
.end method
.method public getBarcodeProxyByUuid(Ljava/lang/String;)Lio/dcloud/feature/barcode2/BarcodeProxy;
.registers 3
.line 1
iget-object v0, p0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mBProxyCaches:Ljava/util/LinkedHashMap;
invoke-virtual {v0, p1}, Ljava/util/LinkedHashMap;->containsKey(Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_11
.line 2
iget-object v0, p0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mBProxyCaches:Ljava/util/LinkedHashMap;
invoke-virtual {v0, p1}, Ljava/util/LinkedHashMap;->get(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
check-cast p1, Lio/dcloud/feature/barcode2/BarcodeProxy;
return-object p1
:cond_11
const/4 p1, 0x0
return-object p1
.end method
.method public onDestroy()V
.registers 4
.line 1
iget-object v0, p0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mBProxyCaches:Ljava/util/LinkedHashMap;
invoke-virtual {v0}, Ljava/util/LinkedHashMap;->keySet()Ljava/util/Set;
move-result-object v0
invoke-interface {v0}, Ljava/util/Set;->iterator()Ljava/util/Iterator;
move-result-object v0
:cond_a
:goto_a
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
move-result v1
if-eqz v1, :cond_24
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v1
check-cast v1, Ljava/lang/String;
.line 2
iget-object v2, p0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mBProxyCaches:Ljava/util/LinkedHashMap;
invoke-virtual {v2, v1}, Ljava/util/LinkedHashMap;->remove(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v1
check-cast v1, Lio/dcloud/feature/barcode2/BarcodeProxy;
if-eqz v1, :cond_a
.line 4
invoke-virtual {v1}, Lio/dcloud/feature/barcode2/BarcodeProxy;->onDestroy()V
goto :goto_a
.line 7
:cond_24
iget-object v0, p0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mBProxyCaches:Ljava/util/LinkedHashMap;
invoke-virtual {v0}, Ljava/util/LinkedHashMap;->clear()V
return-void
.end method
.method public removeBarcodeProxy(Ljava/lang/String;)V
.registers 3
.line 1
iget-object v0, p0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mBProxyCaches:Ljava/util/LinkedHashMap;
invoke-virtual {v0, p1}, Ljava/util/LinkedHashMap;->remove(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
check-cast p1, Lio/dcloud/feature/barcode2/BarcodeProxy;
if-eqz p1, :cond_d
.line 3
invoke-virtual {p1}, Lio/dcloud/feature/barcode2/BarcodeProxy;->onDestroy()V
:cond_d
return-void
.end method
.method public setFeatureMgr(Lio/dcloud/common/DHInterface/AbsMgr;)V
.registers 2
.line 1
iput-object p1, p0, Lio/dcloud/feature/barcode2/BarcodeProxyMgr;->mFeatureMgr:Lio/dcloud/common/DHInterface/AbsMgr;
return-void
.end method