class com.android.mtp.ServiceIntentSender
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.mtp.ServiceIntentSender
  super_class: java.lang.Object
{
  private static final java.lang.String CHANNEL_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "device_notification_channel"

  private final android.content.Context mContext;
    descriptor: Landroid/content/Context;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.mtp.ServiceIntentSender this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tcom.android.internal.R.string cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tcom.android.internal.R.drawable cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.mtp.ServiceIntentSender this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/mtp/ServiceIntentSender;
    MethodParameters:
         Name  Flags
      context  

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.android.mtp.ServiceIntentSender this
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            aconst_null
            putfield com.android.mtp.ServiceIntentSender.mContext:Landroid/content/Context;
         2: .line 53
            return
        end local 0 // com.android.mtp.ServiceIntentSender this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/android/mtp/ServiceIntentSender;
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.android.internal.annotations.VisibleForTesting()

  void sendUpdateNotificationIntent(com.android.mtp.MtpDeviceRecord[]);
    descriptor: ([Lcom/android/mtp/MtpDeviceRecord;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.android.mtp.ServiceIntentSender this
        start local 1 // com.android.mtp.MtpDeviceRecord[] records
         0: .line 60
            aload 1 /* records */
            invokestatic com.android.internal.util.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 61
            new android.content.Intent
            dup
            ldc "com.android.mtp.UPDATE_NOTIFICATION"
            invokespecial android.content.Intent.<init>:(Ljava/lang/String;)V
            astore 2 /* intent */
        start local 2 // android.content.Intent intent
         2: .line 62
            aload 2 /* intent */
            new android.content.ComponentName
            dup
            aload 0 /* this */
            getfield com.android.mtp.ServiceIntentSender.mContext:Landroid/content/Context;
            ldc Lcom/android/mtp/MtpDocumentsService;
            invokespecial android.content.ComponentName.<init>:(Landroid/content/Context;Ljava/lang/Class;)V
            invokevirtual android.content.Intent.setComponent:(Landroid/content/ComponentName;)Landroid/content/Intent;
            pop
         3: .line 63
            aload 1 /* records */
            arraylength
            ifeq 16
         4: .line 64
            aload 1 /* records */
            arraylength
            newarray 10
            astore 3 /* ids */
        start local 3 // int[] ids
         5: .line 65
            aload 1 /* records */
            arraylength
            anewarray android.app.Notification
            astore 4 /* notifications */
        start local 4 // android.app.Notification[] notifications
         6: .line 66
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 11
         8: .line 67
      StackMap locals: com.android.mtp.ServiceIntentSender com.android.mtp.MtpDeviceRecord[] android.content.Intent int[] android.app.Notification[] int
      StackMap stack:
            aload 3 /* ids */
            iload 5 /* i */
            aload 1 /* records */
            iload 5 /* i */
            aaload
            getfield com.android.mtp.MtpDeviceRecord.deviceId:I
            iastore
         9: .line 68
            aload 4 /* notifications */
            iload 5 /* i */
            aload 0 /* this */
            getfield com.android.mtp.ServiceIntentSender.mContext:Landroid/content/Context;
            aload 1 /* records */
            iload 5 /* i */
            aaload
            invokestatic com.android.mtp.ServiceIntentSender.createNotification:(Landroid/content/Context;Lcom/android/mtp/MtpDeviceRecord;)Landroid/app/Notification;
            aastore
        10: .line 66
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            aload 1 /* records */
            arraylength
            if_icmplt 8
        end local 5 // int i
        12: .line 70
            aload 2 /* intent */
            ldc "deviceIds"
            aload 3 /* ids */
            invokevirtual android.content.Intent.putExtra:(Ljava/lang/String;[I)Landroid/content/Intent;
            pop
        13: .line 71
            aload 2 /* intent */
            ldc "deviceNotifications"
            aload 4 /* notifications */
            invokevirtual android.content.Intent.putExtra:(Ljava/lang/String;[Landroid/os/Parcelable;)Landroid/content/Intent;
            pop
        14: .line 72
            aload 0 /* this */
            getfield com.android.mtp.ServiceIntentSender.mContext:Landroid/content/Context;
            aload 2 /* intent */
            invokevirtual android.content.Context.startForegroundService:(Landroid/content/Intent;)Landroid/content/ComponentName;
            pop
        end local 4 // android.app.Notification[] notifications
        end local 3 // int[] ids
        15: .line 73
            goto 17
        16: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.android.mtp.ServiceIntentSender.mContext:Landroid/content/Context;
            aload 2 /* intent */
            invokevirtual android.content.Context.startService:(Landroid/content/Intent;)Landroid/content/ComponentName;
            pop
        17: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.content.Intent intent
        end local 1 // com.android.mtp.MtpDeviceRecord[] records
        end local 0 // com.android.mtp.ServiceIntentSender this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Lcom/android/mtp/ServiceIntentSender;
            0   18     1        records  [Lcom/android/mtp/MtpDeviceRecord;
            2   18     2         intent  Landroid/content/Intent;
            5   15     3            ids  [I
            6   15     4  notifications  [Landroid/app/Notification;
            7   12     5              i  I
    MethodParameters:
         Name  Flags
      records  

  private static android.app.Notification createNotification(android.content.Context, com.android.mtp.MtpDeviceRecord);
    descriptor: (Landroid/content/Context;Lcom/android/mtp/MtpDeviceRecord;)Landroid/app/Notification;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 80
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tR cannot be resolved to a variable\n\tcom.android.internal.R.drawable cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      context  
      device   
}
SourceFile: "ServiceIntentSender.java"