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


package com.iBookStar.e.b;

import android.os.IBinder;
import android.os.Parcel;

public class c implements d {
    private IBinder a;

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

    /* JADX INFO: finally extract failed */
    @Override // com.iBookStar.e.b.d
    public String a() {
        Parcel obtain = Parcel.obtain();
        Parcel obtain2 = Parcel.obtain();
        try {
            obtain.writeInterfaceToken("com.zui.deviceidservice.IDeviceidInterface");
            this.a.transact(1, obtain, obtain2, 0);
            obtain2.readException();
            String readString = obtain2.readString();
            obtain2.recycle();
            obtain.recycle();
            return readString;
        } catch (Exception e) {
            e.printStackTrace();
            obtain2.recycle();
            obtain.recycle();
            return null;
        } catch (Throwable th) {
            obtain2.recycle();
            obtain.recycle();
            throw th;
        }
    }

    public IBinder asBinder() {
        return null;
    }
}