final class android.app.Activity$ManagedCursor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.app.Activity$ManagedCursor
  super_class: java.lang.Object
{
  private final android.database.Cursor mCursor;
    descriptor: Landroid/database/Cursor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean mReleased;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean mUpdated;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>(android.database.Cursor);
    descriptor: (Landroid/database/Cursor;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.Activity$ManagedCursor this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.Manifest cannot be resolved\n\tThe import dalvik cannot be resolved\n\tcom.android.internal.R cannot be resolved to a variable\n\tandroid.R.id cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tandroid.R.string cannot be resolved to a type\n\tVMRuntime cannot be resolved\n\tandroid.R.string cannot be resolved to a variable\n\tCONTROL_REMOTE_APP_TRANSITION_ANIMATIONS cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.Activity$ManagedCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/Activity$ManagedCursor;
    MethodParameters:
        Name  Flags
      cursor  
}
SourceFile: "Activity.java"
NestHost: android.app.Activity
InnerClasses:
  private final ManagedCursor = android.app.Activity$ManagedCursor of android.app.Activity