public abstract class android.database.sqlite.SQLiteClosable implements java.io.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.database.sqlite.SQLiteClosable
  super_class: java.lang.Object
{
  private int mReferenceCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.database.sqlite.SQLiteClosable this
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            aload 0 /* this */
            iconst_1
            putfield android.database.sqlite.SQLiteClosable.mReferenceCount:I
         2: .line 26
            return
        end local 0 // android.database.sqlite.SQLiteClosable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/database/sqlite/SQLiteClosable;

  protected abstract void onAllReferencesReleased();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected void onAllReferencesReleasedFromContainer();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.database.sqlite.SQLiteClosable this
         0: .line 43
            aload 0 /* this */
            invokevirtual android.database.sqlite.SQLiteClosable.onAllReferencesReleased:()V
         1: .line 44
            return
        end local 0 // android.database.sqlite.SQLiteClosable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/database/sqlite/SQLiteClosable;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public void acquireReference();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // android.database.sqlite.SQLiteClosable this
         0: .line 53
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 54
            aload 0 /* this */
            getfield android.database.sqlite.SQLiteClosable.mReferenceCount:I
            ifgt 5
         2: .line 55
            new java.lang.IllegalStateException
            dup
         3: .line 56
            new java.lang.StringBuilder
            dup
            ldc "attempt to re-open an already-closed object: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 55
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 58
      StackMap locals: android.database.sqlite.SQLiteClosable
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.database.sqlite.SQLiteClosable.mReferenceCount:I
            iconst_1
            iadd
            putfield android.database.sqlite.SQLiteClosable.mReferenceCount:I
         6: .line 53
            aload 1
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 1
            monitorexit
         9: athrow
        10: .line 60
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.database.sqlite.SQLiteClosable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Landroid/database/sqlite/SQLiteClosable;
      Exception table:
        from    to  target  type
           1     7       8  any
           8     9       8  any

  public void releaseReference();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // android.database.sqlite.SQLiteClosable this
         0: .line 69
            iconst_0
            istore 1 /* refCountIsZero */
        start local 1 // boolean refCountIsZero
         1: .line 70
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         2: .line 71
            aload 0 /* this */
            dup
            getfield android.database.sqlite.SQLiteClosable.mReferenceCount:I
            iconst_1
            isub
            dup_x1
            putfield android.database.sqlite.SQLiteClosable.mReferenceCount:I
            ifne 3
            iconst_1
            goto 4
      StackMap locals: int android.database.sqlite.SQLiteClosable
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 1 /* refCountIsZero */
         5: .line 70
            aload 2
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 73
      StackMap locals:
      StackMap stack:
            iload 1 /* refCountIsZero */
            ifeq 11
        10: .line 74
            aload 0 /* this */
            invokevirtual android.database.sqlite.SQLiteClosable.onAllReferencesReleased:()V
        11: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean refCountIsZero
        end local 0 // android.database.sqlite.SQLiteClosable this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Landroid/database/sqlite/SQLiteClosable;
            1   12     1  refCountIsZero  Z
      Exception table:
        from    to  target  type
           2     6       7  any
           7     8       7  any

  public void releaseReferenceFromContainer();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // android.database.sqlite.SQLiteClosable this
         0: .line 87
            iconst_0
            istore 1 /* refCountIsZero */
        start local 1 // boolean refCountIsZero
         1: .line 88
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         2: .line 89
            aload 0 /* this */
            dup
            getfield android.database.sqlite.SQLiteClosable.mReferenceCount:I
            iconst_1
            isub
            dup_x1
            putfield android.database.sqlite.SQLiteClosable.mReferenceCount:I
            ifne 3
            iconst_1
            goto 4
      StackMap locals: int android.database.sqlite.SQLiteClosable
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 1 /* refCountIsZero */
         5: .line 88
            aload 2
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 91
      StackMap locals:
      StackMap stack:
            iload 1 /* refCountIsZero */
            ifeq 11
        10: .line 92
            aload 0 /* this */
            invokevirtual android.database.sqlite.SQLiteClosable.onAllReferencesReleasedFromContainer:()V
        11: .line 94
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean refCountIsZero
        end local 0 // android.database.sqlite.SQLiteClosable this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Landroid/database/sqlite/SQLiteClosable;
            1   12     1  refCountIsZero  Z
      Exception table:
        from    to  target  type
           2     6       7  any
           7     8       7  any
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.database.sqlite.SQLiteClosable this
         0: .line 106
            aload 0 /* this */
            invokevirtual android.database.sqlite.SQLiteClosable.releaseReference:()V
         1: .line 107
            return
        end local 0 // android.database.sqlite.SQLiteClosable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/database/sqlite/SQLiteClosable;
}
SourceFile: "SQLiteClosable.java"