class android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler extends android.os.Handler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler
  super_class: android.os.Handler
{
  private final long mTimeout;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final android.database.sqlite.SQLiteConnectionPool this$0;
    descriptor: Landroid/database/sqlite/SQLiteConnectionPool;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.database.sqlite.SQLiteConnectionPool, android.os.Looper, long);
    descriptor: (Landroid/database/sqlite/SQLiteConnectionPool;Landroid/os/Looper;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler this
         0: .line 34
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnectionPool$IdleConnectionHandler;
    MethodParameters:
         Name  Flags
      this$0   final
      looper   
      timeout  

  public void handleMessage(android.os.Message);
    descriptor: (Landroid/os/Message;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler this
         0: .line 1208
            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.SQLiteConnectionPool$IdleConnectionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnectionPool$IdleConnectionHandler;
    MethodParameters:
      Name  Flags
      msg   

  void connectionReleased(android.database.sqlite.SQLiteConnection);
    descriptor: (Landroid/database/sqlite/SQLiteConnection;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler this
         0: .line 1223
            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.SQLiteConnectionPool$IdleConnectionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnectionPool$IdleConnectionHandler;
    MethodParameters:
      Name  Flags
      con   

  void connectionAcquired(android.database.sqlite.SQLiteConnection);
    descriptor: (Landroid/database/sqlite/SQLiteConnection;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler this
         0: .line 1227
            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.SQLiteConnectionPool$IdleConnectionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnectionPool$IdleConnectionHandler;
    MethodParameters:
      Name  Flags
      con   

  void connectionClosed(android.database.sqlite.SQLiteConnection);
    descriptor: (Landroid/database/sqlite/SQLiteConnection;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler this
         0: .line 1232
            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.SQLiteConnectionPool$IdleConnectionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnectionPool$IdleConnectionHandler;
    MethodParameters:
      Name  Flags
      con   
}
SourceFile: "SQLiteConnectionPool.java"
NestHost: android.database.sqlite.SQLiteConnectionPool
InnerClasses:
  private IdleConnectionHandler = android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler of android.database.sqlite.SQLiteConnectionPool