package p138.p176.p177.p242.p258.p263;

import android.os.IBinder;
import android.os.IInterface;

/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ރ.ނ.ٱ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractBinderC4529 extends BinderC4670 implements InterfaceC4728 {
    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static InterfaceC4728 m7575(IBinder iBinder) {
        if (iBinder == null) {
            return null;
        }
        IInterface iInterfaceQueryLocalInterface = iBinder.queryLocalInterface("com.google.android.finsky.externalreferrer.IGetInstallReferrerService");
        return iInterfaceQueryLocalInterface instanceof InterfaceC4728 ? (InterfaceC4728) iInterfaceQueryLocalInterface : new C4463(iBinder);
    }
}
