XploitSPY/app/factory/decompiled/smali/b/a/i/a.smali

70 lines
1.4 KiB
Smali
Raw Normal View History

2020-03-24 04:02:59 +08:00
.class final Lb/a/i/a;
.super Ljava/lang/Object;
.source ""
# interfaces
.implements Ljava/util/concurrent/ThreadFactory;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lb/a/i/c;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x8
name = null
.end annotation
# direct methods
.method constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public newThread(Ljava/lang/Runnable;)Ljava/lang/Thread;
.locals 2
new-instance v0, Lb/a/i/c;
const/4 v1, 0x0
invoke-direct {v0, p1, v1}, Lb/a/i/c;-><init>(Ljava/lang/Runnable;Lb/a/i/a;)V
invoke-static {v0}, Lb/a/i/c;->a(Lb/a/i/c;)Lb/a/i/c;
invoke-static {}, Lb/a/i/c;->a()Lb/a/i/c;
move-result-object p1
const-string v0, "EventThread"
invoke-virtual {p1, v0}, Ljava/lang/Thread;->setName(Ljava/lang/String;)V
invoke-static {}, Lb/a/i/c;->a()Lb/a/i/c;
move-result-object p1
invoke-static {}, Ljava/lang/Thread;->currentThread()Ljava/lang/Thread;
move-result-object v0
invoke-virtual {v0}, Ljava/lang/Thread;->isDaemon()Z
move-result v0
invoke-virtual {p1, v0}, Ljava/lang/Thread;->setDaemon(Z)V
invoke-static {}, Lb/a/i/c;->a()Lb/a/i/c;
move-result-object p1
return-object p1
.end method