apkfuckery/com.discord/smali/com/discord/stores/StoreUserRelationshipsKt.smali

73 lines
1.8 KiB
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public final Lcom/discord/stores/StoreUserRelationshipsKt;
.super Ljava/lang/Object;
.source "StoreUserRelationships.kt"
# static fields
.field public static final UNLOADED_RELATIONSHIPS_SENTINEL:Ljava/util/HashMap;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/HashMap<",
"Ljava/lang/Long;",
"Ljava/lang/Integer;",
">;"
}
.end annotation
.end field
# direct methods
.method public static constructor <clinit>()V
2020-09-16 23:45:23 +00:00
.locals 5
2020-05-17 12:40:10 +00:00
const/4 v0, 0x1
2020-09-16 23:45:23 +00:00
new-array v1, v0, [Lkotlin/Pair;
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
const-wide/16 v2, -0x1
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
invoke-static {v2, v3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
move-result-object v2
2020-09-09 19:21:20 +00:00
2020-09-16 23:45:23 +00:00
const/4 v3, -0x1
2020-09-09 19:21:20 +00:00
2020-09-16 23:45:23 +00:00
invoke-static {v3}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
2020-09-09 19:21:20 +00:00
2020-09-16 23:45:23 +00:00
move-result-object v3
new-instance v4, Lkotlin/Pair;
invoke-direct {v4, v2, v3}, Lkotlin/Pair;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
const/4 v2, 0x0
aput-object v4, v1, v2
const-string v2, "pairs"
2020-05-17 12:40:10 +00:00
2020-09-23 03:12:49 +00:00
invoke-static {v1, v2}, Lc0/n/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
new-instance v2, Ljava/util/HashMap;
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
invoke-static {v0}, Lf/h/a/f/e/n/f;->mapCapacity(I)I
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
move-result v0
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
invoke-direct {v2, v0}, Ljava/util/HashMap;-><init>(I)V
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
invoke-static {v2, v1}, Lf/h/a/f/e/n/f;->putAll(Ljava/util/Map;[Lkotlin/Pair;)V
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
sput-object v2, Lcom/discord/stores/StoreUserRelationshipsKt;->UNLOADED_RELATIONSHIPS_SENTINEL:Ljava/util/HashMap;
2020-05-17 12:40:10 +00:00
return-void
.end method
.method public static final synthetic access$getUNLOADED_RELATIONSHIPS_SENTINEL$p()Ljava/util/HashMap;
.locals 1
sget-object v0, Lcom/discord/stores/StoreUserRelationshipsKt;->UNLOADED_RELATIONSHIPS_SENTINEL:Ljava/util/HashMap;
return-object v0
.end method