public abstract class android.service.notification.INotificationListener$Stub extends android.os.Binder implements android.service.notification.INotificationListener
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.service.notification.INotificationListener$Stub
  super_class: android.os.Binder
{
  private static final java.lang.String DESCRIPTOR;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.service.notification.INotificationListener"

  static final int TRANSACTION_onListenerConnected;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int TRANSACTION_onNotificationPosted;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int TRANSACTION_onNotificationRemoved;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int TRANSACTION_onNotificationRankingUpdate;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final int TRANSACTION_onListenerHintsChanged;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  static final int TRANSACTION_onInterruptionFilterChanged;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  static final int TRANSACTION_onNotificationChannelModification;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  static final int TRANSACTION_onNotificationChannelGroupModification;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  static final int TRANSACTION_onNotificationEnqueued;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  static final int TRANSACTION_onNotificationSnoozedUntilContext;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.service.notification.INotificationListener$Stub this
         0: .line 14
            aload 0 /* this */
            invokespecial android.os.Binder.<init>:()V
         1: .line 16
            aload 0 /* this */
            aload 0 /* this */
            ldc "android.service.notification.INotificationListener"
            invokevirtual android.service.notification.INotificationListener$Stub.attachInterface:(Landroid/os/IInterface;Ljava/lang/String;)V
         2: .line 17
            return
        end local 0 // android.service.notification.INotificationListener$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/service/notification/INotificationListener$Stub;

  public static android.service.notification.INotificationListener asInterface(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)Landroid/service/notification/INotificationListener;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.os.IBinder obj
         0: .line 24
            aload 0 /* obj */
            ifnonnull 2
         1: .line 25
            aconst_null
            areturn
         2: .line 27
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ldc "android.service.notification.INotificationListener"
            invokeinterface android.os.IBinder.queryLocalInterface:(Ljava/lang/String;)Landroid/os/IInterface;
            astore 1 /* iin */
        start local 1 // android.os.IInterface iin
         3: .line 28
            aload 1 /* iin */
            ifnull 5
            aload 1 /* iin */
            instanceof android.service.notification.INotificationListener
            ifeq 5
         4: .line 29
            aload 1 /* iin */
            checkcast android.service.notification.INotificationListener
            areturn
         5: .line 31
      StackMap locals: android.os.IInterface
      StackMap stack:
            new android.service.notification.INotificationListener$Stub$Proxy
            dup
            aload 0 /* obj */
            invokespecial android.service.notification.INotificationListener$Stub$Proxy.<init>:(Landroid/os/IBinder;)V
            areturn
        end local 1 // android.os.IInterface iin
        end local 0 // android.os.IBinder obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0   obj  Landroid/os/IBinder;
            3    6     1   iin  Landroid/os/IInterface;
    MethodParameters:
      Name  Flags
      obj   

  public android.os.IBinder asBinder();
    descriptor: ()Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.notification.INotificationListener$Stub this
         0: .line 35
            aload 0 /* this */
            areturn
        end local 0 // android.service.notification.INotificationListener$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/notification/INotificationListener$Stub;

  public boolean onTransact(int, android.os.Parcel, android.os.Parcel, int);
    descriptor: (ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=5
        start local 0 // android.service.notification.INotificationListener$Stub this
        start local 1 // int code
        start local 2 // android.os.Parcel data
        start local 3 // android.os.Parcel reply
        start local 4 // int flags
         0: .line 39
            ldc "android.service.notification.INotificationListener"
            astore 5 /* descriptor */
        start local 5 // java.lang.String descriptor
         1: .line 40
            iload 1 /* code */
            lookupswitch { // 11
                    1: 4
                    2: 11
                    3: 19
                    4: 32
                    5: 39
                    6: 43
                    7: 47
                    8: 60
                    9: 73
                   10: 77
           1598968902: 2
              default: 82
          }
         2: .line 44
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* reply */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         3: .line 45
            iconst_1
            ireturn
         4: .line 49
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
         5: .line 51
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 8
         6: .line 52
            getstatic android.service.notification.NotificationRankingUpdate.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.service.notification.NotificationRankingUpdate
            astore 6 /* _arg0 */
        start local 6 // android.service.notification.NotificationRankingUpdate _arg0
         7: .line 53
            goto 9
        end local 6 // android.service.notification.NotificationRankingUpdate _arg0
         8: .line 55
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* _arg0 */
        start local 6 // android.service.notification.NotificationRankingUpdate _arg0
         9: .line 57
      StackMap locals: android.service.notification.NotificationRankingUpdate
      StackMap stack:
            aload 0 /* this */
            aload 6 /* _arg0 */
            invokevirtual android.service.notification.INotificationListener$Stub.onListenerConnected:(Landroid/service/notification/NotificationRankingUpdate;)V
        10: .line 58
            iconst_1
            ireturn
        end local 6 // android.service.notification.NotificationRankingUpdate _arg0
        11: .line 62
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        12: .line 64
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.service.notification.IStatusBarNotificationHolder$Stub.asInterface:(Landroid/os/IBinder;)Landroid/service/notification/IStatusBarNotificationHolder;
            astore 6 /* _arg0 */
        start local 6 // android.service.notification.IStatusBarNotificationHolder _arg0
        13: .line 66
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 16
        14: .line 67
            getstatic android.service.notification.NotificationRankingUpdate.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.service.notification.NotificationRankingUpdate
            astore 7 /* _arg1 */
        start local 7 // android.service.notification.NotificationRankingUpdate _arg1
        15: .line 68
            goto 17
        end local 7 // android.service.notification.NotificationRankingUpdate _arg1
        16: .line 70
      StackMap locals: android.service.notification.IStatusBarNotificationHolder
      StackMap stack:
            aconst_null
            astore 7 /* _arg1 */
        start local 7 // android.service.notification.NotificationRankingUpdate _arg1
        17: .line 72
      StackMap locals: android.service.notification.NotificationRankingUpdate
      StackMap stack:
            aload 0 /* this */
            aload 6 /* _arg0 */
            aload 7 /* _arg1 */
            invokevirtual android.service.notification.INotificationListener$Stub.onNotificationPosted:(Landroid/service/notification/IStatusBarNotificationHolder;Landroid/service/notification/NotificationRankingUpdate;)V
        18: .line 73
            iconst_1
            ireturn
        end local 7 // android.service.notification.NotificationRankingUpdate _arg1
        end local 6 // android.service.notification.IStatusBarNotificationHolder _arg0
        19: .line 77
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        20: .line 79
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.service.notification.IStatusBarNotificationHolder$Stub.asInterface:(Landroid/os/IBinder;)Landroid/service/notification/IStatusBarNotificationHolder;
            astore 6 /* _arg0 */
        start local 6 // android.service.notification.IStatusBarNotificationHolder _arg0
        21: .line 81
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 24
        22: .line 82
            getstatic android.service.notification.NotificationRankingUpdate.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.service.notification.NotificationRankingUpdate
            astore 7 /* _arg1 */
        start local 7 // android.service.notification.NotificationRankingUpdate _arg1
        23: .line 83
            goto 25
        end local 7 // android.service.notification.NotificationRankingUpdate _arg1
        24: .line 85
      StackMap locals: android.service.notification.IStatusBarNotificationHolder
      StackMap stack:
            aconst_null
            astore 7 /* _arg1 */
        start local 7 // android.service.notification.NotificationRankingUpdate _arg1
        25: .line 88
      StackMap locals: android.service.notification.NotificationRankingUpdate
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 28
        26: .line 89
            getstatic android.service.notification.NotificationStats.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.service.notification.NotificationStats
            astore 8 /* _arg2 */
        start local 8 // android.service.notification.NotificationStats _arg2
        27: .line 90
            goto 29
        end local 8 // android.service.notification.NotificationStats _arg2
        28: .line 92
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 8 /* _arg2 */
        start local 8 // android.service.notification.NotificationStats _arg2
        29: .line 95
      StackMap locals: android.service.notification.NotificationStats
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 9 /* _arg3 */
        start local 9 // int _arg3
        30: .line 96
            aload 0 /* this */
            aload 6 /* _arg0 */
            aload 7 /* _arg1 */
            aload 8 /* _arg2 */
            iload 9 /* _arg3 */
            invokevirtual android.service.notification.INotificationListener$Stub.onNotificationRemoved:(Landroid/service/notification/IStatusBarNotificationHolder;Landroid/service/notification/NotificationRankingUpdate;Landroid/service/notification/NotificationStats;I)V
        31: .line 97
            iconst_1
            ireturn
        end local 9 // int _arg3
        end local 8 // android.service.notification.NotificationStats _arg2
        end local 7 // android.service.notification.NotificationRankingUpdate _arg1
        end local 6 // android.service.notification.IStatusBarNotificationHolder _arg0
        32: .line 101
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        33: .line 103
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 36
        34: .line 104
            getstatic android.service.notification.NotificationRankingUpdate.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.service.notification.NotificationRankingUpdate
            astore 6 /* _arg0 */
        start local 6 // android.service.notification.NotificationRankingUpdate _arg0
        35: .line 105
            goto 37
        end local 6 // android.service.notification.NotificationRankingUpdate _arg0
        36: .line 107
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* _arg0 */
        start local 6 // android.service.notification.NotificationRankingUpdate _arg0
        37: .line 109
      StackMap locals: android.service.notification.NotificationRankingUpdate
      StackMap stack:
            aload 0 /* this */
            aload 6 /* _arg0 */
            invokevirtual android.service.notification.INotificationListener$Stub.onNotificationRankingUpdate:(Landroid/service/notification/NotificationRankingUpdate;)V
        38: .line 110
            iconst_1
            ireturn
        end local 6 // android.service.notification.NotificationRankingUpdate _arg0
        39: .line 114
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        40: .line 116
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        41: .line 117
            aload 0 /* this */
            iload 6 /* _arg0 */
            invokevirtual android.service.notification.INotificationListener$Stub.onListenerHintsChanged:(I)V
        42: .line 118
            iconst_1
            ireturn
        end local 6 // int _arg0
        43: .line 122
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        44: .line 124
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        45: .line 125
            aload 0 /* this */
            iload 6 /* _arg0 */
            invokevirtual android.service.notification.INotificationListener$Stub.onInterruptionFilterChanged:(I)V
        46: .line 126
            iconst_1
            ireturn
        end local 6 // int _arg0
        47: .line 130
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        48: .line 132
            aload 2 /* data */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            astore 6 /* _arg0 */
        start local 6 // java.lang.String _arg0
        49: .line 134
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 52
        50: .line 135
            getstatic android.os.UserHandle.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.os.UserHandle
            astore 7 /* _arg1 */
        start local 7 // android.os.UserHandle _arg1
        51: .line 136
            goto 53
        end local 7 // android.os.UserHandle _arg1
        52: .line 138
      StackMap locals: java.lang.String
      StackMap stack:
            aconst_null
            astore 7 /* _arg1 */
        start local 7 // android.os.UserHandle _arg1
        53: .line 141
      StackMap locals: android.os.UserHandle
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 56
        54: .line 142
            getstatic android.app.NotificationChannel.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.app.NotificationChannel
            astore 8 /* _arg2 */
        start local 8 // android.app.NotificationChannel _arg2
        55: .line 143
            goto 57
        end local 8 // android.app.NotificationChannel _arg2
        56: .line 145
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 8 /* _arg2 */
        start local 8 // android.app.NotificationChannel _arg2
        57: .line 148
      StackMap locals: android.app.NotificationChannel
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 9 /* _arg3 */
        start local 9 // int _arg3
        58: .line 149
            aload 0 /* this */
            aload 6 /* _arg0 */
            aload 7 /* _arg1 */
            aload 8 /* _arg2 */
            iload 9 /* _arg3 */
            invokevirtual android.service.notification.INotificationListener$Stub.onNotificationChannelModification:(Ljava/lang/String;Landroid/os/UserHandle;Landroid/app/NotificationChannel;I)V
        59: .line 150
            iconst_1
            ireturn
        end local 9 // int _arg3
        end local 8 // android.app.NotificationChannel _arg2
        end local 7 // android.os.UserHandle _arg1
        end local 6 // java.lang.String _arg0
        60: .line 154
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        61: .line 156
            aload 2 /* data */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            astore 6 /* _arg0 */
        start local 6 // java.lang.String _arg0
        62: .line 158
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 65
        63: .line 159
            getstatic android.os.UserHandle.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.os.UserHandle
            astore 7 /* _arg1 */
        start local 7 // android.os.UserHandle _arg1
        64: .line 160
            goto 66
        end local 7 // android.os.UserHandle _arg1
        65: .line 162
      StackMap locals: java.lang.String
      StackMap stack:
            aconst_null
            astore 7 /* _arg1 */
        start local 7 // android.os.UserHandle _arg1
        66: .line 165
      StackMap locals: android.os.UserHandle
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 69
        67: .line 166
            getstatic android.app.NotificationChannelGroup.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.app.NotificationChannelGroup
            astore 8 /* _arg2 */
        start local 8 // android.app.NotificationChannelGroup _arg2
        68: .line 167
            goto 70
        end local 8 // android.app.NotificationChannelGroup _arg2
        69: .line 169
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 8 /* _arg2 */
        start local 8 // android.app.NotificationChannelGroup _arg2
        70: .line 172
      StackMap locals: android.app.NotificationChannelGroup
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 9 /* _arg3 */
        start local 9 // int _arg3
        71: .line 173
            aload 0 /* this */
            aload 6 /* _arg0 */
            aload 7 /* _arg1 */
            aload 8 /* _arg2 */
            iload 9 /* _arg3 */
            invokevirtual android.service.notification.INotificationListener$Stub.onNotificationChannelGroupModification:(Ljava/lang/String;Landroid/os/UserHandle;Landroid/app/NotificationChannelGroup;I)V
        72: .line 174
            iconst_1
            ireturn
        end local 9 // int _arg3
        end local 8 // android.app.NotificationChannelGroup _arg2
        end local 7 // android.os.UserHandle _arg1
        end local 6 // java.lang.String _arg0
        73: .line 178
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        74: .line 180
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.service.notification.IStatusBarNotificationHolder$Stub.asInterface:(Landroid/os/IBinder;)Landroid/service/notification/IStatusBarNotificationHolder;
            astore 6 /* _arg0 */
        start local 6 // android.service.notification.IStatusBarNotificationHolder _arg0
        75: .line 181
            aload 0 /* this */
            aload 6 /* _arg0 */
            invokevirtual android.service.notification.INotificationListener$Stub.onNotificationEnqueued:(Landroid/service/notification/IStatusBarNotificationHolder;)V
        76: .line 182
            iconst_1
            ireturn
        end local 6 // android.service.notification.IStatusBarNotificationHolder _arg0
        77: .line 186
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        78: .line 188
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.service.notification.IStatusBarNotificationHolder$Stub.asInterface:(Landroid/os/IBinder;)Landroid/service/notification/IStatusBarNotificationHolder;
            astore 6 /* _arg0 */
        start local 6 // android.service.notification.IStatusBarNotificationHolder _arg0
        79: .line 190
            aload 2 /* data */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            astore 7 /* _arg1 */
        start local 7 // java.lang.String _arg1
        80: .line 191
            aload 0 /* this */
            aload 6 /* _arg0 */
            aload 7 /* _arg1 */
            invokevirtual android.service.notification.INotificationListener$Stub.onNotificationSnoozedUntilContext:(Landroid/service/notification/IStatusBarNotificationHolder;Ljava/lang/String;)V
        81: .line 192
            iconst_1
            ireturn
        end local 7 // java.lang.String _arg1
        end local 6 // android.service.notification.IStatusBarNotificationHolder _arg0
        82: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* code */
            aload 2 /* data */
            aload 3 /* reply */
            iload 4 /* flags */
            invokespecial android.os.Binder.onTransact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            ireturn
        end local 5 // java.lang.String descriptor
        end local 4 // int flags
        end local 3 // android.os.Parcel reply
        end local 2 // android.os.Parcel data
        end local 1 // int code
        end local 0 // android.service.notification.INotificationListener$Stub this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   83     0        this  Landroid/service/notification/INotificationListener$Stub;
            0   83     1        code  I
            0   83     2        data  Landroid/os/Parcel;
            0   83     3       reply  Landroid/os/Parcel;
            0   83     4       flags  I
            1   83     5  descriptor  Ljava/lang/String;
            7    8     6       _arg0  Landroid/service/notification/NotificationRankingUpdate;
            9   11     6       _arg0  Landroid/service/notification/NotificationRankingUpdate;
           13   19     6       _arg0  Landroid/service/notification/IStatusBarNotificationHolder;
           15   16     7       _arg1  Landroid/service/notification/NotificationRankingUpdate;
           17   19     7       _arg1  Landroid/service/notification/NotificationRankingUpdate;
           21   32     6       _arg0  Landroid/service/notification/IStatusBarNotificationHolder;
           23   24     7       _arg1  Landroid/service/notification/NotificationRankingUpdate;
           25   32     7       _arg1  Landroid/service/notification/NotificationRankingUpdate;
           27   28     8       _arg2  Landroid/service/notification/NotificationStats;
           29   32     8       _arg2  Landroid/service/notification/NotificationStats;
           30   32     9       _arg3  I
           35   36     6       _arg0  Landroid/service/notification/NotificationRankingUpdate;
           37   39     6       _arg0  Landroid/service/notification/NotificationRankingUpdate;
           41   43     6       _arg0  I
           45   47     6       _arg0  I
           49   60     6       _arg0  Ljava/lang/String;
           51   52     7       _arg1  Landroid/os/UserHandle;
           53   60     7       _arg1  Landroid/os/UserHandle;
           55   56     8       _arg2  Landroid/app/NotificationChannel;
           57   60     8       _arg2  Landroid/app/NotificationChannel;
           58   60     9       _arg3  I
           62   73     6       _arg0  Ljava/lang/String;
           64   65     7       _arg1  Landroid/os/UserHandle;
           66   73     7       _arg1  Landroid/os/UserHandle;
           68   69     8       _arg2  Landroid/app/NotificationChannelGroup;
           70   73     8       _arg2  Landroid/app/NotificationChannelGroup;
           71   73     9       _arg3  I
           75   77     6       _arg0  Landroid/service/notification/IStatusBarNotificationHolder;
           79   82     6       _arg0  Landroid/service/notification/IStatusBarNotificationHolder;
           80   82     7       _arg1  Ljava/lang/String;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      code   
      data   
      reply  
      flags  
}
SourceFile: "INotificationListener.java"
NestHost: android.service.notification.INotificationListener
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  public abstract Stub = android.service.notification.INotificationListener$Stub of android.service.notification.INotificationListener
  private Proxy = android.service.notification.INotificationListener$Stub$Proxy of android.service.notification.INotificationListener$Stub
  public abstract Stub = android.service.notification.IStatusBarNotificationHolder$Stub of android.service.notification.IStatusBarNotificationHolder