class android.app.IUiAutomationConnection$Stub$Proxy implements android.app.IUiAutomationConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.IUiAutomationConnection$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.IUiAutomationConnection$Stub$Proxy this
        start local 1 // android.os.IBinder remote
         0: .line 234
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 236
            aload 0 /* this */
            aload 1 /* remote */
            putfield android.app.IUiAutomationConnection$Stub$Proxy.mRemote:Landroid/os/IBinder;
         2: .line 237
            return
        end local 1 // android.os.IBinder remote
        end local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/app/IUiAutomationConnection$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.IUiAutomationConnection$Stub$Proxy this
         0: .line 240
            aload 0 /* this */
            getfield android.app.IUiAutomationConnection$Stub$Proxy.mRemote:Landroid/os/IBinder;
            areturn
        end local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/IUiAutomationConnection$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.IUiAutomationConnection$Stub$Proxy this
         0: .line 244
            ldc "android.app.IUiAutomationConnection"
            areturn
        end local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/IUiAutomationConnection$Stub$Proxy;

  public void connect(android.accessibilityservice.IAccessibilityServiceClient, int);
    descriptor: (Landroid/accessibilityservice/IAccessibilityServiceClient;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
        start local 1 // android.accessibilityservice.IAccessibilityServiceClient client
        start local 2 // int flags
         0: .line 248
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 249
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _reply */
        start local 4 // android.os.Parcel _reply
         2: .line 251
            aload 3 /* _data */
            ldc "android.app.IUiAutomationConnection"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 252
            aload 3 /* _data */
            aload 1 /* client */
            ifnull 4
            aload 1 /* client */
            invokeinterface android.accessibilityservice.IAccessibilityServiceClient.asBinder:()Landroid/os/IBinder;
            goto 5
      StackMap locals: android.app.IUiAutomationConnection$Stub$Proxy android.accessibilityservice.IAccessibilityServiceClient int android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         4: aconst_null
      StackMap locals: android.app.IUiAutomationConnection$Stub$Proxy android.accessibilityservice.IAccessibilityServiceClient int android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel android.os.IBinder
         5: invokevirtual android.os.Parcel.writeStrongBinder:(Landroid/os/IBinder;)V
         6: .line 253
            aload 3 /* _data */
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeInt:(I)V
         7: .line 254
            aload 0 /* this */
            getfield android.app.IUiAutomationConnection$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_1
            aload 3 /* _data */
            aload 4 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         8: .line 255
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         9: .line 256
            goto 14
        10: .line 257
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        11: .line 258
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 259
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 260
            aload 5
            athrow
        14: .line 258
      StackMap locals:
      StackMap stack:
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 259
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 261
            return
        end local 4 // android.os.Parcel _reply
        end local 3 // android.os.Parcel _data
        end local 2 // int flags
        end local 1 // android.accessibilityservice.IAccessibilityServiceClient client
        end local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Landroid/app/IUiAutomationConnection$Stub$Proxy;
            0   17     1  client  Landroid/accessibilityservice/IAccessibilityServiceClient;
            0   17     2   flags  I
            1   17     3   _data  Landroid/os/Parcel;
            2   17     4  _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2    10      10  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
        Name  Flags
      client  
      flags   

  public void disconnect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
         0: .line 264
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 265
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _reply */
        start local 2 // android.os.Parcel _reply
         2: .line 267
            aload 1 /* _data */
            ldc "android.app.IUiAutomationConnection"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 268
            aload 0 /* this */
            getfield android.app.IUiAutomationConnection$Stub$Proxy.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 269
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         5: .line 270
            goto 10
         6: .line 271
      StackMap locals: android.app.IUiAutomationConnection$Stub$Proxy android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 3
         7: .line 272
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         8: .line 273
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 274
            aload 3
            athrow
        10: .line 272
      StackMap locals:
      StackMap stack:
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 273
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 275
            return
        end local 2 // android.os.Parcel _reply
        end local 1 // android.os.Parcel _data
        end local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Landroid/app/IUiAutomationConnection$Stub$Proxy;
            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 boolean injectInputEvent(android.view.InputEvent, boolean);
    descriptor: (Landroid/view/InputEvent;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
        start local 1 // android.view.InputEvent event
        start local 2 // boolean sync
         0: .line 278
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 279
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _reply */
        start local 4 // android.os.Parcel _reply
         2: .line 282
            aload 3 /* _data */
            ldc "android.app.IUiAutomationConnection"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 283
            aload 1 /* event */
            ifnull 7
         4: .line 284
            aload 3 /* _data */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 285
            aload 1 /* event */
            aload 3 /* _data */
            iconst_0
            invokevirtual android.view.InputEvent.writeToParcel:(Landroid/os/Parcel;I)V
         6: .line 286
            goto 8
         7: .line 288
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
            aload 3 /* _data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
         8: .line 290
      StackMap locals:
      StackMap stack:
            aload 3 /* _data */
            iload 2 /* sync */
            ifeq 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack: android.os.Parcel
         9: iconst_0
      StackMap locals: android.app.IUiAutomationConnection$Stub$Proxy android.view.InputEvent int android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel int
        10: invokevirtual android.os.Parcel.writeInt:(I)V
        11: .line 291
            aload 0 /* this */
            getfield android.app.IUiAutomationConnection$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_3
            aload 3 /* _data */
            aload 4 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
        12: .line 292
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
        13: .line 293
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack:
        14: iconst_0
      StackMap locals:
      StackMap stack: int
        15: istore 5 /* _result */
        start local 5 // boolean _result
        16: .line 294
            goto 21
        end local 5 // boolean _result
        17: .line 295
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        18: .line 296
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        19: .line 297
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        20: .line 298
            aload 6
            athrow
        start local 5 // boolean _result
        21: .line 296
      StackMap locals: int
      StackMap stack:
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        22: .line 297
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        23: .line 299
            iload 5 /* _result */
            ireturn
        end local 5 // boolean _result
        end local 4 // android.os.Parcel _reply
        end local 3 // android.os.Parcel _data
        end local 2 // boolean sync
        end local 1 // android.view.InputEvent event
        end local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   24     0     this  Landroid/app/IUiAutomationConnection$Stub$Proxy;
            0   24     1    event  Landroid/view/InputEvent;
            0   24     2     sync  Z
            1   24     3    _data  Landroid/os/Parcel;
            2   24     4   _reply  Landroid/os/Parcel;
           16   17     5  _result  Z
           21   24     5  _result  Z
      Exception table:
        from    to  target  type
           2    17      17  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      event  
      sync   

  public boolean setRotation(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
        start local 1 // int rotation
         0: .line 303
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 304
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 307
            aload 2 /* _data */
            ldc "android.app.IUiAutomationConnection"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 308
            aload 2 /* _data */
            iload 1 /* rotation */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 309
            aload 0 /* this */
            getfield android.app.IUiAutomationConnection$Stub$Proxy.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 310
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 311
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 7
            iconst_1
            goto 8
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 4 /* _result */
        start local 4 // boolean _result
         9: .line 312
            goto 14
        end local 4 // boolean _result
        10: .line 313
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        11: .line 314
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 315
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 316
            aload 5
            athrow
        start local 4 // boolean _result
        14: .line 314
      StackMap locals: int
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 315
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 317
            iload 4 /* _result */
            ireturn
        end local 4 // boolean _result
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // int rotation
        end local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Landroid/app/IUiAutomationConnection$Stub$Proxy;
            0   17     1  rotation  I
            1   17     2     _data  Landroid/os/Parcel;
            2   17     3    _reply  Landroid/os/Parcel;
            9   10     4   _result  Z
           14   17     4   _result  Z
      Exception table:
        from    to  target  type
           2    10      10  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      rotation  

  public android.graphics.Bitmap takeScreenshot(android.graphics.Rect, int);
    descriptor: (Landroid/graphics/Rect;I)Landroid/graphics/Bitmap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
        start local 1 // android.graphics.Rect crop
        start local 2 // int rotation
         0: .line 321
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 322
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _reply */
        start local 4 // android.os.Parcel _reply
         2: .line 325
            aload 3 /* _data */
            ldc "android.app.IUiAutomationConnection"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 326
            aload 1 /* crop */
            ifnull 7
         4: .line 327
            aload 3 /* _data */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 328
            aload 1 /* crop */
            aload 3 /* _data */
            iconst_0
            invokevirtual android.graphics.Rect.writeToParcel:(Landroid/os/Parcel;I)V
         6: .line 329
            goto 8
         7: .line 331
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
            aload 3 /* _data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
         8: .line 333
      StackMap locals:
      StackMap stack:
            aload 3 /* _data */
            iload 2 /* rotation */
            invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 334
            aload 0 /* this */
            getfield android.app.IUiAutomationConnection$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_5
            aload 3 /* _data */
            aload 4 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
        10: .line 335
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
        11: .line 336
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 14
        12: .line 337
            getstatic android.graphics.Bitmap.CREATOR:Landroid/os/Parcelable$Creator;
            aload 4 /* _reply */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.graphics.Bitmap
            astore 5 /* _result */
        start local 5 // android.graphics.Bitmap _result
        13: .line 338
            goto 20
        end local 5 // android.graphics.Bitmap _result
        14: .line 340
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* _result */
        start local 5 // android.graphics.Bitmap _result
        15: .line 342
            goto 20
        end local 5 // android.graphics.Bitmap _result
        16: .line 343
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        17: .line 344
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        18: .line 345
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        19: .line 346
            aload 6
            athrow
        start local 5 // android.graphics.Bitmap _result
        20: .line 344
      StackMap locals: android.graphics.Bitmap
      StackMap stack:
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        21: .line 345
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        22: .line 347
            aload 5 /* _result */
            areturn
        end local 5 // android.graphics.Bitmap _result
        end local 4 // android.os.Parcel _reply
        end local 3 // android.os.Parcel _data
        end local 2 // int rotation
        end local 1 // android.graphics.Rect crop
        end local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   23     0      this  Landroid/app/IUiAutomationConnection$Stub$Proxy;
            0   23     1      crop  Landroid/graphics/Rect;
            0   23     2  rotation  I
            1   23     3     _data  Landroid/os/Parcel;
            2   23     4    _reply  Landroid/os/Parcel;
           13   14     5   _result  Landroid/graphics/Bitmap;
           15   16     5   _result  Landroid/graphics/Bitmap;
           20   23     5   _result  Landroid/graphics/Bitmap;
      Exception table:
        from    to  target  type
           2    16      16  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      crop      
      rotation  

  public boolean clearWindowContentFrameStats(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
        start local 1 // int windowId
         0: .line 351
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 352
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 355
            aload 2 /* _data */
            ldc "android.app.IUiAutomationConnection"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 356
            aload 2 /* _data */
            iload 1 /* windowId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 357
            aload 0 /* this */
            getfield android.app.IUiAutomationConnection$Stub$Proxy.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 358
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 359
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 7
            iconst_1
            goto 8
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 4 /* _result */
        start local 4 // boolean _result
         9: .line 360
            goto 14
        end local 4 // boolean _result
        10: .line 361
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        11: .line 362
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 363
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 364
            aload 5
            athrow
        start local 4 // boolean _result
        14: .line 362
      StackMap locals: int
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 363
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 365
            iload 4 /* _result */
            ireturn
        end local 4 // boolean _result
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // int windowId
        end local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Landroid/app/IUiAutomationConnection$Stub$Proxy;
            0   17     1  windowId  I
            1   17     2     _data  Landroid/os/Parcel;
            2   17     3    _reply  Landroid/os/Parcel;
            9   10     4   _result  Z
           14   17     4   _result  Z
      Exception table:
        from    to  target  type
           2    10      10  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      windowId  

  public android.view.WindowContentFrameStats getWindowContentFrameStats(int);
    descriptor: (I)Landroid/view/WindowContentFrameStats;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
        start local 1 // int windowId
         0: .line 369
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 370
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 373
            aload 2 /* _data */
            ldc "android.app.IUiAutomationConnection"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 374
            aload 2 /* _data */
            iload 1 /* windowId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 375
            aload 0 /* this */
            getfield android.app.IUiAutomationConnection$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 7
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 376
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 377
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 9
         7: .line 378
            getstatic android.view.WindowContentFrameStats.CREATOR:Landroid/os/Parcelable$Creator;
            aload 3 /* _reply */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.view.WindowContentFrameStats
            astore 4 /* _result */
        start local 4 // android.view.WindowContentFrameStats _result
         8: .line 379
            goto 15
        end local 4 // android.view.WindowContentFrameStats _result
         9: .line 381
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
            aconst_null
            astore 4 /* _result */
        start local 4 // android.view.WindowContentFrameStats _result
        10: .line 383
            goto 15
        end local 4 // android.view.WindowContentFrameStats _result
        11: .line 384
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        12: .line 385
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 386
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 387
            aload 5
            athrow
        start local 4 // android.view.WindowContentFrameStats _result
        15: .line 385
      StackMap locals: android.view.WindowContentFrameStats
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 386
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 388
            aload 4 /* _result */
            areturn
        end local 4 // android.view.WindowContentFrameStats _result
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // int windowId
        end local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Landroid/app/IUiAutomationConnection$Stub$Proxy;
            0   18     1  windowId  I
            1   18     2     _data  Landroid/os/Parcel;
            2   18     3    _reply  Landroid/os/Parcel;
            8    9     4   _result  Landroid/view/WindowContentFrameStats;
           10   11     4   _result  Landroid/view/WindowContentFrameStats;
           15   18     4   _result  Landroid/view/WindowContentFrameStats;
      Exception table:
        from    to  target  type
           2    11      11  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      windowId  

  public void clearWindowAnimationFrameStats();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
         0: .line 392
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 393
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _reply */
        start local 2 // android.os.Parcel _reply
         2: .line 395
            aload 1 /* _data */
            ldc "android.app.IUiAutomationConnection"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 396
            aload 0 /* this */
            getfield android.app.IUiAutomationConnection$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 8
            aload 1 /* _data */
            aload 2 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         4: .line 397
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         5: .line 398
            goto 10
         6: .line 399
      StackMap locals: android.app.IUiAutomationConnection$Stub$Proxy android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 3
         7: .line 400
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         8: .line 401
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 402
            aload 3
            athrow
        10: .line 400
      StackMap locals:
      StackMap stack:
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 401
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 403
            return
        end local 2 // android.os.Parcel _reply
        end local 1 // android.os.Parcel _data
        end local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Landroid/app/IUiAutomationConnection$Stub$Proxy;
            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 android.view.WindowAnimationFrameStats getWindowAnimationFrameStats();
    descriptor: ()Landroid/view/WindowAnimationFrameStats;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
         0: .line 406
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 407
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _reply */
        start local 2 // android.os.Parcel _reply
         2: .line 410
            aload 1 /* _data */
            ldc "android.app.IUiAutomationConnection"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 411
            aload 0 /* this */
            getfield android.app.IUiAutomationConnection$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 9
            aload 1 /* _data */
            aload 2 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         4: .line 412
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         5: .line 413
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 8
         6: .line 414
            getstatic android.view.WindowAnimationFrameStats.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* _reply */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.view.WindowAnimationFrameStats
            astore 3 /* _result */
        start local 3 // android.view.WindowAnimationFrameStats _result
         7: .line 415
            goto 14
        end local 3 // android.view.WindowAnimationFrameStats _result
         8: .line 417
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
            aconst_null
            astore 3 /* _result */
        start local 3 // android.view.WindowAnimationFrameStats _result
         9: .line 419
            goto 14
        end local 3 // android.view.WindowAnimationFrameStats _result
        10: .line 420
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        11: .line 421
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 422
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 423
            aload 4
            athrow
        start local 3 // android.view.WindowAnimationFrameStats _result
        14: .line 421
      StackMap locals: android.view.WindowAnimationFrameStats
      StackMap stack:
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 422
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 424
            aload 3 /* _result */
            areturn
        end local 3 // android.view.WindowAnimationFrameStats _result
        end local 2 // android.os.Parcel _reply
        end local 1 // android.os.Parcel _data
        end local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Landroid/app/IUiAutomationConnection$Stub$Proxy;
            1   17     1    _data  Landroid/os/Parcel;
            2   17     2   _reply  Landroid/os/Parcel;
            7    8     3  _result  Landroid/view/WindowAnimationFrameStats;
            9   10     3  _result  Landroid/view/WindowAnimationFrameStats;
           14   17     3  _result  Landroid/view/WindowAnimationFrameStats;
      Exception table:
        from    to  target  type
           2    10      10  any
    Exceptions:
      throws android.os.RemoteException

  public void executeShellCommand(java.lang.String, android.os.ParcelFileDescriptor, android.os.ParcelFileDescriptor);
    descriptor: (Ljava/lang/String;Landroid/os/ParcelFileDescriptor;Landroid/os/ParcelFileDescriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
        start local 1 // java.lang.String command
        start local 2 // android.os.ParcelFileDescriptor sink
        start local 3 // android.os.ParcelFileDescriptor source
         0: .line 428
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _data */
        start local 4 // android.os.Parcel _data
         1: .line 429
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 5 /* _reply */
        start local 5 // android.os.Parcel _reply
         2: .line 431
            aload 4 /* _data */
            ldc "android.app.IUiAutomationConnection"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 432
            aload 4 /* _data */
            aload 1 /* command */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         4: .line 433
            aload 2 /* sink */
            ifnull 8
         5: .line 434
            aload 4 /* _data */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 435
            aload 2 /* sink */
            aload 4 /* _data */
            iconst_0
            invokevirtual android.os.ParcelFileDescriptor.writeToParcel:(Landroid/os/Parcel;I)V
         7: .line 436
            goto 9
         8: .line 438
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
            aload 4 /* _data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 440
      StackMap locals:
      StackMap stack:
            aload 3 /* source */
            ifnull 13
        10: .line 441
            aload 4 /* _data */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
        11: .line 442
            aload 3 /* source */
            aload 4 /* _data */
            iconst_0
            invokevirtual android.os.ParcelFileDescriptor.writeToParcel:(Landroid/os/Parcel;I)V
        12: .line 443
            goto 14
        13: .line 445
      StackMap locals:
      StackMap stack:
            aload 4 /* _data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
        14: .line 447
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.IUiAutomationConnection$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 10
            aload 4 /* _data */
            aload 5 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
        15: .line 448
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
        16: .line 449
            goto 21
        17: .line 450
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        18: .line 451
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        19: .line 452
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        20: .line 453
            aload 6
            athrow
        21: .line 451
      StackMap locals:
      StackMap stack:
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        22: .line 452
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        23: .line 454
            return
        end local 5 // android.os.Parcel _reply
        end local 4 // android.os.Parcel _data
        end local 3 // android.os.ParcelFileDescriptor source
        end local 2 // android.os.ParcelFileDescriptor sink
        end local 1 // java.lang.String command
        end local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   24     0     this  Landroid/app/IUiAutomationConnection$Stub$Proxy;
            0   24     1  command  Ljava/lang/String;
            0   24     2     sink  Landroid/os/ParcelFileDescriptor;
            0   24     3   source  Landroid/os/ParcelFileDescriptor;
            1   24     4    _data  Landroid/os/Parcel;
            2   24     5   _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2    17      17  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      command  
      sink     
      source   

  public void grantRuntimePermission(java.lang.String, java.lang.String, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
        start local 1 // java.lang.String packageName
        start local 2 // java.lang.String permission
        start local 3 // int userId
         0: .line 457
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _data */
        start local 4 // android.os.Parcel _data
         1: .line 458
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 5 /* _reply */
        start local 5 // android.os.Parcel _reply
         2: .line 460
            aload 4 /* _data */
            ldc "android.app.IUiAutomationConnection"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 461
            aload 4 /* _data */
            aload 1 /* packageName */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         4: .line 462
            aload 4 /* _data */
            aload 2 /* permission */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         5: .line 463
            aload 4 /* _data */
            iload 3 /* userId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 464
            aload 0 /* this */
            getfield android.app.IUiAutomationConnection$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 11
            aload 4 /* _data */
            aload 5 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         7: .line 465
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         8: .line 466
            goto 13
         9: .line 467
      StackMap locals: android.app.IUiAutomationConnection$Stub$Proxy java.lang.String java.lang.String int android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 6
        10: .line 468
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 469
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 470
            aload 6
            athrow
        13: .line 468
      StackMap locals:
      StackMap stack:
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 469
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 471
            return
        end local 5 // android.os.Parcel _reply
        end local 4 // android.os.Parcel _data
        end local 3 // int userId
        end local 2 // java.lang.String permission
        end local 1 // java.lang.String packageName
        end local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   16     0         this  Landroid/app/IUiAutomationConnection$Stub$Proxy;
            0   16     1  packageName  Ljava/lang/String;
            0   16     2   permission  Ljava/lang/String;
            0   16     3       userId  I
            1   16     4        _data  Landroid/os/Parcel;
            2   16     5       _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     9       9  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
             Name  Flags
      packageName  
      permission   
      userId       

  public void revokeRuntimePermission(java.lang.String, java.lang.String, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
        start local 1 // java.lang.String packageName
        start local 2 // java.lang.String permission
        start local 3 // int userId
         0: .line 474
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _data */
        start local 4 // android.os.Parcel _data
         1: .line 475
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 5 /* _reply */
        start local 5 // android.os.Parcel _reply
         2: .line 477
            aload 4 /* _data */
            ldc "android.app.IUiAutomationConnection"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 478
            aload 4 /* _data */
            aload 1 /* packageName */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         4: .line 479
            aload 4 /* _data */
            aload 2 /* permission */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         5: .line 480
            aload 4 /* _data */
            iload 3 /* userId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 481
            aload 0 /* this */
            getfield android.app.IUiAutomationConnection$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 12
            aload 4 /* _data */
            aload 5 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         7: .line 482
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         8: .line 483
            goto 13
         9: .line 484
      StackMap locals: android.app.IUiAutomationConnection$Stub$Proxy java.lang.String java.lang.String int android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 6
        10: .line 485
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 486
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 487
            aload 6
            athrow
        13: .line 485
      StackMap locals:
      StackMap stack:
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 486
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 488
            return
        end local 5 // android.os.Parcel _reply
        end local 4 // android.os.Parcel _data
        end local 3 // int userId
        end local 2 // java.lang.String permission
        end local 1 // java.lang.String packageName
        end local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   16     0         this  Landroid/app/IUiAutomationConnection$Stub$Proxy;
            0   16     1  packageName  Ljava/lang/String;
            0   16     2   permission  Ljava/lang/String;
            0   16     3       userId  I
            1   16     4        _data  Landroid/os/Parcel;
            2   16     5       _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     9       9  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
             Name  Flags
      packageName  
      permission   
      userId       

  public void shutdown();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
         0: .line 493
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 495
            aload 1 /* _data */
            ldc "android.app.IUiAutomationConnection"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         2: .line 496
            aload 0 /* this */
            getfield android.app.IUiAutomationConnection$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 13
            aload 1 /* _data */
            aconst_null
            iconst_1
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         3: .line 497
            goto 7
         4: .line 498
      StackMap locals: android.app.IUiAutomationConnection$Stub$Proxy android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 499
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
         6: .line 500
            aload 2
            athrow
         7: .line 499
      StackMap locals:
      StackMap stack:
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
         8: .line 501
            return
        end local 1 // android.os.Parcel _data
        end local 0 // android.app.IUiAutomationConnection$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Landroid/app/IUiAutomationConnection$Stub$Proxy;
            1    9     1  _data  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           1     4       4  any
    Exceptions:
      throws android.os.RemoteException
}
SourceFile: "IUiAutomationConnection.java"
NestHost: android.app.IUiAutomationConnection
InnerClasses:
  public abstract Stub = android.app.IUiAutomationConnection$Stub of android.app.IUiAutomationConnection
  private Proxy = android.app.IUiAutomationConnection$Stub$Proxy of android.app.IUiAutomationConnection$Stub
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable