Weather/smali/com/moji/api/service/BaseAPIService$MethodInvokeBundle.smali
2021-05-10 10:13:34 +02:00

68 lines
1.9 KiB
Smali

.class Lcom/moji/api/service/BaseAPIService$MethodInvokeBundle;
.super Ljava/lang/Object;
.source "BaseAPIService.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/moji/api/service/BaseAPIService;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0xa
name = "MethodInvokeBundle"
.end annotation
# instance fields
.field a:Ljava/lang/reflect/Method;
.field b:[Ljava/lang/Object;
.field c:Ljava/lang/Object;
.field d:Ljava/util/concurrent/LinkedBlockingQueue;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/concurrent/LinkedBlockingQueue<",
"Lcom/moji/api/service/BaseAPIService$InternalResult;",
">;"
}
.end annotation
.end field
# direct methods
.method constructor <init>(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;Ljava/util/concurrent/LinkedBlockingQueue;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/reflect/Method;",
"Ljava/lang/Object;",
"[",
"Ljava/lang/Object;",
"Ljava/util/concurrent/LinkedBlockingQueue<",
"Lcom/moji/api/service/BaseAPIService$InternalResult;",
">;)V"
}
.end annotation
.line 168
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 169
iput-object p1, p0, Lcom/moji/api/service/BaseAPIService$MethodInvokeBundle;->a:Ljava/lang/reflect/Method;
.line 170
iput-object p2, p0, Lcom/moji/api/service/BaseAPIService$MethodInvokeBundle;->c:Ljava/lang/Object;
.line 171
iput-object p3, p0, Lcom/moji/api/service/BaseAPIService$MethodInvokeBundle;->b:[Ljava/lang/Object;
.line 172
iput-object p4, p0, Lcom/moji/api/service/BaseAPIService$MethodInvokeBundle;->d:Ljava/util/concurrent/LinkedBlockingQueue;
return-void
.end method