final class android.database.sqlite.SQLiteConnection$Operation
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.database.sqlite.SQLiteConnection$Operation
  super_class: java.lang.Object
{
  private static final int MAX_TRACE_METHOD_NAME_LEN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 256

  public long mStartWallTime;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long mStartTime;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long mEndTime;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String mKind;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String mSql;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.util.ArrayList<java.lang.Object> mBindArgs;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/ArrayList<Ljava/lang/Object;>;

  public boolean mFinished;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public java.lang.Exception mException;
    descriptor: Ljava/lang/Exception;
    flags: (0x0001) ACC_PUBLIC

  public int mCookie;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.database.sqlite.SQLiteConnection$Operation 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$Operation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$Operation;

  public void describe(java.lang.StringBuilder, boolean);
    descriptor: (Ljava/lang/StringBuilder;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.database.sqlite.SQLiteConnection$Operation this
         0: .line 1531
            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$Operation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$Operation;
    MethodParameters:
         Name  Flags
      msg      
      verbose  

  private java.lang.String getStatus();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.database.sqlite.SQLiteConnection$Operation this
         0: .line 1568
            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$Operation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$Operation;

  private java.lang.String getTraceMethodName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.database.sqlite.SQLiteConnection$Operation this
         0: .line 1575
            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$Operation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$Operation;
}
SourceFile: "SQLiteConnection.java"
NestHost: android.database.sqlite.SQLiteConnection
InnerClasses:
  private final Operation = android.database.sqlite.SQLiteConnection$Operation of android.database.sqlite.SQLiteConnection