final class android.database.sqlite.SQLiteConnection$PreparedStatementCache extends android.util.LruCache<java.lang.String, android.database.sqlite.SQLiteConnection$PreparedStatement>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.database.sqlite.SQLiteConnection$PreparedStatementCache
  super_class: android.util.LruCache
{
  public void <init>(android.database.sqlite.SQLiteConnection, int);
    descriptor: (Landroid/database/sqlite/SQLiteConnection;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.database.sqlite.SQLiteConnection$PreparedStatementCache this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import dalvik.system cannot be resolved\n\tThe import dalvik.system cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tBlockGuard cannot be resolved\n\tBlockGuard cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnection$PreparedStatementCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$PreparedStatementCache;
    MethodParameters:
        Name  Flags
      this$0  final
      size    

  protected void entryRemoved(boolean, java.lang.String, android.database.sqlite.SQLiteConnection$PreparedStatement, android.database.sqlite.SQLiteConnection$PreparedStatement);
    descriptor: (ZLjava/lang/String;Landroid/database/sqlite/SQLiteConnection$PreparedStatement;Landroid/database/sqlite/SQLiteConnection$PreparedStatement;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.database.sqlite.SQLiteConnection$PreparedStatementCache this
         0: .line 1310
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnection$PreparedStatementCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$PreparedStatementCache;
    MethodParameters:
          Name  Flags
      evicted   
      key       
      oldValue  
      newValue  

  public void dump(android.util.Printer);
    descriptor: (Landroid/util/Printer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.database.sqlite.SQLiteConnection$PreparedStatementCache this
         0: .line 1318
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnection$PreparedStatementCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$PreparedStatementCache;
    MethodParameters:
         Name  Flags
      printer  
}
Signature: Landroid/util/LruCache<Ljava/lang/String;Landroid/database/sqlite/SQLiteConnection$PreparedStatement;>;
SourceFile: "SQLiteConnection.java"
NestHost: android.database.sqlite.SQLiteConnection
InnerClasses:
  private final PreparedStatement = android.database.sqlite.SQLiteConnection$PreparedStatement of android.database.sqlite.SQLiteConnection
  private final PreparedStatementCache = android.database.sqlite.SQLiteConnection$PreparedStatementCache of android.database.sqlite.SQLiteConnection