zzaf.java
3.81 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
package com.google.android.gms.internal;
import java.io.IOException;
public abstract interface zzaf
{
public static final class zza
extends zzbxn<zza>
{
public String stackTrace = null;
public String zzaS = null;
public Long zzaT = null;
public String zzaU = null;
public String zzaV = null;
public Long zzaW = null;
public Long zzaX = null;
public String zzaY = null;
public Long zzaZ = null;
public String zzba = null;
public zza()
{
this.zzcuR = -1;
}
public final void zza(zzbxm paramzzbxm)
throws IOException
{
if (this.zzaS != null) {
paramzzbxm.zzq(1, this.zzaS);
}
if (this.zzaT != null) {
paramzzbxm.zzb(2, this.zzaT.longValue());
}
if (this.stackTrace != null) {
paramzzbxm.zzq(3, this.stackTrace);
}
if (this.zzaU != null) {
paramzzbxm.zzq(4, this.zzaU);
}
if (this.zzaV != null) {
paramzzbxm.zzq(5, this.zzaV);
}
if (this.zzaW != null) {
paramzzbxm.zzb(6, this.zzaW.longValue());
}
if (this.zzaX != null) {
paramzzbxm.zzb(7, this.zzaX.longValue());
}
if (this.zzaY != null) {
paramzzbxm.zzq(8, this.zzaY);
}
if (this.zzaZ != null) {
paramzzbxm.zzb(9, this.zzaZ.longValue());
}
if (this.zzba != null) {
paramzzbxm.zzq(10, this.zzba);
}
super.zza(paramzzbxm);
}
public final zza zze(zzbxl paramzzbxl)
throws IOException
{
for (;;)
{
int i = paramzzbxl.zzaeo();
switch (i)
{
default:
if (super.zza(paramzzbxl, i)) {}
break;
case 0:
return this;
case 10:
this.zzaS = paramzzbxl.readString();
break;
case 16:
this.zzaT = Long.valueOf(paramzzbxl.zzaer());
break;
case 26:
this.stackTrace = paramzzbxl.readString();
break;
case 34:
this.zzaU = paramzzbxl.readString();
break;
case 42:
this.zzaV = paramzzbxl.readString();
break;
case 48:
this.zzaW = Long.valueOf(paramzzbxl.zzaer());
break;
case 56:
this.zzaX = Long.valueOf(paramzzbxl.zzaer());
break;
case 66:
this.zzaY = paramzzbxl.readString();
break;
case 72:
this.zzaZ = Long.valueOf(paramzzbxl.zzaer());
break;
case 82:
this.zzba = paramzzbxl.readString();
}
}
}
protected final int zzu()
{
int j = super.zzu();
int i = j;
if (this.zzaS != null) {
i = j + zzbxm.zzr(1, this.zzaS);
}
j = i;
if (this.zzaT != null) {
j = i + zzbxm.zzf(2, this.zzaT.longValue());
}
i = j;
if (this.stackTrace != null) {
i = j + zzbxm.zzr(3, this.stackTrace);
}
j = i;
if (this.zzaU != null) {
j = i + zzbxm.zzr(4, this.zzaU);
}
i = j;
if (this.zzaV != null) {
i = j + zzbxm.zzr(5, this.zzaV);
}
j = i;
if (this.zzaW != null) {
j = i + zzbxm.zzf(6, this.zzaW.longValue());
}
i = j;
if (this.zzaX != null) {
i = j + zzbxm.zzf(7, this.zzaX.longValue());
}
j = i;
if (this.zzaY != null) {
j = i + zzbxm.zzr(8, this.zzaY);
}
i = j;
if (this.zzaZ != null) {
i = j + zzbxm.zzf(9, this.zzaZ.longValue());
}
j = i;
if (this.zzba != null) {
j = i + zzbxm.zzr(10, this.zzba);
}
return j;
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/google/android/gms/internal/zzaf.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/