package com.google.firebase.messaging;

import android.os.Binder;
import android.os.Process;

/* JADX INFO: loaded from: classes2.dex */
public final class n0 extends Binder {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final /* synthetic */ int f24225b = 0;

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final xyz.stream.api.a0 f24226a;

    public n0(xyz.stream.api.a0 a0Var) {
        this.f24226a = a0Var;
    }

    public final void a(o0 o0Var) {
        if (Binder.getCallingUid() != Process.myUid()) {
            throw new SecurityException("Binding only allowed within app");
        }
        ((EnhancedIntentService) this.f24226a.f35758b).processIntent(o0Var.f24230a).a(new m.a(23), new androidx.core.app.e(o0Var, 28));
    }
}
