apkfuckery/com.discord/smali_classes2/e0/g$b.smali

178 lines
3.5 KiB
Smali
Raw Normal View History

2020-04-27 20:53:11 +00:00
.class public final Le0/g$b;
2020-02-20 19:33:18 +00:00
.super Ljava/lang/Object;
.source "ExecutorCallAdapterFactory.java"
# interfaces
2020-04-27 20:53:11 +00:00
.implements Le0/b;
2020-02-20 19:33:18 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2020-04-27 20:53:11 +00:00
value = Le0/g;
2020-02-20 19:33:18 +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-04-27 20:53:11 +00:00
"Le0/b<",
2020-02-20 19:33:18 +00:00
"TT;>;"
}
.end annotation
# instance fields
.field public final d:Ljava/util/concurrent/Executor;
2020-04-27 20:53:11 +00:00
.field public final e:Le0/b;
2020-02-20 19:33:18 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2020-04-27 20:53:11 +00:00
"Le0/b<",
2020-02-20 19:33:18 +00:00
"TT;>;"
}
.end annotation
.end field
# direct methods
2020-04-27 20:53:11 +00:00
.method public constructor <init>(Ljava/util/concurrent/Executor;Le0/b;)V
2020-02-20 19:33:18 +00:00
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/concurrent/Executor;",
2020-04-27 20:53:11 +00:00
"Le0/b<",
2020-02-20 19:33:18 +00:00
"TT;>;)V"
}
.end annotation
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2020-04-27 20:53:11 +00:00
iput-object p1, p0, Le0/g$b;->d:Ljava/util/concurrent/Executor;
2020-02-20 19:33:18 +00:00
2020-04-27 20:53:11 +00:00
iput-object p2, p0, Le0/g$b;->e:Le0/b;
2020-02-20 19:33:18 +00:00
return-void
.end method
# virtual methods
2020-04-27 20:53:11 +00:00
.method public a(Le0/d;)V
2020-02-20 19:33:18 +00:00
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
2020-04-27 20:53:11 +00:00
"Le0/d<",
2020-02-20 19:33:18 +00:00
"TT;>;)V"
}
.end annotation
const-string v0, "callback == null"
2020-04-27 20:53:11 +00:00
invoke-static {p1, v0}, Le0/s;->a(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
2020-02-20 19:33:18 +00:00
2020-04-27 20:53:11 +00:00
iget-object v0, p0, Le0/g$b;->e:Le0/b;
2020-02-20 19:33:18 +00:00
2020-04-27 20:53:11 +00:00
new-instance v1, Le0/g$b$a;
2020-02-20 19:33:18 +00:00
2020-04-27 20:53:11 +00:00
invoke-direct {v1, p0, p1}, Le0/g$b$a;-><init>(Le0/g$b;Le0/d;)V
2020-02-20 19:33:18 +00:00
2020-04-27 20:53:11 +00:00
invoke-interface {v0, v1}, Le0/b;->a(Le0/d;)V
2020-02-20 19:33:18 +00:00
return-void
.end method
.method public cancel()V
.locals 1
2020-04-27 20:53:11 +00:00
iget-object v0, p0, Le0/g$b;->e:Le0/b;
2020-02-20 19:33:18 +00:00
2020-04-27 20:53:11 +00:00
invoke-interface {v0}, Le0/b;->cancel()V
2020-02-20 19:33:18 +00:00
return-void
.end method
2020-04-27 20:53:11 +00:00
.method public clone()Le0/b;
2020-02-20 19:33:18 +00:00
.locals 3
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
2020-04-27 20:53:11 +00:00
"Le0/b<",
2020-02-20 19:33:18 +00:00
"TT;>;"
}
.end annotation
2020-04-27 20:53:11 +00:00
new-instance v0, Le0/g$b;
2020-02-20 19:33:18 +00:00
2020-04-27 20:53:11 +00:00
iget-object v1, p0, Le0/g$b;->d:Ljava/util/concurrent/Executor;
2020-02-20 19:33:18 +00:00
2020-04-27 20:53:11 +00:00
iget-object v2, p0, Le0/g$b;->e:Le0/b;
2020-02-20 19:33:18 +00:00
2020-04-27 20:53:11 +00:00
invoke-interface {v2}, Le0/b;->clone()Le0/b;
2020-02-20 19:33:18 +00:00
move-result-object v2
2020-04-27 20:53:11 +00:00
invoke-direct {v0, v1, v2}, Le0/g$b;-><init>(Ljava/util/concurrent/Executor;Le0/b;)V
2020-02-20 19:33:18 +00:00
return-object v0
.end method
.method public bridge synthetic clone()Ljava/lang/Object;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/CloneNotSupportedException;
}
.end annotation
2020-04-27 20:53:11 +00:00
invoke-virtual {p0}, Le0/g$b;->clone()Le0/b;
2020-02-20 19:33:18 +00:00
move-result-object v0
return-object v0
.end method
2020-04-27 20:53:11 +00:00
.method public execute()Le0/o;
2020-02-20 19:33:18 +00:00
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
2020-04-27 20:53:11 +00:00
"Le0/o<",
2020-02-20 19:33:18 +00:00
"TT;>;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
2020-04-27 20:53:11 +00:00
iget-object v0, p0, Le0/g$b;->e:Le0/b;
2020-02-20 19:33:18 +00:00
2020-04-27 20:53:11 +00:00
invoke-interface {v0}, Le0/b;->execute()Le0/o;
2020-02-20 19:33:18 +00:00
move-result-object v0
return-object v0
.end method
2020-04-17 17:35:24 +00:00
.method public w()Z
2020-02-20 19:33:18 +00:00
.locals 1
2020-04-27 20:53:11 +00:00
iget-object v0, p0, Le0/g$b;->e:Le0/b;
2020-02-20 19:33:18 +00:00
2020-04-27 20:53:11 +00:00
invoke-interface {v0}, Le0/b;->w()Z
2020-02-20 19:33:18 +00:00
move-result v0
return v0
.end method