Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
package com.google.android.gms.measurement.internal;
import android.content.ComponentName;
import android.content.ServiceConnection;
import android.os.IBinder;
import androidx.annotation.MainThread;
/* loaded from: classes3.dex */
public final class zzgt implements ServiceConnection {
final /* synthetic */ zzgq zza;
private final String zzb;
public zzgt(zzgq zzgqVar, String str) {
this.zza = zzgqVar;
this.zzb = str;
}
@Override // android.content.ServiceConnection
@MainThread
public final void onServiceConnected(ComponentName componentName, IBinder iBinder) {
if (iBinder == null) {
this.zza.zza.zzj().zzu().zza("Install Referrer connection returned with null binder");
return;
}
try {
com.google.android.gms.internal.measurement.zzbz zza = com.google.android.gms.internal.measurement.zzby.zza(iBinder);
if (zza == null) {
this.zza.zza.zzj().zzu().zza("Install Referrer Service implementation was not found");
} else {
this.zza.zza.zzj().zzp().zza("Install Referrer Service connected");
this.zza.zza.zzl().zzb(new zzgs(this, zza, this));
}
} catch (RuntimeException e) {
this.zza.zza.zzj().zzu().zza("Exception occurred while calling Install Referrer API", e);
}
}
@Override // android.content.ServiceConnection
@MainThread
public final void onServiceDisconnected(ComponentName componentName) {
this.zza.zza.zzj().zzp().zza("Install Referrer Service disconnected");
}
}