final class android.os.SharedMemory$MemoryRegistration
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.os.SharedMemory$MemoryRegistration
  super_class: java.lang.Object
{
  private int mSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mReferenceCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private void <init>(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.os.SharedMemory$MemoryRegistration this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import dalvik.system cannot be resolved\n\tThe type java.nio.DirectByteBuffer is not visible\n\tThe import java.nio.NioUtils cannot be resolved\n\tErrnoException cannot be resolved to a type\n\tThe method nCreate(String, int) from the type SharedMemory refers to the missing type ErrnoException\n\tOsConstants cannot be resolved to a variable\n\tOsConstants cannot be resolved to a variable\n\tOsConstants cannot be resolved to a variable\n\tOsConstants cannot be resolved to a variable\n\tThe method getInt$() is undefined for the type FileDescriptor\n\tErrnoException cannot be resolved to a type\n\tOsConstants cannot be resolved to a variable\n\tOsConstants cannot be resolved to a variable\n\tErrnoException cannot be resolved to a type\n\tOsConstants cannot be resolved to a variable\n\tErrnoException cannot be resolved to a type\n\tOs cannot be resolved\n\tOsConstants cannot be resolved to a variable\n\tOsConstants cannot be resolved to a variable\n\tDirectByteBuffer cannot be resolved to a type\n\tDirectByteBuffer cannot be resolved to a type\n\tNioUtils cannot be resolved\n\tOs cannot be resolved\n\tErrnoException cannot be resolved to a type\n\tOs cannot be resolved\n\tErrnoException cannot be resolved to a type\n\tVMRuntime cannot be resolved\n\tVMRuntime cannot be resolved\n\tErrnoException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.SharedMemory$MemoryRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/SharedMemory$MemoryRegistration;
    MethodParameters:
      Name  Flags
      size  

  public synchronized android.os.SharedMemory$MemoryRegistration acquire();
    descriptor: ()Landroid/os/SharedMemory$MemoryRegistration;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.SharedMemory$MemoryRegistration this
         0: .line 347
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.SharedMemory$MemoryRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/SharedMemory$MemoryRegistration;

  public synchronized void release();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.SharedMemory$MemoryRegistration this
         0: .line 355
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tVMRuntime cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.SharedMemory$MemoryRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/SharedMemory$MemoryRegistration;
}
SourceFile: "SharedMemory.java"
NestHost: android.os.SharedMemory
InnerClasses:
  private final MemoryRegistration = android.os.SharedMemory$MemoryRegistration of android.os.SharedMemory