apkfuckery/com.discord/smali/com/discord/gateway/GatewaySocket$3.smali

98 lines
2.5 KiB
Smali
Raw Normal View History

2019-12-06 03:29:40 +00:00
.class public final synthetic Lcom/discord/gateway/GatewaySocket$3;
2020-03-27 22:23:51 +00:00
.super Ly/u/b/i;
2019-07-24 11:27:29 +00:00
.source "GatewaySocket.kt"
# interfaces
.implements Lkotlin/jvm/functions/Function1;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
2020-02-06 22:18:40 +00:00
value = Lcom/discord/gateway/GatewaySocket;-><init>(Lkotlin/jvm/functions/Function0;Lcom/discord/gateway/GatewayEventHandler;Lrx/Scheduler;Lcom/discord/utilities/logging/Logger;Lcom/discord/gateway/rest/RestConfig;Landroid/content/Context;Lkotlin/jvm/functions/Function1;Ljavax/net/ssl/SSLSocketFactory;Ljava/util/Map;Lcom/discord/gateway/GatewaySocketLogger;)V
2019-07-24 11:27:29 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
2019-12-06 03:29:40 +00:00
accessFlags = 0x1019
2019-07-24 11:27:29 +00:00
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
2020-03-27 22:23:51 +00:00
"Ly/u/b/i;",
2019-07-24 11:27:29 +00:00
"Lkotlin/jvm/functions/Function1<",
"Ljava/lang/Boolean;",
"Lkotlin/Unit;",
">;"
}
.end annotation
# direct methods
2019-12-06 03:29:40 +00:00
.method public constructor <init>(Lcom/discord/gateway/GatewaySocket;)V
2019-07-24 11:27:29 +00:00
.locals 1
const/4 v0, 0x1
2020-03-27 22:23:51 +00:00
invoke-direct {p0, v0, p1}, Ly/u/b/i;-><init>(ILjava/lang/Object;)V
2019-07-24 11:27:29 +00:00
return-void
.end method
# virtual methods
.method public final getName()Ljava/lang/String;
.locals 1
const-string v0, "handleDeviceConnectivityChange"
return-object v0
.end method
.method public final getOwner()Lkotlin/reflect/KDeclarationContainer;
.locals 1
const-class v0, Lcom/discord/gateway/GatewaySocket;
2020-03-27 22:23:51 +00:00
invoke-static {v0}, Ly/u/b/w;->getOrCreateKotlinClass(Ljava/lang/Class;)Ly/y/b;
2019-07-24 11:27:29 +00:00
move-result-object v0
return-object v0
.end method
.method public final getSignature()Ljava/lang/String;
.locals 1
const-string v0, "handleDeviceConnectivityChange(Z)V"
return-object v0
.end method
2019-12-06 03:29:40 +00:00
.method public bridge synthetic invoke(Ljava/lang/Object;)Ljava/lang/Object;
2019-07-24 11:27:29 +00:00
.locals 0
check-cast p1, Ljava/lang/Boolean;
invoke-virtual {p1}, Ljava/lang/Boolean;->booleanValue()Z
move-result p1
invoke-virtual {p0, p1}, Lcom/discord/gateway/GatewaySocket$3;->invoke(Z)V
2019-12-06 03:29:40 +00:00
sget-object p1, Lkotlin/Unit;->a:Lkotlin/Unit;
2019-07-24 11:27:29 +00:00
return-object p1
.end method
.method public final invoke(Z)V
.locals 1
2020-03-27 22:23:51 +00:00
iget-object v0, p0, Ly/u/b/b;->receiver:Ljava/lang/Object;
2019-07-24 11:27:29 +00:00
check-cast v0, Lcom/discord/gateway/GatewaySocket;
invoke-static {v0, p1}, Lcom/discord/gateway/GatewaySocket;->access$handleDeviceConnectivityChange(Lcom/discord/gateway/GatewaySocket;Z)V
return-void
.end method