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

  void <init>(android.service.euicc.EuiccService$IEuiccServiceWrapper, int, android.service.euicc.IGetEuiccProfileInfoListCallback);
    descriptor: (Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;ILandroid/service/euicc/IGetEuiccProfileInfoListCallback;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$7 this
         0: .line 510
            aload 0 /* this */
            aload 1
            putfield android.service.euicc.EuiccService$IEuiccServiceWrapper$7.this$1:Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;
            aload 0 /* this */
            iload 2
            putfield android.service.euicc.EuiccService$IEuiccServiceWrapper$7.val$slotId:I
            aload 0 /* this */
            aload 3
            putfield android.service.euicc.EuiccService$IEuiccServiceWrapper$7.val$callback:Landroid/service/euicc/IGetEuiccProfileInfoListCallback;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/euicc/EuiccService$IEuiccServiceWrapper$7;
    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$7 this
         0: .line 514
            aload 0 /* this */
            getfield android.service.euicc.EuiccService$IEuiccServiceWrapper$7.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$7.val$slotId:I
            invokevirtual android.service.euicc.EuiccService.onGetEuiccProfileInfoList:(I)Landroid/service/euicc/GetEuiccProfileInfoListResult;
         1: .line 513
            astore 1 /* result */
        start local 1 // android.service.euicc.GetEuiccProfileInfoListResult result
         2: .line 516
            aload 0 /* this */
            getfield android.service.euicc.EuiccService$IEuiccServiceWrapper$7.val$callback:Landroid/service/euicc/IGetEuiccProfileInfoListCallback;
            aload 1 /* result */
            invokeinterface android.service.euicc.IGetEuiccProfileInfoListCallback.onComplete:(Landroid/service/euicc/GetEuiccProfileInfoListResult;)V
         3: .line 517
            goto 5
      StackMap locals: android.service.euicc.EuiccService$IEuiccServiceWrapper$7 android.service.euicc.GetEuiccProfileInfoListResult
      StackMap stack: android.os.RemoteException
         4: pop
         5: .line 520
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.service.euicc.GetEuiccProfileInfoListResult result
        end local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$7 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Landroid/service/euicc/EuiccService$IEuiccServiceWrapper$7;
            2    6     1  result  Landroid/service/euicc/GetEuiccProfileInfoListResult;
      Exception table:
        from    to  target  type
           2     3       4  Class android.os.RemoteException
}
SourceFile: "EuiccService.java"
EnclosingMethod: android.service.euicc.EuiccService$IEuiccServiceWrapper.getEuiccProfileInfoList:(ILandroid/service/euicc/IGetEuiccProfileInfoListCallback;)V
NestHost: android.service.euicc.EuiccService
InnerClasses:
  private IEuiccServiceWrapper = android.service.euicc.EuiccService$IEuiccServiceWrapper of android.service.euicc.EuiccService
  android.service.euicc.EuiccService$IEuiccServiceWrapper$7