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

  void <init>(android.service.euicc.EuiccService$IEuiccServiceWrapper, int, android.service.euicc.IGetEuiccInfoCallback);
    descriptor: (Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;ILandroid/service/euicc/IGetEuiccInfoCallback;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$8 this
         0: .line 526
            aload 0 /* this */
            aload 1
            putfield android.service.euicc.EuiccService$IEuiccServiceWrapper$8.this$1:Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;
            aload 0 /* this */
            iload 2
            putfield android.service.euicc.EuiccService$IEuiccServiceWrapper$8.val$slotId:I
            aload 0 /* this */
            aload 3
            putfield android.service.euicc.EuiccService$IEuiccServiceWrapper$8.val$callback:Landroid/service/euicc/IGetEuiccInfoCallback;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/euicc/EuiccService$IEuiccServiceWrapper$8;
    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$8 this
         0: .line 529
            aload 0 /* this */
            getfield android.service.euicc.EuiccService$IEuiccServiceWrapper$8.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$8.val$slotId:I
            invokevirtual android.service.euicc.EuiccService.onGetEuiccInfo:(I)Landroid/telephony/euicc/EuiccInfo;
            astore 1 /* euiccInfo */
        start local 1 // android.telephony.euicc.EuiccInfo euiccInfo
         1: .line 531
            aload 0 /* this */
            getfield android.service.euicc.EuiccService$IEuiccServiceWrapper$8.val$callback:Landroid/service/euicc/IGetEuiccInfoCallback;
            aload 1 /* euiccInfo */
            invokeinterface android.service.euicc.IGetEuiccInfoCallback.onSuccess:(Landroid/telephony/euicc/EuiccInfo;)V
         2: .line 532
            goto 4
      StackMap locals: android.service.euicc.EuiccService$IEuiccServiceWrapper$8 android.telephony.euicc.EuiccInfo
      StackMap stack: android.os.RemoteException
         3: pop
         4: .line 535
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.telephony.euicc.EuiccInfo euiccInfo
        end local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$8 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Landroid/service/euicc/EuiccService$IEuiccServiceWrapper$8;
            1    5     1  euiccInfo  Landroid/telephony/euicc/EuiccInfo;
      Exception table:
        from    to  target  type
           1     2       3  Class android.os.RemoteException
}
SourceFile: "EuiccService.java"
EnclosingMethod: android.service.euicc.EuiccService$IEuiccServiceWrapper.getEuiccInfo:(ILandroid/service/euicc/IGetEuiccInfoCallback;)V
NestHost: android.service.euicc.EuiccService
InnerClasses:
  private IEuiccServiceWrapper = android.service.euicc.EuiccService$IEuiccServiceWrapper of android.service.euicc.EuiccService
  android.service.euicc.EuiccService$IEuiccServiceWrapper$8