55 lines
1.4 KiB
Smali
55 lines
1.4 KiB
Smali
.class Lcom/moji/mjweather/DaemonService$ScreenReceiver;
|
|
.super Landroid/content/BroadcastReceiver;
|
|
.source "DaemonService.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/moji/mjweather/DaemonService;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0xa
|
|
name = "ScreenReceiver"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 39
|
|
invoke-direct {p0}, Landroid/content/BroadcastReceiver;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method synthetic constructor <init>(Lcom/moji/mjweather/DaemonService$1;)V
|
|
.locals 0
|
|
|
|
.line 39
|
|
invoke-direct {p0}, Lcom/moji/mjweather/DaemonService$ScreenReceiver;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onReceive(Landroid/content/Context;Landroid/content/Intent;)V
|
|
.locals 1
|
|
|
|
.line 43
|
|
invoke-virtual {p2}, Landroid/content/Intent;->getAction()Ljava/lang/String;
|
|
|
|
move-result-object p2
|
|
|
|
.line 44
|
|
new-instance v0, Lcom/moji/mjweather/DaemonService$ScreenReceiver$1;
|
|
|
|
invoke-direct {v0, p0, p2, p1}, Lcom/moji/mjweather/DaemonService$ScreenReceiver$1;-><init>(Lcom/moji/mjweather/DaemonService$ScreenReceiver;Ljava/lang/String;Landroid/content/Context;)V
|
|
|
|
invoke-static {v0}, Lcom/moji/tool/thread/MJPools;->a(Ljava/lang/Runnable;)I
|
|
|
|
return-void
|
|
.end method
|