353 lines
9.0 KiB
Smali
353 lines
9.0 KiB
Smali
.class public Lcom/moji/external/provider/ExternalWeatherProvider;
|
|
.super Landroid/content/ContentProvider;
|
|
.source "ExternalWeatherProvider.java"
|
|
|
|
|
|
# static fields
|
|
.field private static final a:Landroid/content/UriMatcher;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
.line 23
|
|
new-instance v0, Landroid/content/UriMatcher;
|
|
|
|
const/4 v1, -0x1
|
|
|
|
invoke-direct {v0, v1}, Landroid/content/UriMatcher;-><init>(I)V
|
|
|
|
sput-object v0, Lcom/moji/external/provider/ExternalWeatherProvider;->a:Landroid/content/UriMatcher;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 20
|
|
invoke-direct {p0}, Landroid/content/ContentProvider;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public delete(Landroid/net/Uri;Ljava/lang/String;[Ljava/lang/String;)I
|
|
.locals 0
|
|
.param p1 # Landroid/net/Uri;
|
|
.annotation build Landroid/support/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p2 # Ljava/lang/String;
|
|
.annotation build Landroid/support/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.param p3 # [Ljava/lang/String;
|
|
.annotation build Landroid/support/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public getType(Landroid/net/Uri;)Ljava/lang/String;
|
|
.locals 1
|
|
.param p1 # Landroid/net/Uri;
|
|
.annotation build Landroid/support/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroid/support/annotation/Nullable;
|
|
.end annotation
|
|
|
|
.line 64
|
|
sget-object v0, Lcom/moji/external/provider/ExternalWeatherProvider;->a:Landroid/content/UriMatcher;
|
|
|
|
invoke-virtual {v0, p1}, Landroid/content/UriMatcher;->match(Landroid/net/Uri;)I
|
|
|
|
move-result p1
|
|
|
|
const/4 v0, 0x1
|
|
|
|
if-ne p1, v0, :cond_0
|
|
|
|
const-string p1, "vnd.android.cursor.item/weathers"
|
|
|
|
return-object p1
|
|
|
|
.line 69
|
|
:cond_0
|
|
new-instance p1, Ljava/lang/IllegalArgumentException;
|
|
|
|
const-string v0, "Unknown URL"
|
|
|
|
invoke-direct {p1, v0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public insert(Landroid/net/Uri;Landroid/content/ContentValues;)Landroid/net/Uri;
|
|
.locals 0
|
|
.param p1 # Landroid/net/Uri;
|
|
.annotation build Landroid/support/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p2 # Landroid/content/ContentValues;
|
|
.annotation build Landroid/support/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroid/support/annotation/Nullable;
|
|
.end annotation
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public onCreate()Z
|
|
.locals 4
|
|
|
|
.line 28
|
|
sget-object v0, Lcom/moji/external/provider/ExternalWeatherProvider;->a:Landroid/content/UriMatcher;
|
|
|
|
const-string v1, "com.moji.hisense.provider.weather"
|
|
|
|
const-string v2, "hisense/weather/*/*"
|
|
|
|
const/4 v3, 0x1
|
|
|
|
invoke-virtual {v0, v1, v2, v3}, Landroid/content/UriMatcher;->addURI(Ljava/lang/String;Ljava/lang/String;I)V
|
|
|
|
return v3
|
|
.end method
|
|
|
|
.method public query(Landroid/net/Uri;[Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)Landroid/database/Cursor;
|
|
.locals 1
|
|
.param p1 # Landroid/net/Uri;
|
|
.annotation build Landroid/support/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p2 # [Ljava/lang/String;
|
|
.annotation build Landroid/support/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.param p3 # Ljava/lang/String;
|
|
.annotation build Landroid/support/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.param p4 # [Ljava/lang/String;
|
|
.annotation build Landroid/support/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.param p5 # Ljava/lang/String;
|
|
.annotation build Landroid/support/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroid/support/annotation/Nullable;
|
|
.end annotation
|
|
|
|
.line 35
|
|
sget-object p2, Lcom/moji/external/provider/ExternalWeatherProvider;->a:Landroid/content/UriMatcher;
|
|
|
|
invoke-virtual {p2, p1}, Landroid/content/UriMatcher;->match(Landroid/net/Uri;)I
|
|
|
|
move-result p2
|
|
|
|
const/4 p3, 0x0
|
|
|
|
const/4 p4, 0x1
|
|
|
|
if-eq p2, p4, :cond_0
|
|
|
|
goto/16 :goto_3
|
|
|
|
:cond_0
|
|
:try_start_0
|
|
const-string p2, "ExternalWeatherProvider"
|
|
|
|
.line 40
|
|
new-instance p4, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {p4}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string p5, " query uri\uff1a"
|
|
|
|
invoke-virtual {p4, p5}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {p1}, Landroid/net/Uri;->getPath()Ljava/lang/String;
|
|
|
|
move-result-object p5
|
|
|
|
invoke-virtual {p4, p5}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {p4}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p4
|
|
|
|
invoke-static {p2, p4}, Lcom/moji/tool/log/MJLogger;->c(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
.line 41
|
|
invoke-virtual {p1}, Landroid/net/Uri;->getPathSegments()Ljava/util/List;
|
|
|
|
move-result-object p2
|
|
|
|
const/4 p4, 0x2
|
|
|
|
invoke-interface {p2, p4}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object p2
|
|
|
|
check-cast p2, Ljava/lang/String;
|
|
|
|
invoke-static {p2}, Ljava/lang/Integer;->parseInt(Ljava/lang/String;)I
|
|
|
|
move-result p2
|
|
|
|
const-string p4, ""
|
|
|
|
.line 43
|
|
invoke-virtual {p1}, Landroid/net/Uri;->getPathSegments()Ljava/util/List;
|
|
|
|
move-result-object p5
|
|
|
|
invoke-interface {p5}, Ljava/util/List;->size()I
|
|
|
|
move-result p5
|
|
|
|
const/4 v0, 0x4
|
|
|
|
if-lt p5, v0, :cond_1
|
|
|
|
.line 44
|
|
invoke-virtual {p1}, Landroid/net/Uri;->getPathSegments()Ljava/util/List;
|
|
|
|
move-result-object p1
|
|
|
|
const/4 p4, 0x3
|
|
|
|
invoke-interface {p1, p4}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
move-object p4, p1
|
|
|
|
check-cast p4, Ljava/lang/String;
|
|
|
|
.line 46
|
|
:cond_1
|
|
invoke-static {}, Lcom/moji/external/manager/ExternalWeatherManager;->a()Lcom/moji/external/manager/ExternalWeatherManager;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-virtual {p1, p2, p4}, Lcom/moji/external/manager/ExternalWeatherManager;->a(ILjava/lang/String;)Landroid/database/Cursor;
|
|
|
|
move-result-object p1
|
|
:try_end_0
|
|
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_1
|
|
|
|
.line 48
|
|
:try_start_1
|
|
invoke-static {}, Lcom/moji/statistics/EventManager;->a()Lcom/moji/statistics/EventManager;
|
|
|
|
move-result-object p3
|
|
|
|
sget-object p5, Lcom/moji/statistics/EVENT_TAG;->OUTSIDE_FROM:Lcom/moji/statistics/EVENT_TAG;
|
|
|
|
invoke-virtual {p3, p5, p4}, Lcom/moji/statistics/EventManager;->a(Lcom/moji/statistics/EVENT_TAG;Ljava/lang/String;)Lcom/moji/statistics/EventManager;
|
|
|
|
.line 49
|
|
invoke-static {}, Lcom/moji/statistics/EventManager;->a()Lcom/moji/statistics/EventManager;
|
|
|
|
move-result-object p3
|
|
|
|
sget-object p4, Lcom/moji/statistics/EVENT_TAG;->SEND_WEATHER:Lcom/moji/statistics/EVENT_TAG;
|
|
|
|
if-eqz p1, :cond_3
|
|
|
|
.line 50
|
|
invoke-interface {p1}, Landroid/database/Cursor;->getCount()I
|
|
|
|
move-result p5
|
|
|
|
if-nez p5, :cond_2
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
new-instance p5, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {p5}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
invoke-virtual {p5, p2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
|
|
|
const-string p2, ""
|
|
|
|
invoke-virtual {p5, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {p5}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p2
|
|
|
|
goto :goto_1
|
|
|
|
:cond_3
|
|
:goto_0
|
|
const-string p2, "null"
|
|
|
|
.line 49
|
|
:goto_1
|
|
invoke-virtual {p3, p4, p2}, Lcom/moji/statistics/EventManager;->a(Lcom/moji/statistics/EVENT_TAG;Ljava/lang/String;)Lcom/moji/statistics/EventManager;
|
|
:try_end_1
|
|
.catch Ljava/lang/Exception; {:try_start_1 .. :try_end_1} :catch_0
|
|
|
|
move-object p3, p1
|
|
|
|
goto :goto_3
|
|
|
|
:catch_0
|
|
move-exception p2
|
|
|
|
move-object p3, p1
|
|
|
|
move-object p1, p2
|
|
|
|
goto :goto_2
|
|
|
|
:catch_1
|
|
move-exception p1
|
|
|
|
.line 52
|
|
:goto_2
|
|
invoke-virtual {p1}, Ljava/lang/Exception;->printStackTrace()V
|
|
|
|
:goto_3
|
|
return-object p3
|
|
.end method
|
|
|
|
.method public update(Landroid/net/Uri;Landroid/content/ContentValues;Ljava/lang/String;[Ljava/lang/String;)I
|
|
.locals 0
|
|
.param p1 # Landroid/net/Uri;
|
|
.annotation build Landroid/support/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p2 # Landroid/content/ContentValues;
|
|
.annotation build Landroid/support/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.param p3 # Ljava/lang/String;
|
|
.annotation build Landroid/support/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.param p4 # [Ljava/lang/String;
|
|
.annotation build Landroid/support/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
.end method
|