package p138.p176.p177.p242.p246.p249;

import android.accounts.Account;
import android.os.Binder;
import android.os.RemoteException;
import android.util.Log;
import p138.p176.p177.p242.p246.p249.InterfaceC4273;

/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ހ.ފ.֏, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class BinderC4250 extends InterfaceC4273.AbstractBinderC4274 {
    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static Account m6909(InterfaceC4273 interfaceC4273) {
        if (interfaceC4273 != null) {
            long jClearCallingIdentity = Binder.clearCallingIdentity();
            try {
                return interfaceC4273.mo6958();
            } catch (RemoteException unused) {
                Log.w("AccountAccessor", "Remote account accessor probably died");
                return null;
            } finally {
                Binder.restoreCallingIdentity(jClearCallingIdentity);
            }
        }
        return null;
    }
}
