w$a.smali
1.0 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.class public Ld/w$a;
.super Lb/b0;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Ld/w;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "a"
.end annotation
# instance fields
.field public final a:Lb/b0;
.field public final b:Lb/u;
# direct methods
.method public constructor <init>(Lb/b0;Lb/u;)V
.locals 0
invoke-direct {p0}, Lb/b0;-><init>()V
iput-object p1, p0, Ld/w$a;->a:Lb/b0;
iput-object p2, p0, Ld/w$a;->b:Lb/u;
return-void
.end method
# virtual methods
.method public a()J
.locals 2
iget-object v0, p0, Ld/w$a;->a:Lb/b0;
invoke-virtual {v0}, Lb/b0;->a()J
move-result-wide v0
return-wide v0
.end method
.method public a(Lc/g;)V
.locals 1
iget-object v0, p0, Ld/w$a;->a:Lb/b0;
invoke-virtual {v0, p1}, Lb/b0;->a(Lc/g;)V
return-void
.end method
.method public b()Lb/u;
.locals 1
iget-object v0, p0, Ld/w$a;->b:Lb/u;
return-object v0
.end method