apkfuckery/com.discord/smali_classes2/g0/i$b.smali

186 lines
3.6 KiB
Smali
Raw Normal View History

2020-11-14 03:19:56 +00:00
.class public final Lg0/i$b;
2020-11-12 02:11:44 +00:00
.super Ljava/lang/Object;
.source "DefaultCallAdapterFactory.java"
# interfaces
2020-11-14 03:19:56 +00:00
.implements Lg0/d;
2020-11-12 02:11:44 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2020-11-14 03:19:56 +00:00
value = Lg0/i;
2020-11-12 02:11:44 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "b"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
2020-11-14 03:19:56 +00:00
"Lg0/d<",
2020-11-12 02:11:44 +00:00
"TT;>;"
}
.end annotation
# instance fields
.field public final d:Ljava/util/concurrent/Executor;
2020-11-14 03:19:56 +00:00
.field public final e:Lg0/d;
2020-11-12 02:11:44 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2020-11-14 03:19:56 +00:00
"Lg0/d<",
2020-11-12 02:11:44 +00:00
"TT;>;"
}
.end annotation
.end field
# direct methods
2020-11-14 03:19:56 +00:00
.method public constructor <init>(Ljava/util/concurrent/Executor;Lg0/d;)V
2020-11-12 02:11:44 +00:00
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/concurrent/Executor;",
2020-11-14 03:19:56 +00:00
"Lg0/d<",
2020-11-12 02:11:44 +00:00
"TT;>;)V"
}
.end annotation
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2020-11-14 03:19:56 +00:00
iput-object p1, p0, Lg0/i$b;->d:Ljava/util/concurrent/Executor;
2020-11-12 02:11:44 +00:00
2020-11-14 03:19:56 +00:00
iput-object p2, p0, Lg0/i$b;->e:Lg0/d;
2020-11-12 02:11:44 +00:00
return-void
.end method
# virtual methods
2020-11-14 03:19:56 +00:00
.method public c()Lc0/a0;
.locals 1
2020-11-12 02:11:44 +00:00
2020-11-14 03:19:56 +00:00
iget-object v0, p0, Lg0/i$b;->e:Lg0/d;
2020-11-14 02:19:59 +00:00
2020-11-14 03:19:56 +00:00
invoke-interface {v0}, Lg0/d;->c()Lc0/a0;
2020-11-14 02:19:59 +00:00
2020-11-14 03:19:56 +00:00
move-result-object v0
2020-11-14 02:19:59 +00:00
2020-11-14 03:19:56 +00:00
return-object v0
2020-11-12 02:11:44 +00:00
.end method
.method public cancel()V
.locals 1
2020-11-14 03:19:56 +00:00
iget-object v0, p0, Lg0/i$b;->e:Lg0/d;
2020-11-12 02:11:44 +00:00
2020-11-14 03:19:56 +00:00
invoke-interface {v0}, Lg0/d;->cancel()V
2020-11-12 02:11:44 +00:00
return-void
.end method
.method public bridge synthetic clone()Ljava/lang/Object;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/CloneNotSupportedException;
}
.end annotation
2020-11-14 03:19:56 +00:00
invoke-virtual {p0}, Lg0/i$b;->y()Lg0/d;
2020-11-12 02:11:44 +00:00
move-result-object v0
return-object v0
.end method
2020-11-14 03:19:56 +00:00
.method public d()Z
.locals 1
2020-11-12 02:11:44 +00:00
2020-11-14 03:19:56 +00:00
iget-object v0, p0, Lg0/i$b;->e:Lg0/d;
2020-11-12 02:11:44 +00:00
2020-11-14 03:19:56 +00:00
invoke-interface {v0}, Lg0/d;->d()Z
2020-11-14 02:19:59 +00:00
2020-11-14 03:19:56 +00:00
move-result v0
2020-11-14 02:19:59 +00:00
2020-11-14 03:19:56 +00:00
return v0
2020-11-12 02:11:44 +00:00
.end method
2020-11-14 03:19:56 +00:00
.method public execute()Lg0/z;
2020-11-12 02:11:44 +00:00
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
2020-11-14 03:19:56 +00:00
"Lg0/z<",
2020-11-12 02:11:44 +00:00
"TT;>;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
2020-11-14 03:19:56 +00:00
iget-object v0, p0, Lg0/i$b;->e:Lg0/d;
2020-11-12 02:11:44 +00:00
2020-11-14 03:19:56 +00:00
invoke-interface {v0}, Lg0/d;->execute()Lg0/z;
2020-11-12 02:11:44 +00:00
move-result-object v0
return-object v0
.end method
2020-11-14 03:19:56 +00:00
.method public v(Lg0/f;)V
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lg0/f<",
"TT;>;)V"
}
.end annotation
2020-11-12 02:11:44 +00:00
2020-11-14 03:19:56 +00:00
iget-object v0, p0, Lg0/i$b;->e:Lg0/d;
2020-11-12 02:11:44 +00:00
2020-11-14 03:19:56 +00:00
new-instance v1, Lg0/i$b$a;
2020-11-12 02:11:44 +00:00
2020-11-14 03:19:56 +00:00
invoke-direct {v1, p0, p1}, Lg0/i$b$a;-><init>(Lg0/i$b;Lg0/f;)V
2020-11-13 19:18:44 +00:00
2020-11-14 03:19:56 +00:00
invoke-interface {v0, v1}, Lg0/d;->v(Lg0/f;)V
return-void
2020-11-12 02:11:44 +00:00
.end method
2020-11-14 03:19:56 +00:00
.method public y()Lg0/d;
.locals 3
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lg0/d<",
"TT;>;"
}
.end annotation
2020-11-12 02:11:44 +00:00
2020-11-14 03:19:56 +00:00
new-instance v0, Lg0/i$b;
2020-11-12 02:11:44 +00:00
2020-11-14 03:19:56 +00:00
iget-object v1, p0, Lg0/i$b;->d:Ljava/util/concurrent/Executor;
2020-11-13 19:18:44 +00:00
2020-11-14 03:19:56 +00:00
iget-object v2, p0, Lg0/i$b;->e:Lg0/d;
2020-11-13 19:18:44 +00:00
2020-11-14 03:19:56 +00:00
invoke-interface {v2}, Lg0/d;->y()Lg0/d;
move-result-object v2
invoke-direct {v0, v1, v2}, Lg0/i$b;-><init>(Ljava/util/concurrent/Executor;Lg0/d;)V
return-object v0
2020-11-12 02:11:44 +00:00
.end method