final class android.speech.tts.SynthesisPlaybackQueueItem$ListEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.speech.tts.SynthesisPlaybackQueueItem$ListEntry
  super_class: java.lang.Object
{
  final byte[] mBytes;
    descriptor: [B
    flags: (0x0010) ACC_FINAL

  void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.speech.tts.SynthesisPlaybackQueueItem$ListEntry this
        start local 1 // byte[] bytes
         0: .line 326
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 327
            aload 0 /* this */
            aload 1 /* bytes */
            putfield android.speech.tts.SynthesisPlaybackQueueItem$ListEntry.mBytes:[B
         2: .line 328
            return
        end local 1 // byte[] bytes
        end local 0 // android.speech.tts.SynthesisPlaybackQueueItem$ListEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/speech/tts/SynthesisPlaybackQueueItem$ListEntry;
            0    3     1  bytes  [B
    MethodParameters:
       Name  Flags
      bytes  
}
SourceFile: "SynthesisPlaybackQueueItem.java"
NestHost: android.speech.tts.SynthesisPlaybackQueueItem
InnerClasses:
  final ListEntry = android.speech.tts.SynthesisPlaybackQueueItem$ListEntry of android.speech.tts.SynthesisPlaybackQueueItem