package com.google.android.play.integrity.internal; import android.os.IBinder; import android.os.IInterface; import android.os.Parcel; /* loaded from: classes2.dex */ public abstract class a implements IInterface { /* renamed from: a, reason: collision with root package name */ private final IBinder f5229a; /* renamed from: b, reason: collision with root package name */ private final String f5230b = "com.google.android.play.core.integrity.protocol.IIntegrityService"; protected a(IBinder iBinder, String str) { this.f5229a = iBinder; } protected final Parcel K() { Parcel obtain = Parcel.obtain(); obtain.writeInterfaceToken(this.f5230b); return obtain; } protected final void L(int i10, Parcel parcel) { try { this.f5229a.transact(2, parcel, null, 1); } finally { parcel.recycle(); } } @Override // android.os.IInterface public final IBinder asBinder() { return this.f5229a; } }