class android.service.euicc.EuiccService$IEuiccServiceWrapper$3$1 extends android.service.euicc.EuiccService$OtaStatusChangedCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.service.euicc.EuiccService$IEuiccServiceWrapper$3$1
  super_class: android.service.euicc.EuiccService$OtaStatusChangedCallback
{
  final android.service.euicc.EuiccService$IEuiccServiceWrapper$3 this$2;
    descriptor: Landroid/service/euicc/EuiccService$IEuiccServiceWrapper$3;
    flags: (0x1010) 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$3, android.service.euicc.IOtaStatusChangedCallback);
    descriptor: (Landroid/service/euicc/EuiccService$IEuiccServiceWrapper$3;Landroid/service/euicc/IOtaStatusChangedCallback;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$3$1 this
         0: .line 441
            aload 0 /* this */
            aload 1
            putfield android.service.euicc.EuiccService$IEuiccServiceWrapper$3$1.this$2:Landroid/service/euicc/EuiccService$IEuiccServiceWrapper$3;
            aload 0 /* this */
            aload 2
            putfield android.service.euicc.EuiccService$IEuiccServiceWrapper$3$1.val$statusChangedCallback:Landroid/service/euicc/IOtaStatusChangedCallback;
            aload 0 /* this */
            invokespecial android.service.euicc.EuiccService$OtaStatusChangedCallback.<init>:()V
            return
        end local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$3$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/euicc/EuiccService$IEuiccServiceWrapper$3$1;
    MethodParameters:
                           Name  Flags
      this$0                     final
      val$statusChangedCallback  final

  public void onOtaStatusChanged(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$3$1 this
        start local 1 // int status
         0: .line 445
            aload 0 /* this */
            getfield android.service.euicc.EuiccService$IEuiccServiceWrapper$3$1.val$statusChangedCallback:Landroid/service/euicc/IOtaStatusChangedCallback;
            iload 1 /* status */
            invokeinterface android.service.euicc.IOtaStatusChangedCallback.onOtaStatusChanged:(I)V
         1: .line 446
            goto 3
      StackMap locals:
      StackMap stack: android.os.RemoteException
         2: pop
         3: .line 449
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int status
        end local 0 // android.service.euicc.EuiccService$IEuiccServiceWrapper$3$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/service/euicc/EuiccService$IEuiccServiceWrapper$3$1;
            0    4     1  status  I
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    MethodParameters:
        Name  Flags
      status  
}
SourceFile: "EuiccService.java"
EnclosingMethod: android.service.euicc.EuiccService$IEuiccServiceWrapper$3.run:()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