34 lines
1.1 KiB
Java
34 lines
1.1 KiB
Java
|
package com.google.android.gms.internal.measurement;
|
||
|
|
||
|
import android.os.RemoteException;
|
||
|
import com.google.android.gms.common.internal.Preconditions;
|
||
|
import com.google.android.gms.dynamic.ObjectWrapper;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class zzds extends zzdt {
|
||
|
final String zza;
|
||
|
final String zzb;
|
||
|
final Object zzc;
|
||
|
final boolean zzd;
|
||
|
final zzee zze;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public zzds(zzee zzeeVar, String str, String str2, Object obj, boolean z) {
|
||
|
super(zzeeVar, true);
|
||
|
this.zze = zzeeVar;
|
||
|
this.zza = str;
|
||
|
this.zzb = str2;
|
||
|
this.zzc = obj;
|
||
|
this.zzd = z;
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.measurement.zzdt
|
||
|
final void zza() throws RemoteException {
|
||
|
zzcc zzccVar;
|
||
|
zzccVar = this.zze.zzj;
|
||
|
((zzcc) Preconditions.checkNotNull(zzccVar)).setUserProperty(this.zza, this.zzb, ObjectWrapper.wrap(this.zzc), this.zzd, this.zzh);
|
||
|
}
|
||
|
}
|