导航菜单

页面标题

页面副标题

JADUGAR VIP LOADER v3.0 - C0337n1.java 源代码

正在查看: JADUGAR VIP LOADER v3.0 应用的 C0337n1.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package k0;

import android.app.ActivityManager;
import android.content.ComponentName;
import android.content.Intent;
import android.os.IBinder;
import android.os.Parcel;
import java.util.ArrayList;

public final class C0337n1 implements InterfaceC0402y1 {

    public final IBinder f3216a;

    public C0337n1(IBinder iBinder) {
        this.f3216a = iBinder;
    }

    @Override
    public final void E(String str) {
        Parcel obtain = Parcel.obtain();
        try {
            obtain.writeInterfaceToken("top.bienvenido.mundo.IMundoWindowManagerService");
            obtain.writeString(str);
            this.f3216a.transact(17, obtain, null, 1);
        } finally {
            obtain.recycle();
        }
    }

    @Override
    public final Intent E0(IBinder iBinder, Intent intent, int i2, IBinder[] iBinderArr) {
        Parcel obtain = Parcel.obtain();
        Parcel obtain2 = Parcel.obtain();
        try {
            obtain.writeInterfaceToken("top.bienvenido.mundo.IMundoWindowManagerService");
            obtain.writeStrongBinder(iBinder);
            if (intent != null) {
                obtain.writeInt(1);
                intent.writeToParcel(obtain, 0);
            } else {
                obtain.writeInt(0);
            }
            obtain.writeInt(i2);
            obtain.writeInt(iBinderArr.length);
            this.f3216a.transact(1, obtain, obtain2, 0);
            obtain2.readException();
            Intent intent2 = (Intent) (obtain2.readInt() != 0 ? Intent.CREATOR.createFromParcel(obtain2) : null);
            obtain2.readBinderArray(iBinderArr);
            obtain2.recycle();
            obtain.recycle();
            return intent2;
        } catch (Throwable th) {
            obtain2.recycle();
            obtain.recycle();
            throw th;
        }
    }

    @Override
    public final void M(String str) {
        Parcel obtain = Parcel.obtain();
        try {
            obtain.writeInterfaceToken("top.bienvenido.mundo.IMundoWindowManagerService");
            obtain.writeString(str);
            obtain.writeString("0");
            this.f3216a.transact(7, obtain, null, 1);
        } finally {
            obtain.recycle();
        }
    }

    @Override
    public final boolean O() {
        Parcel obtain = Parcel.obtain();
        Parcel obtain2 = Parcel.obtain();
        try {
            obtain.writeInterfaceToken("top.bienvenido.mundo.IMundoWindowManagerService");
            this.f3216a.transact(19, obtain, obtain2, 0);
            obtain2.readException();
            return obtain2.readInt() != 0;
        } finally {
            obtain2.recycle();
            obtain.recycle();
        }
    }

    @Override
    public final String Q(IBinder iBinder) {
        Parcel obtain = Parcel.obtain();
        Parcel obtain2 = Parcel.obtain();
        try {
            obtain.writeInterfaceToken("top.bienvenido.mundo.IMundoWindowManagerService");
            obtain.writeStrongBinder(iBinder);
            this.f3216a.transact(14, obtain, obtain2, 0);
            obtain2.readException();
            return obtain2.readString();
        } finally {
            obtain2.recycle();
            obtain.recycle();
        }
    }

    @Override
    public final void V(IBinder iBinder) {
        Parcel obtain = Parcel.obtain();
        try {
            obtain.writeInterfaceToken("top.bienvenido.mundo.IMundoWindowManagerService");
            obtain.writeStrongBinder(iBinder);
            this.f3216a.transact(9, obtain, null, 1);
        } finally {
            obtain.recycle();
        }
    }

    @Override
    public final IBinder asBinder() {
        return this.f3216a;
    }

    @Override
    public final Intent[] d(IBinder iBinder, Intent[] intentArr, int i2, IBinder[] iBinderArr) {
        Parcel obtain = Parcel.obtain();
        Parcel obtain2 = Parcel.obtain();
        try {
            obtain.writeInterfaceToken("top.bienvenido.mundo.IMundoWindowManagerService");
            obtain.writeStrongBinder(iBinder);
            obtain.writeTypedArray(intentArr, 0);
            obtain.writeInt(i2);
            obtain.writeInt(iBinderArr.length);
            this.f3216a.transact(2, obtain, obtain2, 0);
            obtain2.readException();
            Intent[] intentArr2 = (Intent[]) obtain2.createTypedArray(Intent.CREATOR);
            obtain2.readBinderArray(iBinderArr);
            return intentArr2;
        } finally {
            obtain2.recycle();
            obtain.recycle();
        }
    }

    @Override
    public final ComponentName e0(IBinder iBinder) {
        Parcel obtain = Parcel.obtain();
        Parcel obtain2 = Parcel.obtain();
        try {
            obtain.writeInterfaceToken("top.bienvenido.mundo.IMundoWindowManagerService");
            obtain.writeStrongBinder(iBinder);
            this.f3216a.transact(13, obtain, obtain2, 0);
            obtain2.readException();
            ComponentName componentName = (ComponentName) (obtain2.readInt() != 0 ? ComponentName.CREATOR.createFromParcel(obtain2) : null);
            obtain2.recycle();
            obtain.recycle();
            return componentName;
        } catch (Throwable th) {
            obtain2.recycle();
            obtain.recycle();
            throw th;
        }
    }

    @Override
    public final void j0(IBinder iBinder, IBinder iBinder2) {
        Parcel obtain = Parcel.obtain();
        try {
            obtain.writeInterfaceToken("top.bienvenido.mundo.IMundoWindowManagerService");
            obtain.writeStrongBinder(iBinder);
            obtain.writeStrongBinder(iBinder2);
            this.f3216a.transact(5, obtain, null, 1);
        } finally {
            obtain.recycle();
        }
    }

    @Override
    public final ArrayList k(long j2) {
        Parcel obtain = Parcel.obtain();
        Parcel obtain2 = Parcel.obtain();
        try {
            obtain.writeInterfaceToken("top.bienvenido.mundo.IMundoWindowManagerService");
            obtain.writeLong(j2);
            this.f3216a.transact(10, obtain, obtain2, 0);
            obtain2.readException();
            return obtain2.createTypedArrayList(ActivityManager.RunningTaskInfo.CREATOR);
        } finally {
            obtain2.recycle();
            obtain.recycle();
        }
    }

    @Override
    public final void n0(I0 i02, String str, String str2, String str3, int i2) {
        Parcel obtain = Parcel.obtain();
        Parcel obtain2 = Parcel.obtain();
        try {
            obtain.writeInterfaceToken("top.bienvenido.mundo.IMundoWindowManagerService");
            obtain.writeStrongBinder(i02);
            obtain.writeString(str);
            obtain.writeString(str2);
            obtain.writeString(str3);
            obtain.writeInt(i2);
            this.f3216a.transact(12, obtain, obtain2, 0);
            obtain2.readException();
        } finally {
            obtain2.recycle();
            obtain.recycle();
        }
    }

    @Override
    public final boolean r0(IBinder iBinder, int i2) {
        Parcel obtain = Parcel.obtain();
        Parcel obtain2 = Parcel.obtain();
        try {
            obtain.writeInterfaceToken("top.bienvenido.mundo.IMundoWindowManagerService");
            obtain.writeStrongBinder(iBinder);
            obtain.writeInt(i2);
            this.f3216a.transact(8, obtain, obtain2, 0);
            obtain2.readException();
            return obtain2.readInt() != 0;
        } finally {
            obtain2.recycle();
            obtain.recycle();
        }
    }

    @Override
    public final ArrayList v0(int i2, long j2) {
        Parcel obtain = Parcel.obtain();
        Parcel obtain2 = Parcel.obtain();
        try {
            obtain.writeInterfaceToken("top.bienvenido.mundo.IMundoWindowManagerService");
            obtain.writeLong(j2);
            obtain.writeInt(i2);
            this.f3216a.transact(11, obtain, obtain2, 0);
            obtain2.readException();
            return obtain2.createTypedArrayList(ActivityManager.RecentTaskInfo.CREATOR);
        } finally {
            obtain2.recycle();
            obtain.recycle();
        }
    }

    @Override
    public final Intent z(long j2, Intent intent) {
        Parcel obtain = Parcel.obtain();
        Parcel obtain2 = Parcel.obtain();
        try {
            obtain.writeInterfaceToken("top.bienvenido.mundo.IMundoWindowManagerService");
            obtain.writeLong(j2);
            if (intent != null) {
                obtain.writeInt(1);
                intent.writeToParcel(obtain, 0);
            } else {
                obtain.writeInt(0);
            }
            this.f3216a.transact(4, obtain, obtain2, 0);
            obtain2.readException();
            Intent intent2 = (Intent) (obtain2.readInt() != 0 ? Intent.CREATOR.createFromParcel(obtain2) : null);
            obtain2.recycle();
            obtain.recycle();
            return intent2;
        } catch (Throwable th) {
            obtain2.recycle();
            obtain.recycle();
            throw th;
        }
    }

    @Override
    public final void z0(Intent intent, String str) {
        Parcel obtain = Parcel.obtain();
        try {
            obtain.writeInterfaceToken("top.bienvenido.mundo.IMundoWindowManagerService");
            if (intent != null) {
                obtain.writeInt(1);
                intent.writeToParcel(obtain, 0);
            } else {
                obtain.writeInt(0);
            }
            obtain.writeString(str);
            this.f3216a.transact(3, obtain, null, 1);
            obtain.recycle();
        } catch (Throwable th) {
            obtain.recycle();
            throw th;
        }
    }
}