public class android.drm.DrmStore$Playback
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.drm.DrmStore$Playback
  super_class: java.lang.Object
{
  public static final int START;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int STOP;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int PAUSE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int RESUME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static boolean isValid(int);
    descriptor: (I)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // int playbackStatus
         0: .line 141
            iconst_0
            istore 1 /* isValid */
        start local 1 // boolean isValid
         1: .line 143
            iload 0 /* playbackStatus */
            tableswitch { // 0 - 3
                    0: 2
                    1: 2
                    2: 2
                    3: 2
              default: 3
          }
         2: .line 148
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 1 /* isValid */
         3: .line 150
      StackMap locals:
      StackMap stack:
            iload 1 /* isValid */
            ireturn
        end local 1 // boolean isValid
        end local 0 // int playbackStatus
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0  playbackStatus  I
            1    4     1         isValid  Z
    MethodParameters:
                Name  Flags
      playbackStatus  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.drm.DrmStore$Playback this
         0: .line 157
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.drm.DrmStore$Playback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/drm/DrmStore$Playback;
}
SourceFile: "DrmStore.java"
NestHost: android.drm.DrmStore
InnerClasses:
  public Playback = android.drm.DrmStore$Playback of android.drm.DrmStore