大漢易經書院.apk(点击下载) / a.java


package org.a.a.a.a;

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

/* compiled from: IOpenID */
public interface a extends IInterface {

    /* renamed from: org.a.a.a.a.a$a  reason: collision with other inner class name */
    /* compiled from: IOpenID */
    public static abstract class AbstractBinderC0117a extends Binder implements a {

        /* access modifiers changed from: private */
        /* renamed from: org.a.a.a.a.a$a$a  reason: collision with other inner class name */
        /* compiled from: IOpenID */
        public static class C0118a implements a {

            /* renamed from: ʻ  reason: contains not printable characters */
            public IBinder f7651;

            public C0118a(IBinder iBinder) {
                this.f7651 = iBinder;
            }

            public IBinder asBinder() {
                return this.f7651;
            }

            /* renamed from: ʻ  reason: contains not printable characters */
            public String m9756(String str, String str2, String str3) {
                Parcel obtain = Parcel.obtain();
                Parcel obtain2 = Parcel.obtain();
                try {
                    obtain.writeInterfaceToken("com.heytap.openid.IOpenID");
                    obtain.writeString(str);
                    obtain.writeString(str2);
                    obtain.writeString(str3);
                    this.f7651.transact(1, obtain, obtain2, 0);
                    obtain2.readException();
                    return obtain2.readString();
                } finally {
                    obtain2.recycle();
                    obtain.recycle();
                }
            }
        }

        /* renamed from: ʻ  reason: contains not printable characters */
        public static a m9755(IBinder iBinder) {
            if (iBinder == null) {
                return null;
            }
            IInterface queryLocalInterface = iBinder.queryLocalInterface("com.heytap.openid.IOpenID");
            if (queryLocalInterface == null || !(queryLocalInterface instanceof a)) {
                return new C0118a(iBinder);
            }
            return (a) queryLocalInterface;
        }
    }
}