class android.app.SharedPreferencesImpl$MemoryCommitResult
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.SharedPreferencesImpl$MemoryCommitResult
  super_class: java.lang.Object
{
  final long memoryStateGeneration;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final java.util.List<java.lang.String> keysModified;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;

  final java.util.Set<android.content.SharedPreferences$OnSharedPreferenceChangeListener> listeners;
    descriptor: Ljava/util/Set;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Set<Landroid/content/SharedPreferences$OnSharedPreferenceChangeListener;>;

  final java.util.Map<java.lang.String, java.lang.Object> mapToWriteToDisk;
    descriptor: Ljava/util/Map;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  final java.util.concurrent.CountDownLatch writtenToDiskLatch;
    descriptor: Ljava/util/concurrent/CountDownLatch;
    flags: (0x0010) ACC_FINAL

  volatile boolean writeToDiskResult;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.GuardedBy(value = "mWritingToDiskLock")

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

  private void <init>(long, java.util.List<java.lang.String>, java.util.Set<android.content.SharedPreferences$OnSharedPreferenceChangeListener>, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (JLjava/util/List;Ljava/util/Set;Ljava/util/Map;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // android.app.SharedPreferencesImpl$MemoryCommitResult this
         0: .line 23
            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 android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import dalvik cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tThe import org.xmlpull cannot be resolved\n\tStructTimespec cannot be resolved to a type\n\tStructStat cannot be resolved to a type\n\tOs cannot be resolved\n\tThe method readMapXml(InputStream) from the type XmlUtils refers to the missing type XmlPullParserException\n\tIoUtils cannot be resolved\n\tErrnoException cannot be resolved to a type\n\tStructTimespec cannot be resolved to a type\n\tStructStat cannot be resolved to a type\n\tBlockGuard cannot be resolved\n\tOs cannot be resolved\n\tErrnoException cannot be resolved to a type\n\tStructTimespec cannot be resolved to a type\n\tBlockGuard cannot be resolved\n\tThe method writeMapXml(Map, OutputStream) from the type XmlUtils refers to the missing type XmlPullParserException\n\tStructStat cannot be resolved to a type\n\tOs cannot be resolved\n\tStructTimespec cannot be resolved to a type\n\tErrnoException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.SharedPreferencesImpl$MemoryCommitResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SharedPreferencesImpl$MemoryCommitResult;
    Signature: (JLjava/util/List<Ljava/lang/String;>;Ljava/util/Set<Landroid/content/SharedPreferences$OnSharedPreferenceChangeListener;>;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V
    MethodParameters:
                       Name  Flags
      memoryStateGeneration  
      keysModified           
      listeners              
      mapToWriteToDisk       

  void setDiskWriteResult(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.SharedPreferencesImpl$MemoryCommitResult this
         0: .line 376
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.SharedPreferencesImpl$MemoryCommitResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SharedPreferencesImpl$MemoryCommitResult;
    MethodParameters:
            Name  Flags
      wasWritten  
      result      
}
SourceFile: "SharedPreferencesImpl.java"
NestHost: android.app.SharedPreferencesImpl
InnerClasses:
  private MemoryCommitResult = android.app.SharedPreferencesImpl$MemoryCommitResult of android.app.SharedPreferencesImpl
  public abstract OnSharedPreferenceChangeListener = android.content.SharedPreferences$OnSharedPreferenceChangeListener of android.content.SharedPreferences