32 lines
903 B
Java
32 lines
903 B
Java
package com.google.firebase.iid;
|
|
|
|
import android.os.Binder;
|
|
import android.os.Process;
|
|
import android.util.Log;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class zzf extends Binder {
|
|
private final zzb a;
|
|
|
|
zzf(zzb zzbVar) {
|
|
this.a = zzbVar;
|
|
}
|
|
|
|
public final void a(zzd zzdVar) {
|
|
if (Binder.getCallingUid() != Process.myUid()) {
|
|
throw new SecurityException("Binding only allowed within app");
|
|
}
|
|
if (Log.isLoggable("EnhancedIntentService", 3)) {
|
|
Log.d("EnhancedIntentService", "service received new intent via bind strategy");
|
|
}
|
|
if (this.a.b(zzdVar.a)) {
|
|
zzdVar.a();
|
|
return;
|
|
}
|
|
if (Log.isLoggable("EnhancedIntentService", 3)) {
|
|
Log.d("EnhancedIntentService", "intent being queued for bg execution");
|
|
}
|
|
this.a.a.execute(new zzg(this, zzdVar));
|
|
}
|
|
}
|