class android.service.euicc.EuiccService$IEuiccServiceWrapper$4 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.service.euicc.EuiccService$IEuiccServiceWrapper$4
  super_class: java.lang.Object
{
  final android.service.euicc.EuiccService$IEuiccServiceWrapper this$1;
    descriptor: Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final int val$slotId;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final android.service.euicc.IGetOtaStatusCallback val$callback;
    descriptor: Landroid/service/euicc/IGetOtaStatusCallback;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.service.euicc.EuiccService$IEuiccServiceWrapper, int, android.service.euicc.IGetOtaStatusCallback);
    descriptor: (Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;ILandroid/service/euicc/IGetOtaStatusCallback;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$4 this
         0: .line 457
            aload 0 /* this */
            aload 1
            putfield android.service.euicc.EuiccService$IEuiccServiceWrapper$4.this$1:Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;
            aload 0 /* this */
            iload 2
            putfield android.service.euicc.EuiccService$IEuiccServiceWrapper$4.val$slotId:I
            aload 0 /* this */
            aload 3
            putfield android.service.euicc.EuiccService$IEuiccServiceWrapper$4.val$callback:Landroid/service/euicc/IGetOtaStatusCallback;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/euicc/EuiccService$IEuiccServiceWrapper$4;
    MethodParameters:
              Name  Flags
      this$0        final
      val$slotId    final
      val$callback  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$4 this
         0: .line 460
            aload 0 /* this */
            getfield android.service.euicc.EuiccService$IEuiccServiceWrapper$4.this$1:Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;
            invokestatic android.service.euicc.EuiccService$IEuiccServiceWrapper.access$0:(Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;)Landroid/service/euicc/EuiccService;
            aload 0 /* this */
            getfield android.service.euicc.EuiccService$IEuiccServiceWrapper$4.val$slotId:I
            invokevirtual android.service.euicc.EuiccService.onGetOtaStatus:(I)I
            istore 1 /* status */
        start local 1 // int status
         1: .line 462
            aload 0 /* this */
            getfield android.service.euicc.EuiccService$IEuiccServiceWrapper$4.val$callback:Landroid/service/euicc/IGetOtaStatusCallback;
            iload 1 /* status */
            invokeinterface android.service.euicc.IGetOtaStatusCallback.onSuccess:(I)V
         2: .line 463
            goto 4
      StackMap locals: android.service.euicc.EuiccService$IEuiccServiceWrapper$4 int
      StackMap stack: android.os.RemoteException
         3: pop
         4: .line 466
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int status
        end local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/service/euicc/EuiccService$IEuiccServiceWrapper$4;
            1    5     1  status  I
      Exception table:
        from    to  target  type
           1     2       3  Class android.os.RemoteException
}
SourceFile: "EuiccService.java"
EnclosingMethod: android.service.euicc.EuiccService$IEuiccServiceWrapper.getOtaStatus:(ILandroid/service/euicc/IGetOtaStatusCallback;)V
NestHost: android.service.euicc.EuiccService
InnerClasses:
  private IEuiccServiceWrapper = android.service.euicc.EuiccService$IEuiccServiceWrapper of android.service.euicc.EuiccService
  android.service.euicc.EuiccService$IEuiccServiceWrapper$4