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

178 lines
3.5 KiB
Smali
Raw Normal View History

2019-12-21 01:41:59 +00:00
.class public final La0/g$b;
2019-07-24 11:27:29 +00:00
.super Ljava/lang/Object;
.source "ExecutorCallAdapterFactory.java"
# interfaces
2019-12-21 01:41:59 +00:00
.implements La0/b;
2019-07-24 11:27:29 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2019-12-21 01:41:59 +00:00
value = La0/g;
2019-07-24 11:27:29 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
2019-12-06 03:29:40 +00:00
accessFlags = 0x19
name = "b"
2019-07-24 11:27:29 +00:00
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
2019-12-21 01:41:59 +00:00
"La0/b<",
2019-07-24 11:27:29 +00:00
"TT;>;"
}
.end annotation
# instance fields
2019-12-06 03:29:40 +00:00
.field public final d:Ljava/util/concurrent/Executor;
2019-08-14 23:59:34 +00:00
2019-12-21 01:41:59 +00:00
.field public final e:La0/b;
2019-07-24 11:27:29 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2019-12-21 01:41:59 +00:00
"La0/b<",
2019-07-24 11:27:29 +00:00
"TT;>;"
}
.end annotation
.end field
# direct methods
2019-12-21 01:41:59 +00:00
.method public constructor <init>(Ljava/util/concurrent/Executor;La0/b;)V
2019-07-24 11:27:29 +00:00
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/concurrent/Executor;",
2019-12-21 01:41:59 +00:00
"La0/b<",
2019-07-24 11:27:29 +00:00
"TT;>;)V"
}
.end annotation
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2019-12-21 01:41:59 +00:00
iput-object p1, p0, La0/g$b;->d:Ljava/util/concurrent/Executor;
2019-07-24 11:27:29 +00:00
2019-12-21 01:41:59 +00:00
iput-object p2, p0, La0/g$b;->e:La0/b;
2019-07-24 11:27:29 +00:00
return-void
.end method
# virtual methods
2019-12-21 01:41:59 +00:00
.method public a(La0/d;)V
2019-12-06 03:29:40 +00:00
.locals 2
2019-07-24 11:27:29 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2019-12-06 03:29:40 +00:00
"(",
2019-12-21 01:41:59 +00:00
"La0/d<",
2019-12-06 03:29:40 +00:00
"TT;>;)V"
2019-07-24 11:27:29 +00:00
}
.end annotation
2019-12-06 03:29:40 +00:00
const-string v0, "callback == null"
2019-12-21 01:41:59 +00:00
invoke-static {p1, v0}, La0/s;->a(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
2019-12-06 03:29:40 +00:00
2019-12-21 01:41:59 +00:00
iget-object v0, p0, La0/g$b;->e:La0/b;
2019-12-06 03:29:40 +00:00
2019-12-21 01:41:59 +00:00
new-instance v1, La0/g$b$a;
2019-12-06 03:29:40 +00:00
2019-12-21 01:41:59 +00:00
invoke-direct {v1, p0, p1}, La0/g$b$a;-><init>(La0/g$b;La0/d;)V
2019-12-06 03:29:40 +00:00
2019-12-21 01:41:59 +00:00
invoke-interface {v0, v1}, La0/b;->a(La0/d;)V
2019-12-06 03:29:40 +00:00
return-void
.end method
.method public cancel()V
.locals 1
2019-12-21 01:41:59 +00:00
iget-object v0, p0, La0/g$b;->e:La0/b;
2019-12-06 03:29:40 +00:00
2019-12-21 01:41:59 +00:00
invoke-interface {v0}, La0/b;->cancel()V
2019-12-06 03:29:40 +00:00
return-void
.end method
2019-12-21 01:41:59 +00:00
.method public clone()La0/b;
2019-12-20 07:00:35 +00:00
.locals 3
.annotation system Ldalvik/annotation/Signature;
2019-12-18 09:41:56 +00:00
value = {
2019-12-20 07:00:35 +00:00
"()",
2019-12-21 01:41:59 +00:00
"La0/b<",
2019-12-20 07:00:35 +00:00
"TT;>;"
2019-12-18 09:41:56 +00:00
}
.end annotation
2019-12-21 01:41:59 +00:00
new-instance v0, La0/g$b;
2019-12-18 09:41:56 +00:00
2019-12-21 01:41:59 +00:00
iget-object v1, p0, La0/g$b;->d:Ljava/util/concurrent/Executor;
2019-12-20 07:00:35 +00:00
2019-12-21 01:41:59 +00:00
iget-object v2, p0, La0/g$b;->e:La0/b;
2019-12-20 07:00:35 +00:00
2019-12-21 01:41:59 +00:00
invoke-interface {v2}, La0/b;->clone()La0/b;
2019-12-20 07:00:35 +00:00
move-result-object v2
2019-12-21 01:41:59 +00:00
invoke-direct {v0, v1, v2}, La0/g$b;-><init>(Ljava/util/concurrent/Executor;La0/b;)V
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
invoke-virtual {p0}, La0/g$b;->clone()La0/b;
move-result-object v0
2019-07-24 11:27:29 +00:00
return-object v0
.end method
2019-12-21 01:41:59 +00:00
.method public execute()La0/o;
2019-12-06 03:29:40 +00:00
.locals 1
2019-07-24 11:27:29 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2019-12-06 03:29:40 +00:00
"()",
2019-12-21 01:41:59 +00:00
"La0/o<",
2019-12-06 03:29:40 +00:00
"TT;>;"
2019-07-24 11:27:29 +00:00
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
2019-12-06 03:29:40 +00:00
Ljava/io/IOException;
2019-07-24 11:27:29 +00:00
}
.end annotation
2019-12-21 01:41:59 +00:00
iget-object v0, p0, La0/g$b;->e:La0/b;
2019-12-06 03:29:40 +00:00
2019-12-21 01:41:59 +00:00
invoke-interface {v0}, La0/b;->execute()La0/o;
2019-07-24 11:27:29 +00:00
move-result-object v0
return-object v0
.end method
2019-12-06 03:29:40 +00:00
.method public v()Z
2019-07-24 11:27:29 +00:00
.locals 1
2019-12-21 01:41:59 +00:00
iget-object v0, p0, La0/g$b;->e:La0/b;
2019-07-24 11:27:29 +00:00
2019-12-21 01:41:59 +00:00
invoke-interface {v0}, La0/b;->v()Z
2019-07-24 11:27:29 +00:00
move-result v0
return v0
.end method