class android.service.euicc.EuiccService$IEuiccServiceWrapper$3 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.service.euicc.EuiccService$IEuiccServiceWrapper$3
  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.IOtaStatusChangedCallback val$statusChangedCallback;
    descriptor: Landroid/service/euicc/IOtaStatusChangedCallback;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$3 this
         0: .line 441
            aload 0 /* this */
            getfield android.service.euicc.EuiccService$IEuiccServiceWrapper$3.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$3.val$slotId:I
            new android.service.euicc.EuiccService$IEuiccServiceWrapper$3$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield android.service.euicc.EuiccService$IEuiccServiceWrapper$3.val$statusChangedCallback:Landroid/service/euicc/IOtaStatusChangedCallback;
            invokespecial android.service.euicc.EuiccService$IEuiccServiceWrapper$3$1.<init>:(Landroid/service/euicc/EuiccService$IEuiccServiceWrapper$3;Landroid/service/euicc/IOtaStatusChangedCallback;)V
            invokevirtual android.service.euicc.EuiccService.onStartOtaIfNecessary:(ILandroid/service/euicc/EuiccService$OtaStatusChangedCallback;)V
         1: .line 451
            return
        end local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/service/euicc/EuiccService$IEuiccServiceWrapper$3;
}
SourceFile: "EuiccService.java"
EnclosingMethod: android.service.euicc.EuiccService$IEuiccServiceWrapper.startOtaIfNecessary:(ILandroid/service/euicc/IOtaStatusChangedCallback;)V
NestHost: android.service.euicc.EuiccService
InnerClasses:
  private IEuiccServiceWrapper = android.service.euicc.EuiccService$IEuiccServiceWrapper of android.service.euicc.EuiccService
  android.service.euicc.EuiccService$IEuiccServiceWrapper$3
  android.service.euicc.EuiccService$IEuiccServiceWrapper$3$1
  public abstract OtaStatusChangedCallback = android.service.euicc.EuiccService$OtaStatusChangedCallback of android.service.euicc.EuiccService