33 lines
1.1 KiB
Java
33 lines
1.1 KiB
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import android.app.Activity;
|
|
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 zzcr extends zzdt {
|
|
final Activity zza;
|
|
final String zzb;
|
|
final String zzc;
|
|
final zzee zzd;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public zzcr(zzee zzeeVar, Activity activity, String str, String str2) {
|
|
super(zzeeVar, true);
|
|
this.zzd = zzeeVar;
|
|
this.zza = activity;
|
|
this.zzb = str;
|
|
this.zzc = str2;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.measurement.zzdt
|
|
final void zza() throws RemoteException {
|
|
zzcc zzccVar;
|
|
zzccVar = this.zzd.zzj;
|
|
((zzcc) Preconditions.checkNotNull(zzccVar)).setCurrentScreen(ObjectWrapper.wrap(this.zza), this.zzb, this.zzc, this.zzh);
|
|
}
|
|
}
|