package p138.p176.p177.p242.p246.p247.p248;

import android.os.DeadObjectException;
import android.os.RemoteException;
import com.google.android.gms.common.api.ApiException;
import com.google.android.gms.common.api.Status;
import p138.p176.p177.p242.p246.p247.p248.C4217;
import p138.p176.p177.p242.p270.C5063;

/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ހ.މ.ނ.ޕ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC4242<T> extends AbstractC4237 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final C5063<T> f13485;

    public AbstractC4242(int i, C5063<T> c5063) {
        super(i);
        this.f13485 = c5063;
    }

    @Override // p138.p176.p177.p242.p246.p247.p248.AbstractC4228
    /* JADX INFO: renamed from: ֏ */
    public void mo6906(Status status) {
        C5063<T> c5063 = this.f13485;
        c5063.f15214.m8563(new ApiException(status));
    }

    @Override // p138.p176.p177.p242.p246.p247.p248.AbstractC4228
    /* JADX INFO: renamed from: ֏ */
    public final void mo6907(C4217.C4218<?> c4218) throws DeadObjectException {
        try {
            mo6908(c4218);
        } catch (DeadObjectException e) {
            Status statusM6905 = AbstractC4228.m6905(e);
            C5063<T> c5063 = this.f13485;
            c5063.f15214.m8563(new ApiException(statusM6905));
            throw e;
        } catch (RemoteException e2) {
            Status statusM69052 = AbstractC4228.m6905(e2);
            C5063<T> c50632 = this.f13485;
            c50632.f15214.m8563(new ApiException(statusM69052));
        } catch (RuntimeException e3) {
            this.f13485.f15214.m8563(e3);
        }
    }

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public abstract void mo6908(C4217.C4218<?> c4218);
}
