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


package com.sjm.sjmsdk.core.oaidhelper.a;

import android.os.IBinder;
import android.os.Parcel;
import com.sjm.sjmsdk.core.oaidhelper.b.a;

public class d extends a {
    public d(IBinder iBinder) {
        super(iBinder);
    }

    @Override // com.sjm.sjmsdk.core.oaidhelper.b.a
    public String a() {
        return "";
    }

    /* JADX INFO: finally extract failed */
    @Override // com.sjm.sjmsdk.core.oaidhelper.b.a
    public String a(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.a.transact(1, obtain, obtain2, 0);
            obtain2.readException();
            String readString = obtain2.readString();
            obtain.recycle();
            obtain2.recycle();
            return readString;
        } catch (Exception e) {
            e.printStackTrace();
            obtain.recycle();
            obtain2.recycle();
            return null;
        } catch (Throwable th) {
            obtain.recycle();
            obtain2.recycle();
            throw th;
        }
    }
}