final class android.database.BulkCursorProxy implements android.database.IBulkCursor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.database.BulkCursorProxy
  super_class: java.lang.Object
{
  private android.os.IBinder mRemote;
    descriptor: Landroid/os/IBinder;
    flags: (0x0002) ACC_PRIVATE

  private android.os.Bundle mExtras;
    descriptor: Landroid/os/Bundle;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.database.BulkCursorProxy this
        start local 1 // android.os.IBinder remote
         0: .line 144
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 146
            aload 0 /* this */
            aload 1 /* remote */
            putfield android.database.BulkCursorProxy.mRemote:Landroid/os/IBinder;
         2: .line 147
            aload 0 /* this */
            aconst_null
            putfield android.database.BulkCursorProxy.mExtras:Landroid/os/Bundle;
         3: .line 148
            return
        end local 1 // android.os.IBinder remote
        end local 0 // android.database.BulkCursorProxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/database/BulkCursorProxy;
            0    4     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.database.BulkCursorProxy this
         0: .line 152
            aload 0 /* this */
            getfield android.database.BulkCursorProxy.mRemote:Landroid/os/IBinder;
            areturn
        end local 0 // android.database.BulkCursorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/BulkCursorProxy;

  public android.database.CursorWindow getWindow(int);
    descriptor: (I)Landroid/database/CursorWindow;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // android.database.BulkCursorProxy this
        start local 1 // int position
         0: .line 157
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* data */
        start local 2 // android.os.Parcel data
         1: .line 158
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* reply */
        start local 3 // android.os.Parcel reply
         2: .line 160
            aload 2 /* data */
            ldc "android.content.IBulkCursor"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 161
            aload 2 /* data */
            iload 1 /* position */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 163
            aload 0 /* this */
            getfield android.database.BulkCursorProxy.mRemote:Landroid/os/IBinder;
            iconst_1
            aload 2 /* data */
            aload 3 /* reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 164
            aload 3 /* reply */
            invokestatic android.database.DatabaseUtils.readExceptionFromParcel:(Landroid/os/Parcel;)V
         6: .line 166
            aconst_null
            astore 4 /* window */
        start local 4 // android.database.CursorWindow window
         7: .line 167
            aload 3 /* reply */
            invokevirtual android.os.Parcel.readInt:()I
            iconst_1
            if_icmpne 9
         8: .line 168
            aload 3 /* reply */
            invokestatic android.database.CursorWindow.newFromParcel:(Landroid/os/Parcel;)Landroid/database/CursorWindow;
            astore 4 /* window */
         9: .line 170
      StackMap locals: android.os.Parcel android.os.Parcel android.database.CursorWindow
      StackMap stack:
            aload 4 /* window */
            astore 6
        10: .line 172
            aload 2 /* data */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 173
            aload 3 /* reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 170
            aload 6
            areturn
        end local 4 // android.database.CursorWindow window
        13: .line 171
      StackMap locals: android.database.BulkCursorProxy int android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 5
        14: .line 172
            aload 2 /* data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 173
            aload 3 /* reply */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 174
            aload 5
            athrow
        end local 3 // android.os.Parcel reply
        end local 2 // android.os.Parcel data
        end local 1 // int position
        end local 0 // android.database.BulkCursorProxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Landroid/database/BulkCursorProxy;
            0   17     1  position  I
            1   17     2      data  Landroid/os/Parcel;
            2   17     3     reply  Landroid/os/Parcel;
            7   13     4    window  Landroid/database/CursorWindow;
      Exception table:
        from    to  target  type
           2    10      13  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      position  

  public void onMove(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.database.BulkCursorProxy this
        start local 1 // int position
         0: .line 178
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* data */
        start local 2 // android.os.Parcel data
         1: .line 179
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* reply */
        start local 3 // android.os.Parcel reply
         2: .line 181
            aload 2 /* data */
            ldc "android.content.IBulkCursor"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 182
            aload 2 /* data */
            iload 1 /* position */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 184
            aload 0 /* this */
            getfield android.database.BulkCursorProxy.mRemote:Landroid/os/IBinder;
            iconst_4
            aload 2 /* data */
            aload 3 /* reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 185
            aload 3 /* reply */
            invokestatic android.database.DatabaseUtils.readExceptionFromParcel:(Landroid/os/Parcel;)V
         6: .line 186
            goto 11
      StackMap locals: android.database.BulkCursorProxy int android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
         7: astore 4
         8: .line 187
            aload 2 /* data */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 188
            aload 3 /* reply */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 189
            aload 4
            athrow
        11: .line 187
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 188
            aload 3 /* reply */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 190
            return
        end local 3 // android.os.Parcel reply
        end local 2 // android.os.Parcel data
        end local 1 // int position
        end local 0 // android.database.BulkCursorProxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Landroid/database/BulkCursorProxy;
            0   14     1  position  I
            1   14     2      data  Landroid/os/Parcel;
            2   14     3     reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     7       7  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      position  

  public void deactivate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // android.database.BulkCursorProxy this
         0: .line 194
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* data */
        start local 1 // android.os.Parcel data
         1: .line 195
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* reply */
        start local 2 // android.os.Parcel reply
         2: .line 197
            aload 1 /* data */
            ldc "android.content.IBulkCursor"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 199
            aload 0 /* this */
            getfield android.database.BulkCursorProxy.mRemote:Landroid/os/IBinder;
            iconst_2
            aload 1 /* data */
            aload 2 /* reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         4: .line 200
            aload 2 /* reply */
            invokestatic android.database.DatabaseUtils.readExceptionFromParcel:(Landroid/os/Parcel;)V
         5: .line 201
            goto 10
      StackMap locals: android.database.BulkCursorProxy android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
         6: astore 3
         7: .line 202
            aload 1 /* data */
            invokevirtual android.os.Parcel.recycle:()V
         8: .line 203
            aload 2 /* reply */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 204
            aload 3
            athrow
        10: .line 202
      StackMap locals:
      StackMap stack:
            aload 1 /* data */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 203
            aload 2 /* reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 205
            return
        end local 2 // android.os.Parcel reply
        end local 1 // android.os.Parcel data
        end local 0 // android.database.BulkCursorProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Landroid/database/BulkCursorProxy;
            1   13     1   data  Landroid/os/Parcel;
            2   13     2  reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     6       6  any
    Exceptions:
      throws android.os.RemoteException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // android.database.BulkCursorProxy this
         0: .line 209
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* data */
        start local 1 // android.os.Parcel data
         1: .line 210
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* reply */
        start local 2 // android.os.Parcel reply
         2: .line 212
            aload 1 /* data */
            ldc "android.content.IBulkCursor"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 214
            aload 0 /* this */
            getfield android.database.BulkCursorProxy.mRemote:Landroid/os/IBinder;
            bipush 7
            aload 1 /* data */
            aload 2 /* reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         4: .line 215
            aload 2 /* reply */
            invokestatic android.database.DatabaseUtils.readExceptionFromParcel:(Landroid/os/Parcel;)V
         5: .line 216
            goto 10
      StackMap locals: android.database.BulkCursorProxy android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
         6: astore 3
         7: .line 217
            aload 1 /* data */
            invokevirtual android.os.Parcel.recycle:()V
         8: .line 218
            aload 2 /* reply */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 219
            aload 3
            athrow
        10: .line 217
      StackMap locals:
      StackMap stack:
            aload 1 /* data */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 218
            aload 2 /* reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 220
            return
        end local 2 // android.os.Parcel reply
        end local 1 // android.os.Parcel data
        end local 0 // android.database.BulkCursorProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Landroid/database/BulkCursorProxy;
            1   13     1   data  Landroid/os/Parcel;
            2   13     2  reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     6       6  any
    Exceptions:
      throws android.os.RemoteException

  public int requery(android.database.IContentObserver);
    descriptor: (Landroid/database/IContentObserver;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // android.database.BulkCursorProxy this
        start local 1 // android.database.IContentObserver observer
         0: .line 223
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* data */
        start local 2 // android.os.Parcel data
         1: .line 224
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* reply */
        start local 3 // android.os.Parcel reply
         2: .line 226
            aload 2 /* data */
            ldc "android.content.IBulkCursor"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 227
            aload 2 /* data */
            aload 1 /* observer */
            invokevirtual android.os.Parcel.writeStrongInterface:(Landroid/os/IInterface;)V
         4: .line 229
            aload 0 /* this */
            getfield android.database.BulkCursorProxy.mRemote:Landroid/os/IBinder;
            iconst_3
            aload 2 /* data */
            aload 3 /* reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            istore 4 /* result */
        start local 4 // boolean result
         5: .line 230
            aload 3 /* reply */
            invokestatic android.database.DatabaseUtils.readExceptionFromParcel:(Landroid/os/Parcel;)V
         6: .line 233
            iload 4 /* result */
            ifne 9
         7: .line 234
            iconst_m1
            istore 5 /* count */
        start local 5 // int count
         8: .line 235
            goto 11
        end local 5 // int count
         9: .line 236
      StackMap locals: android.os.Parcel android.os.Parcel int
      StackMap stack:
            aload 3 /* reply */
            invokevirtual android.os.Parcel.readInt:()I
            istore 5 /* count */
        start local 5 // int count
        10: .line 237
            aload 0 /* this */
            aload 3 /* reply */
            invokevirtual android.os.Parcel.readBundle:()Landroid/os/Bundle;
            putfield android.database.BulkCursorProxy.mExtras:Landroid/os/Bundle;
        11: .line 239
      StackMap locals: int
      StackMap stack:
            iload 5 /* count */
            istore 7
        12: .line 241
            aload 2 /* data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 242
            aload 3 /* reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 239
            iload 7
            ireturn
        end local 5 // int count
        end local 4 // boolean result
        15: .line 240
      StackMap locals: android.database.BulkCursorProxy android.database.IContentObserver android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 6
        16: .line 241
            aload 2 /* data */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 242
            aload 3 /* reply */
            invokevirtual android.os.Parcel.recycle:()V
        18: .line 243
            aload 6
            athrow
        end local 3 // android.os.Parcel reply
        end local 2 // android.os.Parcel data
        end local 1 // android.database.IContentObserver observer
        end local 0 // android.database.BulkCursorProxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Landroid/database/BulkCursorProxy;
            0   19     1  observer  Landroid/database/IContentObserver;
            1   19     2      data  Landroid/os/Parcel;
            2   19     3     reply  Landroid/os/Parcel;
            5   15     4    result  Z
            8    9     5     count  I
           10   15     5     count  I
      Exception table:
        from    to  target  type
           2    12      15  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      observer  

  public android.os.Bundle getExtras();
    descriptor: ()Landroid/os/Bundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // android.database.BulkCursorProxy this
         0: .line 247
            aload 0 /* this */
            getfield android.database.BulkCursorProxy.mExtras:Landroid/os/Bundle;
            ifnonnull 14
         1: .line 248
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* data */
        start local 1 // android.os.Parcel data
         2: .line 249
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* reply */
        start local 2 // android.os.Parcel reply
         3: .line 251
            aload 1 /* data */
            ldc "android.content.IBulkCursor"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         4: .line 253
            aload 0 /* this */
            getfield android.database.BulkCursorProxy.mRemote:Landroid/os/IBinder;
            iconst_5
            aload 1 /* data */
            aload 2 /* reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 254
            aload 2 /* reply */
            invokestatic android.database.DatabaseUtils.readExceptionFromParcel:(Landroid/os/Parcel;)V
         6: .line 256
            aload 0 /* this */
            aload 2 /* reply */
            invokevirtual android.os.Parcel.readBundle:()Landroid/os/Bundle;
            putfield android.database.BulkCursorProxy.mExtras:Landroid/os/Bundle;
         7: .line 257
            goto 12
      StackMap locals: android.database.BulkCursorProxy android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
         8: astore 3
         9: .line 258
            aload 1 /* data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 259
            aload 2 /* reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 260
            aload 3
            athrow
        12: .line 258
      StackMap locals:
      StackMap stack:
            aload 1 /* data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 259
            aload 2 /* reply */
            invokevirtual android.os.Parcel.recycle:()V
        end local 2 // android.os.Parcel reply
        end local 1 // android.os.Parcel data
        14: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.database.BulkCursorProxy.mExtras:Landroid/os/Bundle;
            areturn
        end local 0 // android.database.BulkCursorProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Landroid/database/BulkCursorProxy;
            2   14     1   data  Landroid/os/Parcel;
            3   14     2  reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           3     8       8  any
    Exceptions:
      throws android.os.RemoteException

  public android.os.Bundle respond(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)Landroid/os/Bundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // android.database.BulkCursorProxy this
        start local 1 // android.os.Bundle extras
         0: .line 266
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* data */
        start local 2 // android.os.Parcel data
         1: .line 267
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* reply */
        start local 3 // android.os.Parcel reply
         2: .line 269
            aload 2 /* data */
            ldc "android.content.IBulkCursor"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 270
            aload 2 /* data */
            aload 1 /* extras */
            invokevirtual android.os.Parcel.writeBundle:(Landroid/os/Bundle;)V
         4: .line 272
            aload 0 /* this */
            getfield android.database.BulkCursorProxy.mRemote:Landroid/os/IBinder;
            bipush 6
            aload 2 /* data */
            aload 3 /* reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 273
            aload 3 /* reply */
            invokestatic android.database.DatabaseUtils.readExceptionFromParcel:(Landroid/os/Parcel;)V
         6: .line 275
            aload 3 /* reply */
            invokevirtual android.os.Parcel.readBundle:()Landroid/os/Bundle;
            astore 4 /* returnExtras */
        start local 4 // android.os.Bundle returnExtras
         7: .line 276
            aload 4 /* returnExtras */
            astore 6
         8: .line 278
            aload 2 /* data */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 279
            aload 3 /* reply */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 276
            aload 6
            areturn
        end local 4 // android.os.Bundle returnExtras
        11: .line 277
      StackMap locals: android.database.BulkCursorProxy android.os.Bundle android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 5
        12: .line 278
            aload 2 /* data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 279
            aload 3 /* reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 280
            aload 5
            athrow
        end local 3 // android.os.Parcel reply
        end local 2 // android.os.Parcel data
        end local 1 // android.os.Bundle extras
        end local 0 // android.database.BulkCursorProxy this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Landroid/database/BulkCursorProxy;
            0   15     1        extras  Landroid/os/Bundle;
            1   15     2          data  Landroid/os/Parcel;
            2   15     3         reply  Landroid/os/Parcel;
            7   11     4  returnExtras  Landroid/os/Bundle;
      Exception table:
        from    to  target  type
           2     8      11  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
        Name  Flags
      extras  
}
SourceFile: "BulkCursorNative.java"