package defpackage;

import android.os.Binder;
import defpackage.pf4;

/* JADX INFO: loaded from: classes.dex */
class gp1 extends pf4.b {
    @Override // defpackage.pf4
    public final void at() {
        long jClearCallingIdentity = Binder.clearCallingIdentity();
        try {
            throw null;
        } catch (Throwable th) {
            Binder.restoreCallingIdentity(jClearCallingIdentity);
            throw th;
        }
    }

    @Override // defpackage.pf4
    public final void bh() {
        long jClearCallingIdentity = Binder.clearCallingIdentity();
        try {
            throw null;
        } catch (Throwable th) {
            Binder.restoreCallingIdentity(jClearCallingIdentity);
            throw th;
        }
    }

    @Override // defpackage.pf4
    public final void cv() {
        long jClearCallingIdentity = Binder.clearCallingIdentity();
        try {
            throw null;
        } catch (Throwable th) {
            Binder.restoreCallingIdentity(jClearCallingIdentity);
            throw th;
        }
    }
}
