zzbxx.java
3.58 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
package com.google.android.gms.internal;
import java.io.IOException;
public abstract interface zzbxx
{
public static final class zza
extends zzbxn<zza>
{
public int score;
public boolean zzcve;
public String zzcvf;
public zza()
{
zzaeU();
}
public final boolean equals(Object paramObject)
{
if (paramObject == this) {}
do
{
return true;
if (!(paramObject instanceof zza)) {
return false;
}
paramObject = (zza)paramObject;
if (this.zzcve != ((zza)paramObject).zzcve) {
return false;
}
if (this.score != ((zza)paramObject).score) {
return false;
}
if (this.zzcvf == null)
{
if (((zza)paramObject).zzcvf != null) {
return false;
}
}
else if (!this.zzcvf.equals(((zza)paramObject).zzcvf)) {
return false;
}
if ((this.zzcuI != null) && (!this.zzcuI.isEmpty())) {
break;
}
} while ((((zza)paramObject).zzcuI == null) || (((zza)paramObject).zzcuI.isEmpty()));
return false;
return this.zzcuI.equals(((zza)paramObject).zzcuI);
}
public final int hashCode()
{
int m = 0;
int n = getClass().getName().hashCode();
int i;
int i1;
int j;
if (this.zzcve)
{
i = 1231;
i1 = this.score;
if (this.zzcvf != null) {
break label99;
}
j = 0;
label41:
k = m;
if (this.zzcuI != null) {
if (!this.zzcuI.isEmpty()) {
break label110;
}
}
}
label99:
label110:
for (int k = m;; k = this.zzcuI.hashCode())
{
return (j + ((i + (n + 527) * 31) * 31 + i1) * 31) * 31 + k;
i = 1237;
break;
j = this.zzcvf.hashCode();
break label41;
}
}
public final void zza(zzbxm paramzzbxm)
throws IOException
{
if (this.zzcve) {
paramzzbxm.zzg(1, this.zzcve);
}
if (this.score != 0) {
paramzzbxm.zzJ(2, this.score);
}
if ((this.zzcvf != null) && (!this.zzcvf.equals(""))) {
paramzzbxm.zzq(3, this.zzcvf);
}
super.zza(paramzzbxm);
}
public final zza zzaO(zzbxl paramzzbxl)
throws IOException
{
for (;;)
{
int i = paramzzbxl.zzaeo();
switch (i)
{
default:
if (super.zza(paramzzbxl, i)) {}
break;
case 0:
return this;
case 8:
this.zzcve = paramzzbxl.zzaeu();
break;
case 16:
this.score = paramzzbxl.zzaes();
break;
case 26:
this.zzcvf = paramzzbxl.readString();
}
}
}
public final zza zzaeU()
{
this.zzcve = false;
this.score = 0;
this.zzcvf = "";
this.zzcuI = null;
this.zzcuR = -1;
return this;
}
protected final int zzu()
{
int j = super.zzu();
int i = j;
if (this.zzcve) {
i = j + zzbxm.zzh(1, this.zzcve);
}
j = i;
if (this.score != 0) {
j = i + zzbxm.zzL(2, this.score);
}
i = j;
if (this.zzcvf != null)
{
i = j;
if (!this.zzcvf.equals("")) {
i = j + zzbxm.zzr(3, this.zzcvf);
}
}
return i;
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/google/android/gms/internal/zzbxx.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/