62 lines
1.8 KiB
Java
62 lines
1.8 KiB
Java
|
package com.google.android.libraries.places.internal;
|
||
|
|
||
|
import com.airbnb.deeplinkdispatch.UrlTreeKt;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
final class zzfx extends zzfz {
|
||
|
private final String zza;
|
||
|
private final int zzb;
|
||
|
private final int zzc;
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (obj == this) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof zzfz)) {
|
||
|
return false;
|
||
|
}
|
||
|
zzfz zzfzVar = (zzfz) obj;
|
||
|
return this.zza.equals(zzfzVar.zzb()) && this.zzb == zzfzVar.zza() && this.zzc == zzfzVar.zzc();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return ((((this.zza.hashCode() ^ 1000003) * 1000003) ^ this.zzb) * 1000003) ^ this.zzc;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.zza;
|
||
|
int i = this.zzb;
|
||
|
String str2 = this.zzc != 1 ? "AUTOCOMPLETE_WIDGET" : "PROGRAMMATIC_API";
|
||
|
StringBuilder sb = new StringBuilder("ClientProfile{packageName=");
|
||
|
sb.append(str);
|
||
|
sb.append(", versionCode=");
|
||
|
sb.append(i);
|
||
|
sb.append(", requestSource=");
|
||
|
sb.append(str2);
|
||
|
sb.append(UrlTreeKt.componentParamSuffix);
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.libraries.places.internal.zzfz
|
||
|
public final int zzc() {
|
||
|
return this.zzc;
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.libraries.places.internal.zzfz
|
||
|
public final String zzb() {
|
||
|
return this.zza;
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.libraries.places.internal.zzfz
|
||
|
public final int zza() {
|
||
|
return this.zzb;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public /* synthetic */ zzfx(String str, int i, int i2, zzfw zzfwVar) {
|
||
|
this.zza = str;
|
||
|
this.zzb = i;
|
||
|
this.zzc = i2;
|
||
|
}
|
||
|
}
|