Files
rr3-apk/smali_classes4/com/tapjoy/internal/f1.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

43 lines
1.1 KiB
Smali

.class public abstract Lcom/tapjoy/internal/f1;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final a:Ljava/util/concurrent/ScheduledExecutorService;
.field public static final b:Ljava/util/concurrent/CountDownLatch;
.field public static final c:Lcom/tapjoy/internal/e1;
# direct methods
.method static constructor <clinit>()V
.locals 2
const/4 v0, 0x1
.line 1
invoke-static {v0}, Ljava/util/concurrent/Executors;->newScheduledThreadPool(I)Ljava/util/concurrent/ScheduledExecutorService;
move-result-object v1
sput-object v1, Lcom/tapjoy/internal/f1;->a:Ljava/util/concurrent/ScheduledExecutorService;
.line 3
new-instance v1, Ljava/util/concurrent/CountDownLatch;
invoke-direct {v1, v0}, Ljava/util/concurrent/CountDownLatch;-><init>(I)V
sput-object v1, Lcom/tapjoy/internal/f1;->b:Ljava/util/concurrent/CountDownLatch;
.line 5
new-instance v0, Lcom/tapjoy/internal/e1;
invoke-direct {v0}, Lcom/tapjoy/internal/e1;-><init>()V
sput-object v0, Lcom/tapjoy/internal/f1;->c:Lcom/tapjoy/internal/e1;
return-void
.end method