apkfuckery/com.discord/smali/com/discord/utilities/intent/IntentUtils$pathRouterMap$3...

122 lines
3.1 KiB
Smali
Raw Normal View History

2019-12-06 03:29:40 +00:00
.class public final synthetic Lcom/discord/utilities/intent/IntentUtils$pathRouterMap$3;
2020-02-20 19:33:18 +00:00
.super Lw/u/b/i;
2019-07-24 11:27:29 +00:00
.source "IntentUtils.kt"
# interfaces
.implements Lkotlin/jvm/functions/Function3;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/discord/utilities/intent/IntentUtils;
.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-02-20 19:33:18 +00:00
"Lw/u/b/i;",
2019-07-24 11:27:29 +00:00
"Lkotlin/jvm/functions/Function3<",
"Landroid/net/Uri;",
"Lkotlin/text/MatchResult;",
"Landroid/content/Context;",
2019-08-16 21:39:58 +00:00
"Lcom/discord/utilities/intent/RouteHandlers$AnalyticsMetadata;",
2019-07-24 11:27:29 +00:00
">;"
}
.end annotation
# direct methods
2019-12-06 03:29:40 +00:00
.method public constructor <init>(Lcom/discord/utilities/intent/RouteHandlers;)V
2019-07-24 11:27:29 +00:00
.locals 1
const/4 v0, 0x3
2020-02-20 19:33:18 +00:00
invoke-direct {p0, v0, p1}, Lw/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
2020-01-16 23:44:39 +00:00
const-string v0, "selectUserProfile"
2019-07-24 11:27:29 +00:00
return-object v0
.end method
.method public final getOwner()Lkotlin/reflect/KDeclarationContainer;
.locals 1
2019-08-16 21:39:58 +00:00
const-class v0, Lcom/discord/utilities/intent/RouteHandlers;
2019-07-24 11:27:29 +00:00
2020-02-20 19:33:18 +00:00
invoke-static {v0}, Lw/u/b/w;->getOrCreateKotlinClass(Ljava/lang/Class;)Lw/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
2020-01-16 23:44:39 +00:00
const-string v0, "selectUserProfile(Landroid/net/Uri;Lkotlin/text/MatchResult;Landroid/content/Context;)Lcom/discord/utilities/intent/RouteHandlers$AnalyticsMetadata;"
2019-07-24 11:27:29 +00:00
return-object v0
.end method
2019-08-16 21:39:58 +00:00
.method public final invoke(Landroid/net/Uri;Lkotlin/text/MatchResult;Landroid/content/Context;)Lcom/discord/utilities/intent/RouteHandlers$AnalyticsMetadata;
.locals 1
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
const/4 v0, 0x0
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
if-eqz p1, :cond_1
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
if-eqz p3, :cond_0
2019-07-24 11:27:29 +00:00
2020-02-20 19:33:18 +00:00
iget-object v0, p0, Lw/u/b/b;->receiver:Ljava/lang/Object;
2019-07-24 11:27:29 +00:00
2019-08-16 21:39:58 +00:00
check-cast v0, Lcom/discord/utilities/intent/RouteHandlers;
2019-07-24 11:27:29 +00:00
2020-01-16 23:44:39 +00:00
invoke-virtual {v0, p1, p2, p3}, Lcom/discord/utilities/intent/RouteHandlers;->selectUserProfile(Landroid/net/Uri;Lkotlin/text/MatchResult;Landroid/content/Context;)Lcom/discord/utilities/intent/RouteHandlers$AnalyticsMetadata;
2019-07-24 11:27:29 +00:00
2019-08-16 21:39:58 +00:00
move-result-object p1
2019-07-24 11:27:29 +00:00
2019-08-16 21:39:58 +00:00
return-object p1
2019-12-06 03:29:40 +00:00
:cond_0
const-string p1, "p3"
2020-02-20 19:33:18 +00:00
invoke-static {p1}, Lw/u/b/j;->a(Ljava/lang/String;)V
2019-12-06 03:29:40 +00:00
throw v0
:cond_1
const-string p1, "p1"
2020-02-20 19:33:18 +00:00
invoke-static {p1}, Lw/u/b/j;->a(Ljava/lang/String;)V
2019-12-06 03:29:40 +00:00
throw v0
2019-08-16 21:39:58 +00:00
.end method
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
.method public bridge synthetic invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
2019-08-16 21:39:58 +00:00
.locals 0
2019-07-24 11:27:29 +00:00
2019-08-16 21:39:58 +00:00
check-cast p1, Landroid/net/Uri;
2019-07-24 11:27:29 +00:00
2019-08-16 21:39:58 +00:00
check-cast p2, Lkotlin/text/MatchResult;
2019-07-24 11:27:29 +00:00
2019-08-16 21:39:58 +00:00
check-cast p3, Landroid/content/Context;
2019-07-24 11:27:29 +00:00
2019-08-16 21:39:58 +00:00
invoke-virtual {p0, p1, p2, p3}, Lcom/discord/utilities/intent/IntentUtils$pathRouterMap$3;->invoke(Landroid/net/Uri;Lkotlin/text/MatchResult;Landroid/content/Context;)Lcom/discord/utilities/intent/RouteHandlers$AnalyticsMetadata;
2019-07-24 11:27:29 +00:00
2019-08-16 21:39:58 +00:00
move-result-object p1
return-object p1
2019-07-24 11:27:29 +00:00
.end method