翰林优商.apk(点击下载) / f.java


package com.mbridge.msdk.optimize.a.b;

import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;

/* compiled from: ZTEIDInterface */
public interface f extends IInterface {
    String a();

    /* compiled from: ZTEIDInterface */
    public static abstract class a extends Binder implements f {

        /* renamed from: com.mbridge.msdk.optimize.a.b.f$a$a  reason: collision with other inner class name */
        /* compiled from: ZTEIDInterface */
        public static class C0228a implements f {
            private IBinder a;

            public C0228a(IBinder iBinder) {
                this.a = iBinder;
            }

            public final IBinder asBinder() {
                return this.a;
            }

            @Override // com.mbridge.msdk.optimize.a.b.f
            public final String a() {
                String str;
                Parcel obtain = Parcel.obtain();
                Parcel obtain2 = Parcel.obtain();
                try {
                    obtain.writeInterfaceToken("com.bun.lib.MsaIdInterface");
                    this.a.transact(3, obtain, obtain2, 0);
                    obtain2.readException();
                    str = obtain2.readString();
                } catch (Throwable unused) {
                    obtain2.recycle();
                    obtain.recycle();
                    str = null;
                }
                obtain2.recycle();
                obtain.recycle();
                return str;
            }
        }
    }
}