71 lines
1.5 KiB
Smali
71 lines
1.5 KiB
Smali
.class public final Ls7/d$a;
|
|
.super Ljava/lang/ThreadLocal;
|
|
.source "TimeUtil.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Ls7/d;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/ThreadLocal<",
|
|
"Ljava/text/SimpleDateFormat;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/ThreadLocal;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a()Ljava/text/SimpleDateFormat;
|
|
.locals 3
|
|
|
|
.line 1
|
|
new-instance v0, Ljava/text/SimpleDateFormat;
|
|
|
|
sget-object v1, Ljava/util/Locale;->US:Ljava/util/Locale;
|
|
|
|
const-string v2, "yyyyMMddHHmmssSSS"
|
|
|
|
invoke-direct {v0, v2, v1}, Ljava/text/SimpleDateFormat;-><init>(Ljava/lang/String;Ljava/util/Locale;)V
|
|
|
|
const-string v1, "Asia/Seoul"
|
|
|
|
.line 2
|
|
invoke-static {v1}, Ljava/util/TimeZone;->getTimeZone(Ljava/lang/String;)Ljava/util/TimeZone;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v0, v1}, Ljava/text/SimpleDateFormat;->setTimeZone(Ljava/util/TimeZone;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public bridge synthetic initialValue()Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-virtual {p0}, Ls7/d$a;->a()Ljava/text/SimpleDateFormat;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|