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

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

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$6 this
         0: .line 497
            aload 0 /* this */
            getfield android.service.euicc.EuiccService$IEuiccServiceWrapper$6.this$1:Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;
            invokestatic android.service.euicc.EuiccService$IEuiccServiceWrapper.access$0:(Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;)Landroid/service/euicc/EuiccService;
         1: .line 498
            aload 0 /* this */
            getfield android.service.euicc.EuiccService$IEuiccServiceWrapper$6.val$slotId:I
            aload 0 /* this */
            getfield android.service.euicc.EuiccService$IEuiccServiceWrapper$6.val$forceDeactivateSim:Z
         2: .line 497
            invokevirtual android.service.euicc.EuiccService.onGetDefaultDownloadableSubscriptionList:(IZ)Landroid/service/euicc/GetDefaultDownloadableSubscriptionListResult;
         3: .line 496
            astore 1 /* result */
        start local 1 // android.service.euicc.GetDefaultDownloadableSubscriptionListResult result
         4: .line 500
            aload 0 /* this */
            getfield android.service.euicc.EuiccService$IEuiccServiceWrapper$6.val$callback:Landroid/service/euicc/IGetDefaultDownloadableSubscriptionListCallback;
            aload 1 /* result */
            invokeinterface android.service.euicc.IGetDefaultDownloadableSubscriptionListCallback.onComplete:(Landroid/service/euicc/GetDefaultDownloadableSubscriptionListResult;)V
         5: .line 501
            goto 7
      StackMap locals: android.service.euicc.EuiccService$IEuiccServiceWrapper$6 android.service.euicc.GetDefaultDownloadableSubscriptionListResult
      StackMap stack: android.os.RemoteException
         6: pop
         7: .line 504
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.service.euicc.GetDefaultDownloadableSubscriptionListResult result
        end local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$6 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Landroid/service/euicc/EuiccService$IEuiccServiceWrapper$6;
            4    8     1  result  Landroid/service/euicc/GetDefaultDownloadableSubscriptionListResult;
      Exception table:
        from    to  target  type
           4     5       6  Class android.os.RemoteException
}
SourceFile: "EuiccService.java"
EnclosingMethod: android.service.euicc.EuiccService$IEuiccServiceWrapper.getDefaultDownloadableSubscriptionList:(IZLandroid/service/euicc/IGetDefaultDownloadableSubscriptionListCallback;)V
NestHost: android.service.euicc.EuiccService
InnerClasses:
  private IEuiccServiceWrapper = android.service.euicc.EuiccService$IEuiccServiceWrapper of android.service.euicc.EuiccService
  android.service.euicc.EuiccService$IEuiccServiceWrapper$6