public final class android.media.MediaCas$Session implements java.lang.AutoCloseable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.media.MediaCas$Session
  super_class: java.lang.Object
{
  final java.util.ArrayList<java.lang.Byte> mSessionId;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/ArrayList<Ljava/lang/Byte;>;

  final android.media.MediaCas this$0;
    descriptor: Landroid/media/MediaCas;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.util.ArrayList<java.lang.Byte>);
    descriptor: (Landroid/media/MediaCas;Ljava/util/ArrayList;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.media.MediaCas$Session this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.hardware.cas cannot be resolved\n\tICas cannot be resolved to a type\n\tIMediaCasService cannot be resolved to a type\n\tIMediaCasService cannot be resolved to a type\n\tIMediaCasService cannot be resolved to a type\n\tIMediaCasService cannot be resolved\n\tIMediaCasService cannot be resolved to a type\n\tIMediaCasService cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tICasListener cannot be resolved to a type\n\tICasListener cannot be resolved to a type\n\tThe method onEvent(int, int, ArrayList<Byte>) of type new Stub(){} must override or implement a supertype method\n\tHidlCasPluginDescriptor cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tIMediaCasService cannot be resolved to a type\n\tThe method getService() from the type MediaCas refers to the missing type IMediaCasService\n\tIMediaCasService cannot be resolved to a type\n\tThe method getService() from the type MediaCas refers to the missing type IMediaCasService\n\tHidlCasPluginDescriptor cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tThe method getService() from the type MediaCas refers to the missing type IMediaCasService\n\tStub cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tThe method onValues(int, ArrayList<Byte>) of type MediaCas.OpenSessionCallback must override or implement a supertype method\n\tICas cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tICas cannot be resolved to a type\n\tICas cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.MediaCas$Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/MediaCas$Session;
    Signature: (Ljava/util/ArrayList<Ljava/lang/Byte;>;)V
    MethodParameters:
           Name  Flags
      this$0     final
      sessionId  

  public void setPrivateData(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.media.MediaCas$Session this
         0: .line 239
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tICas cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.MediaCas$Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/MediaCas$Session;
    Exceptions:
      throws android.media.MediaCasException
    MethodParameters:
      Name  Flags
      data  

  public void processEcm(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.media.MediaCas$Session this
         0: .line 263
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tICas cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.MediaCas$Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/MediaCas$Session;
    Exceptions:
      throws android.media.MediaCasException
    MethodParameters:
        Name  Flags
      data    
      offset  
      length  

  public void processEcm(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.media.MediaCas$Session this
         0: .line 280
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.MediaCas$Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/MediaCas$Session;
    Exceptions:
      throws android.media.MediaCasException
    MethodParameters:
      Name  Flags
      data  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.media.MediaCas$Session this
         0: .line 296
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tICas cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.MediaCas$Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/MediaCas$Session;
}
SourceFile: "MediaCas.java"
NestHost: android.media.MediaCas
InnerClasses:
  public final Session = android.media.MediaCas$Session of android.media.MediaCas