This commit is contained in:
2022-06-10 21:38:30 +09:00
commit 27f5152838
51323 changed files with 12934539 additions and 0 deletions
@@ -0,0 +1,8 @@
.class public interface abstract Lcom/google/firebase/installations/time/Clock;
.super Ljava/lang/Object;
.source "Clock.java"
# virtual methods
.method public abstract currentTimeMillis()J
.end method
@@ -0,0 +1,56 @@
.class public Lcom/google/firebase/installations/time/SystemClock;
.super Ljava/lang/Object;
.source "SystemClock.java"
# interfaces
.implements Lcom/google/firebase/installations/time/Clock;
# static fields
.field private static singleton:Lcom/google/firebase/installations/time/SystemClock;
# direct methods
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static getInstance()Lcom/google/firebase/installations/time/SystemClock;
.locals 1
.line 1
sget-object v0, Lcom/google/firebase/installations/time/SystemClock;->singleton:Lcom/google/firebase/installations/time/SystemClock;
if-nez v0, :cond_0
.line 2
new-instance v0, Lcom/google/firebase/installations/time/SystemClock;
invoke-direct {v0}, Lcom/google/firebase/installations/time/SystemClock;-><init>()V
sput-object v0, Lcom/google/firebase/installations/time/SystemClock;->singleton:Lcom/google/firebase/installations/time/SystemClock;
.line 3
:cond_0
sget-object v0, Lcom/google/firebase/installations/time/SystemClock;->singleton:Lcom/google/firebase/installations/time/SystemClock;
return-object v0
.end method
# virtual methods
.method public currentTimeMillis()J
.locals 2
.line 1
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
move-result-wide v0
return-wide v0
.end method