public final class android.content.SyncResult implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.content.SyncResult
  super_class: java.lang.Object
{
  public final boolean syncAlreadyInProgress;
    descriptor: Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

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

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

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

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

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

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

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

  public final android.content.SyncStats stats;
    descriptor: Landroid/content/SyncStats;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public static final android.content.SyncResult ALREADY_IN_PROGRESS;
    descriptor: Landroid/content/SyncResult;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final android.os.Parcelable$Creator<android.content.SyncResult> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/content/SyncResult;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 111
            new android.content.SyncResult
            dup
            iconst_1
            invokespecial android.content.SyncResult.<init>:(Z)V
            putstatic android.content.SyncResult.ALREADY_IN_PROGRESS:Landroid/content/SyncResult;
         1: .line 238
            new android.content.SyncResult$1
            dup
            invokespecial android.content.SyncResult$1.<init>:()V
            putstatic android.content.SyncResult.CREATOR:Landroid/os/Parcelable$Creator;
         2: .line 246
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.content.SyncResult this
         0: .line 129
            aload 0 /* this */
            iconst_0
            invokespecial android.content.SyncResult.<init>:(Z)V
         1: .line 130
            return
        end local 0 // android.content.SyncResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/content/SyncResult;

  private void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.SyncResult this
        start local 1 // boolean syncAlreadyInProgress
         0: .line 137
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 138
            aload 0 /* this */
            iload 1 /* syncAlreadyInProgress */
            putfield android.content.SyncResult.syncAlreadyInProgress:Z
         2: .line 139
            aload 0 /* this */
            iconst_0
            putfield android.content.SyncResult.tooManyDeletions:Z
         3: .line 140
            aload 0 /* this */
            iconst_0
            putfield android.content.SyncResult.tooManyRetries:Z
         4: .line 141
            aload 0 /* this */
            iconst_0
            putfield android.content.SyncResult.fullSyncRequested:Z
         5: .line 142
            aload 0 /* this */
            iconst_0
            putfield android.content.SyncResult.partialSyncUnavailable:Z
         6: .line 143
            aload 0 /* this */
            iconst_0
            putfield android.content.SyncResult.moreRecordsToGet:Z
         7: .line 144
            aload 0 /* this */
            lconst_0
            putfield android.content.SyncResult.delayUntil:J
         8: .line 145
            aload 0 /* this */
            new android.content.SyncStats
            dup
            invokespecial android.content.SyncStats.<init>:()V
            putfield android.content.SyncResult.stats:Landroid/content/SyncStats;
         9: .line 146
            return
        end local 1 // boolean syncAlreadyInProgress
        end local 0 // android.content.SyncResult this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   10     0                   this  Landroid/content/SyncResult;
            0   10     1  syncAlreadyInProgress  Z
    MethodParameters:
                       Name  Flags
      syncAlreadyInProgress  

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.content.SyncResult this
        start local 1 // android.os.Parcel parcel
         0: .line 148
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 149
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: android.content.SyncResult android.os.Parcel
      StackMap stack: android.content.SyncResult
         2: iconst_0
      StackMap locals: android.content.SyncResult android.os.Parcel
      StackMap stack: android.content.SyncResult int
         3: putfield android.content.SyncResult.syncAlreadyInProgress:Z
         4: .line 150
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack: android.content.SyncResult
         5: iconst_0
      StackMap locals: android.content.SyncResult android.os.Parcel
      StackMap stack: android.content.SyncResult int
         6: putfield android.content.SyncResult.tooManyDeletions:Z
         7: .line 151
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack: android.content.SyncResult
         8: iconst_0
      StackMap locals: android.content.SyncResult android.os.Parcel
      StackMap stack: android.content.SyncResult int
         9: putfield android.content.SyncResult.tooManyRetries:Z
        10: .line 152
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack: android.content.SyncResult
        11: iconst_0
      StackMap locals: android.content.SyncResult android.os.Parcel
      StackMap stack: android.content.SyncResult int
        12: putfield android.content.SyncResult.databaseError:Z
        13: .line 153
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack: android.content.SyncResult
        14: iconst_0
      StackMap locals: android.content.SyncResult android.os.Parcel
      StackMap stack: android.content.SyncResult int
        15: putfield android.content.SyncResult.fullSyncRequested:Z
        16: .line 154
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 17
            iconst_1
            goto 18
      StackMap locals:
      StackMap stack: android.content.SyncResult
        17: iconst_0
      StackMap locals: android.content.SyncResult android.os.Parcel
      StackMap stack: android.content.SyncResult int
        18: putfield android.content.SyncResult.partialSyncUnavailable:Z
        19: .line 155
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 20
            iconst_1
            goto 21
      StackMap locals:
      StackMap stack: android.content.SyncResult
        20: iconst_0
      StackMap locals: android.content.SyncResult android.os.Parcel
      StackMap stack: android.content.SyncResult int
        21: putfield android.content.SyncResult.moreRecordsToGet:Z
        22: .line 156
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readLong:()J
            putfield android.content.SyncResult.delayUntil:J
        23: .line 157
            aload 0 /* this */
            new android.content.SyncStats
            dup
            aload 1 /* parcel */
            invokespecial android.content.SyncStats.<init>:(Landroid/os/Parcel;)V
            putfield android.content.SyncResult.stats:Landroid/content/SyncStats;
        24: .line 158
            return
        end local 1 // android.os.Parcel parcel
        end local 0 // android.content.SyncResult this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   25     0    this  Landroid/content/SyncResult;
            0   25     1  parcel  Landroid/os/Parcel;
    MethodParameters:
        Name  Flags
      parcel  

  public boolean hasHardError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.content.SyncResult this
         0: .line 176
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            getfield android.content.SyncStats.numParseExceptions:J
            lconst_0
            lcmp
            ifgt 7
         1: .line 177
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            getfield android.content.SyncStats.numConflictDetectedExceptions:J
            lconst_0
            lcmp
            ifgt 7
         2: .line 178
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            getfield android.content.SyncStats.numAuthExceptions:J
            lconst_0
            lcmp
            ifgt 7
         3: .line 179
            aload 0 /* this */
            getfield android.content.SyncResult.tooManyDeletions:Z
            ifne 7
         4: .line 180
            aload 0 /* this */
            getfield android.content.SyncResult.tooManyRetries:Z
            ifne 7
         5: .line 181
            aload 0 /* this */
            getfield android.content.SyncResult.databaseError:Z
            ifne 7
         6: .line 176
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_1
            ireturn
        end local 0 // android.content.SyncResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Landroid/content/SyncResult;

  public boolean hasSoftError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.content.SyncResult this
         0: .line 197
            aload 0 /* this */
            getfield android.content.SyncResult.syncAlreadyInProgress:Z
            ifne 1
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            getfield android.content.SyncStats.numIoExceptions:J
            lconst_0
            lcmp
            ifgt 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // android.content.SyncResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/content/SyncResult;

  public boolean hasError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.SyncResult this
         0: .line 205
            aload 0 /* this */
            invokevirtual android.content.SyncResult.hasSoftError:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual android.content.SyncResult.hasHardError:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // android.content.SyncResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/content/SyncResult;

  public boolean madeSomeProgress();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.content.SyncResult this
         0: .line 214
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            getfield android.content.SyncStats.numDeletes:J
            lconst_0
            lcmp
            ifle 1
            aload 0 /* this */
            getfield android.content.SyncResult.tooManyDeletions:Z
            ifeq 4
         1: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            getfield android.content.SyncStats.numInserts:J
            lconst_0
            lcmp
            ifgt 4
         2: .line 216
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            getfield android.content.SyncStats.numUpdates:J
            lconst_0
         3: .line 214
            lcmp
            ifgt 4
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 0 // android.content.SyncResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/content/SyncResult;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.SyncResult this
         0: .line 224
            aload 0 /* this */
            getfield android.content.SyncResult.syncAlreadyInProgress:Z
            ifeq 4
         1: .line 225
            new java.lang.UnsupportedOperationException
            dup
         2: .line 226
            ldc "you are not allowed to clear the ALREADY_IN_PROGRESS SyncStats"
         3: .line 225
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield android.content.SyncResult.tooManyDeletions:Z
         5: .line 229
            aload 0 /* this */
            iconst_0
            putfield android.content.SyncResult.tooManyRetries:Z
         6: .line 230
            aload 0 /* this */
            iconst_0
            putfield android.content.SyncResult.databaseError:Z
         7: .line 231
            aload 0 /* this */
            iconst_0
            putfield android.content.SyncResult.fullSyncRequested:Z
         8: .line 232
            aload 0 /* this */
            iconst_0
            putfield android.content.SyncResult.partialSyncUnavailable:Z
         9: .line 233
            aload 0 /* this */
            iconst_0
            putfield android.content.SyncResult.moreRecordsToGet:Z
        10: .line 234
            aload 0 /* this */
            lconst_0
            putfield android.content.SyncResult.delayUntil:J
        11: .line 235
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            invokevirtual android.content.SyncStats.clear:()V
        12: .line 236
            return
        end local 0 // android.content.SyncResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Landroid/content/SyncResult;

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.SyncResult this
         0: .line 249
            iconst_0
            ireturn
        end local 0 // android.content.SyncResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/SyncResult;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.content.SyncResult this
        start local 1 // android.os.Parcel parcel
        start local 2 // int flags
         0: .line 253
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.content.SyncResult.syncAlreadyInProgress:Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: android.os.Parcel
         1: iconst_0
      StackMap locals: android.content.SyncResult android.os.Parcel int
      StackMap stack: android.os.Parcel int
         2: invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 254
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.content.SyncResult.tooManyDeletions:Z
            ifeq 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack: android.os.Parcel
         4: iconst_0
      StackMap locals: android.content.SyncResult android.os.Parcel int
      StackMap stack: android.os.Parcel int
         5: invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 255
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.content.SyncResult.tooManyRetries:Z
            ifeq 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack: android.os.Parcel
         7: iconst_0
      StackMap locals: android.content.SyncResult android.os.Parcel int
      StackMap stack: android.os.Parcel int
         8: invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 256
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.content.SyncResult.databaseError:Z
            ifeq 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack: android.os.Parcel
        10: iconst_0
      StackMap locals: android.content.SyncResult android.os.Parcel int
      StackMap stack: android.os.Parcel int
        11: invokevirtual android.os.Parcel.writeInt:(I)V
        12: .line 257
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.content.SyncResult.fullSyncRequested:Z
            ifeq 13
            iconst_1
            goto 14
      StackMap locals:
      StackMap stack: android.os.Parcel
        13: iconst_0
      StackMap locals: android.content.SyncResult android.os.Parcel int
      StackMap stack: android.os.Parcel int
        14: invokevirtual android.os.Parcel.writeInt:(I)V
        15: .line 258
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.content.SyncResult.partialSyncUnavailable:Z
            ifeq 16
            iconst_1
            goto 17
      StackMap locals:
      StackMap stack: android.os.Parcel
        16: iconst_0
      StackMap locals: android.content.SyncResult android.os.Parcel int
      StackMap stack: android.os.Parcel int
        17: invokevirtual android.os.Parcel.writeInt:(I)V
        18: .line 259
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.content.SyncResult.moreRecordsToGet:Z
            ifeq 19
            iconst_1
            goto 20
      StackMap locals:
      StackMap stack: android.os.Parcel
        19: iconst_0
      StackMap locals: android.content.SyncResult android.os.Parcel int
      StackMap stack: android.os.Parcel int
        20: invokevirtual android.os.Parcel.writeInt:(I)V
        21: .line 260
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.content.SyncResult.delayUntil:J
            invokevirtual android.os.Parcel.writeLong:(J)V
        22: .line 261
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            aload 1 /* parcel */
            iload 2 /* flags */
            invokevirtual android.content.SyncStats.writeToParcel:(Landroid/os/Parcel;I)V
        23: .line 262
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel parcel
        end local 0 // android.content.SyncResult this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   24     0    this  Landroid/content/SyncResult;
            0   24     1  parcel  Landroid/os/Parcel;
            0   24     2   flags  I
    MethodParameters:
        Name  Flags
      parcel  
      flags   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // android.content.SyncResult this
         0: .line 266
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 267
            aload 1 /* sb */
            ldc "SyncResult:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 268
            aload 0 /* this */
            getfield android.content.SyncResult.syncAlreadyInProgress:Z
            ifeq 4
         3: .line 269
            aload 1 /* sb */
            ldc " syncAlreadyInProgress: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.SyncResult.syncAlreadyInProgress:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            pop
         4: .line 271
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.tooManyDeletions:Z
            ifeq 5
            aload 1 /* sb */
            ldc " tooManyDeletions: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.SyncResult.tooManyDeletions:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            pop
         5: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.tooManyRetries:Z
            ifeq 6
            aload 1 /* sb */
            ldc " tooManyRetries: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.SyncResult.tooManyRetries:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            pop
         6: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.databaseError:Z
            ifeq 7
            aload 1 /* sb */
            ldc " databaseError: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.SyncResult.databaseError:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            pop
         7: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.fullSyncRequested:Z
            ifeq 8
            aload 1 /* sb */
            ldc " fullSyncRequested: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.SyncResult.fullSyncRequested:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            pop
         8: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.partialSyncUnavailable:Z
            ifeq 10
         9: .line 276
            aload 1 /* sb */
            ldc " partialSyncUnavailable: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.SyncResult.partialSyncUnavailable:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            pop
        10: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.moreRecordsToGet:Z
            ifeq 11
            aload 1 /* sb */
            ldc " moreRecordsToGet: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.SyncResult.moreRecordsToGet:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            pop
        11: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.delayUntil:J
            lconst_0
            lcmp
            ifle 12
            aload 1 /* sb */
            ldc " delayUntil: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.SyncResult.delayUntil:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            pop
        12: .line 280
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        13: .line 281
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // android.content.SyncResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Landroid/content/SyncResult;
            1   14     1    sb  Ljava/lang/StringBuilder;

  public java.lang.String toDebugString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // android.content.SyncResult this
         0: .line 295
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuffer sb
         1: .line 297
            aload 0 /* this */
            getfield android.content.SyncResult.fullSyncRequested:Z
            ifeq 3
         2: .line 298
            aload 1 /* sb */
            ldc "f1"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 300
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.partialSyncUnavailable:Z
            ifeq 5
         4: .line 301
            aload 1 /* sb */
            ldc "r1"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.content.SyncResult.hasHardError:()Z
            ifeq 7
         6: .line 304
            aload 1 /* sb */
            ldc "X1"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            getfield android.content.SyncStats.numParseExceptions:J
            lconst_0
            lcmp
            ifle 9
         8: .line 307
            aload 1 /* sb */
            ldc "e"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            getfield android.content.SyncStats.numParseExceptions:J
            invokevirtual java.lang.StringBuffer.append:(J)Ljava/lang/StringBuffer;
            pop
         9: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            getfield android.content.SyncStats.numConflictDetectedExceptions:J
            lconst_0
            lcmp
            ifle 11
        10: .line 310
            aload 1 /* sb */
            ldc "c"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            getfield android.content.SyncStats.numConflictDetectedExceptions:J
            invokevirtual java.lang.StringBuffer.append:(J)Ljava/lang/StringBuffer;
            pop
        11: .line 312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            getfield android.content.SyncStats.numAuthExceptions:J
            lconst_0
            lcmp
            ifle 13
        12: .line 313
            aload 1 /* sb */
            ldc "a"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            getfield android.content.SyncStats.numAuthExceptions:J
            invokevirtual java.lang.StringBuffer.append:(J)Ljava/lang/StringBuffer;
            pop
        13: .line 315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.tooManyDeletions:Z
            ifeq 15
        14: .line 316
            aload 1 /* sb */
            ldc "D1"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        15: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.tooManyRetries:Z
            ifeq 17
        16: .line 319
            aload 1 /* sb */
            ldc "R1"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        17: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.databaseError:Z
            ifeq 19
        18: .line 322
            aload 1 /* sb */
            ldc "b1"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        19: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.content.SyncResult.hasSoftError:()Z
            ifeq 21
        20: .line 325
            aload 1 /* sb */
            ldc "x1"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        21: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.syncAlreadyInProgress:Z
            ifeq 23
        22: .line 328
            aload 1 /* sb */
            ldc "l1"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        23: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            getfield android.content.SyncStats.numIoExceptions:J
            lconst_0
            lcmp
            ifle 25
        24: .line 331
            aload 1 /* sb */
            ldc "I"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield android.content.SyncResult.stats:Landroid/content/SyncStats;
            getfield android.content.SyncStats.numIoExceptions:J
            invokevirtual java.lang.StringBuffer.append:(J)Ljava/lang/StringBuffer;
            pop
        25: .line 333
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer sb
        end local 0 // android.content.SyncResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   26     0  this  Landroid/content/SyncResult;
            1   26     1    sb  Ljava/lang/StringBuffer;
}
SourceFile: "SyncResult.java"
NestMembers:
  android.content.SyncResult$1
InnerClasses:
  android.content.SyncResult$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable