-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommonStatusCodes.smali
More file actions
136 lines (90 loc) · 2.53 KB
/
CommonStatusCodes.smali
File metadata and controls
136 lines (90 loc) · 2.53 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
.class public Lcom/google/android/gms/common/api/CommonStatusCodes;
.super Ljava/lang/Object;
# direct methods
.method public static getStatusCodeString(I)Ljava/lang/String;
.locals 2
packed-switch p0, :pswitch_data_0
:pswitch_0
const/16 v0, 0x20
.line 18
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1, v0}, Ljava/lang/StringBuilder;-><init>(I)V
const-string v0, "unknown status code: "
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v1, p0}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p0
return-object p0
:pswitch_1
const-string p0, "DEAD_CLIENT"
return-object p0
:pswitch_2
const-string p0, "API_NOT_CONNECTED"
return-object p0
:pswitch_3
const-string p0, "CANCELED"
return-object p0
:pswitch_4
const-string p0, "TIMEOUT"
return-object p0
:pswitch_5
const-string p0, "INTERRUPTED"
return-object p0
:pswitch_6
const-string p0, "ERROR"
return-object p0
:pswitch_7
const-string p0, "DEVELOPER_ERROR"
return-object p0
:pswitch_8
const-string p0, "INTERNAL_ERROR"
return-object p0
:pswitch_9
const-string p0, "NETWORK_ERROR"
return-object p0
:pswitch_a
const-string p0, "RESOLUTION_REQUIRED"
return-object p0
:pswitch_b
const-string p0, "INVALID_ACCOUNT"
return-object p0
:pswitch_c
const-string p0, "SIGN_IN_REQUIRED"
return-object p0
:pswitch_d
const-string p0, "SERVICE_DISABLED"
return-object p0
:pswitch_e
const-string p0, "SERVICE_VERSION_UPDATE_REQUIRED"
return-object p0
:pswitch_f
const-string p0, "SUCCESS"
return-object p0
:pswitch_10
const-string p0, "SUCCESS_CACHE"
return-object p0
nop
:pswitch_data_0
.packed-switch -0x1
:pswitch_10
:pswitch_f
:pswitch_0
:pswitch_e
:pswitch_d
:pswitch_c
:pswitch_b
:pswitch_a
:pswitch_9
:pswitch_8
:pswitch_0
:pswitch_7
:pswitch_0
:pswitch_0
:pswitch_6
:pswitch_5
:pswitch_4
:pswitch_3
:pswitch_2
:pswitch_1
.end packed-switch
.end method