class android.app.IServiceConnection$Stub$Proxy implements android.app.IServiceConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.IServiceConnection$Stub$Proxy
  super_class: java.lang.Object
{
  private android.os.IBinder mRemote;
    descriptor: Landroid/os/IBinder;
    flags: (0x0002) ACC_PRIVATE

  void <init>(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.IServiceConnection$Stub$Proxy this
        start local 1 // android.os.IBinder remote
         0: .line 73
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 75
            aload 0 /* this */
            aload 1 /* remote */
            putfield android.app.IServiceConnection$Stub$Proxy.mRemote:Landroid/os/IBinder;
         2: .line 76
            return
        end local 1 // android.os.IBinder remote
        end local 0 // android.app.IServiceConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/app/IServiceConnection$Stub$Proxy;
            0    3     1  remote  Landroid/os/IBinder;
    MethodParameters:
        Name  Flags
      remote  

  public android.os.IBinder asBinder();
    descriptor: ()Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.IServiceConnection$Stub$Proxy this
         0: .line 79
            aload 0 /* this */
            getfield android.app.IServiceConnection$Stub$Proxy.mRemote:Landroid/os/IBinder;
            areturn
        end local 0 // android.app.IServiceConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/IServiceConnection$Stub$Proxy;

  public java.lang.String getInterfaceDescriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.IServiceConnection$Stub$Proxy this
         0: .line 83
            ldc "android.app.IServiceConnection"
            areturn
        end local 0 // android.app.IServiceConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/IServiceConnection$Stub$Proxy;

  public void connected(android.content.ComponentName, android.os.IBinder, boolean);
    descriptor: (Landroid/content/ComponentName;Landroid/os/IBinder;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // android.app.IServiceConnection$Stub$Proxy this
        start local 1 // android.content.ComponentName name
        start local 2 // android.os.IBinder service
        start local 3 // boolean dead
         0: .line 87
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _data */
        start local 4 // android.os.Parcel _data
         1: .line 89
            aload 4 /* _data */
            ldc "android.app.IServiceConnection"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         2: .line 90
            aload 1 /* name */
            ifnull 6
         3: .line 91
            aload 4 /* _data */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 92
            aload 1 /* name */
            aload 4 /* _data */
            iconst_0
            invokevirtual android.content.ComponentName.writeToParcel:(Landroid/os/Parcel;I)V
         5: .line 93
            goto 7
         6: .line 95
      StackMap locals: android.os.Parcel
      StackMap stack:
            aload 4 /* _data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
         7: .line 97
      StackMap locals:
      StackMap stack:
            aload 4 /* _data */
            aload 2 /* service */
            invokevirtual android.os.Parcel.writeStrongBinder:(Landroid/os/IBinder;)V
         8: .line 98
            aload 4 /* _data */
            iload 3 /* dead */
            ifeq 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack: android.os.Parcel
         9: iconst_0
      StackMap locals: android.app.IServiceConnection$Stub$Proxy android.content.ComponentName android.os.IBinder int android.os.Parcel
      StackMap stack: android.os.Parcel int
        10: invokevirtual android.os.Parcel.writeInt:(I)V
        11: .line 99
            aload 0 /* this */
            getfield android.app.IServiceConnection$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_1
            aload 4 /* _data */
            aconst_null
            iconst_1
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
        12: .line 100
            goto 16
        13: .line 101
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        14: .line 102
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 103
            aload 5
            athrow
        16: .line 102
      StackMap locals:
      StackMap stack:
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 104
            return
        end local 4 // android.os.Parcel _data
        end local 3 // boolean dead
        end local 2 // android.os.IBinder service
        end local 1 // android.content.ComponentName name
        end local 0 // android.app.IServiceConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   18     0     this  Landroid/app/IServiceConnection$Stub$Proxy;
            0   18     1     name  Landroid/content/ComponentName;
            0   18     2  service  Landroid/os/IBinder;
            0   18     3     dead  Z
            1   18     4    _data  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           1    13      13  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      name     
      service  
      dead     
}
SourceFile: "IServiceConnection.java"
NestHost: android.app.IServiceConnection
InnerClasses:
  public abstract Stub = android.app.IServiceConnection$Stub of android.app.IServiceConnection
  private Proxy = android.app.IServiceConnection$Stub$Proxy of android.app.IServiceConnection$Stub