class android.media.MediaScanner$FileEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.media.MediaScanner$FileEntry
  super_class: java.lang.Object
{
  long mRowId;
    descriptor: J
    flags: (0x0000) 

  java.lang.String mPath;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  long mLastModified;
    descriptor: J
    flags: (0x0000) 

  int mFormat;
    descriptor: I
    flags: (0x0000) 

  boolean mLastModifiedChanged;
    descriptor: Z
    flags: (0x0000) 

  void <init>(long, java.lang.String, long, int);
    descriptor: (JLjava/lang/String;JI)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // android.media.MediaScanner$FileEntry this
         0: .line 47
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.system cannot be resolved\n\tThe import android.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\tOs cannot be resolved\n\tandroid.system cannot be resolved to a variable\n\tErrnoException 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.media.MediaScanner$FileEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/MediaScanner$FileEntry;
    MethodParameters:
              Name  Flags
      rowId         
      path          
      lastModified  
      format        

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.media.MediaScanner$FileEntry this
         0: .line 380
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.MediaScanner$FileEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/MediaScanner$FileEntry;
}
SourceFile: "MediaScanner.java"
NestHost: android.media.MediaScanner
InnerClasses:
  private FileEntry = android.media.MediaScanner$FileEntry of android.media.MediaScanner