WechatApp$AudioInfoBean.smali
3.2 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
.class Lnet/uc/demo/app/WechatApp$AudioInfoBean;
.super Ljava/lang/Object;
.source "WechatApp.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lnet/uc/demo/app/WechatApp;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0xa
name = "AudioInfoBean"
.end annotation
# instance fields
.field ringer_mode:I
.field stream_alarm:I
.field stream_music:I
.field stream_notification:I
.field stream_ring:I
.field stream_system:I
.field stream_voice_call:I
# direct methods
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method synthetic constructor <init>(Lnet/uc/demo/app/WechatApp$ˏ;)V
.locals 0
.line 2
invoke-direct {p0}, Lnet/uc/demo/app/WechatApp$AudioInfoBean;-><init>()V
return-void
.end method
# virtual methods
.method public getRinger_mode()I
.locals 1
.line 1
iget v0, p0, Lnet/uc/demo/app/WechatApp$AudioInfoBean;->ringer_mode:I
return v0
.end method
.method public getStream_alarm()I
.locals 1
.line 1
iget v0, p0, Lnet/uc/demo/app/WechatApp$AudioInfoBean;->stream_alarm:I
return v0
.end method
.method public getStream_music()I
.locals 1
.line 1
iget v0, p0, Lnet/uc/demo/app/WechatApp$AudioInfoBean;->stream_music:I
return v0
.end method
.method public getStream_notification()I
.locals 1
.line 1
iget v0, p0, Lnet/uc/demo/app/WechatApp$AudioInfoBean;->stream_notification:I
return v0
.end method
.method public getStream_ring()I
.locals 1
.line 1
iget v0, p0, Lnet/uc/demo/app/WechatApp$AudioInfoBean;->stream_ring:I
return v0
.end method
.method public getStream_system()I
.locals 1
.line 1
iget v0, p0, Lnet/uc/demo/app/WechatApp$AudioInfoBean;->stream_system:I
return v0
.end method
.method public getStream_voice_call()I
.locals 1
.line 1
iget v0, p0, Lnet/uc/demo/app/WechatApp$AudioInfoBean;->stream_voice_call:I
return v0
.end method
.method public setRinger_mode(I)V
.locals 0
.line 1
iput p1, p0, Lnet/uc/demo/app/WechatApp$AudioInfoBean;->ringer_mode:I
return-void
.end method
.method public setStream_alarm(I)V
.locals 0
.line 1
iput p1, p0, Lnet/uc/demo/app/WechatApp$AudioInfoBean;->stream_alarm:I
return-void
.end method
.method public setStream_music(I)V
.locals 0
.line 1
iput p1, p0, Lnet/uc/demo/app/WechatApp$AudioInfoBean;->stream_music:I
return-void
.end method
.method public setStream_notification(I)V
.locals 0
.line 1
iput p1, p0, Lnet/uc/demo/app/WechatApp$AudioInfoBean;->stream_notification:I
return-void
.end method
.method public setStream_ring(I)V
.locals 0
.line 1
iput p1, p0, Lnet/uc/demo/app/WechatApp$AudioInfoBean;->stream_ring:I
return-void
.end method
.method public setStream_system(I)V
.locals 0
.line 1
iput p1, p0, Lnet/uc/demo/app/WechatApp$AudioInfoBean;->stream_system:I
return-void
.end method
.method public setStream_voice_call(I)V
.locals 0
.line 1
iput p1, p0, Lnet/uc/demo/app/WechatApp$AudioInfoBean;->stream_voice_call:I
return-void
.end method