public class android.accounts.AuthenticatorDescription implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.accounts.AuthenticatorDescription
  super_class: java.lang.Object
{
  public final java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int labelId;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int iconId;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int smallIconId;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int accountPreferencesId;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.lang.String packageName;
    descriptor: Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final boolean customTokens;
    descriptor: Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 134
            new android.accounts.AuthenticatorDescription$1
            dup
            invokespecial android.accounts.AuthenticatorDescription$1.<init>:()V
         1: .line 133
            putstatic android.accounts.AuthenticatorDescription.CREATOR:Landroid/os/Parcelable$Creator;
         2: .line 144
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, java.lang.String, int, int, int, int, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;IIIIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // android.accounts.AuthenticatorDescription this
        start local 1 // java.lang.String type
        start local 2 // java.lang.String packageName
        start local 3 // int labelId
        start local 4 // int iconId
        start local 5 // int smallIconId
        start local 6 // int prefId
        start local 7 // boolean customTokens
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 1 /* type */
            ifnonnull 2
            new java.lang.IllegalArgumentException
            dup
            ldc "type cannot be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 54
      StackMap locals: android.accounts.AuthenticatorDescription java.lang.String java.lang.String int int int int int
      StackMap stack:
            aload 2 /* packageName */
            ifnonnull 3
            new java.lang.IllegalArgumentException
            dup
            ldc "packageName cannot be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* type */
            putfield android.accounts.AuthenticatorDescription.type:Ljava/lang/String;
         4: .line 56
            aload 0 /* this */
            aload 2 /* packageName */
            putfield android.accounts.AuthenticatorDescription.packageName:Ljava/lang/String;
         5: .line 57
            aload 0 /* this */
            iload 3 /* labelId */
            putfield android.accounts.AuthenticatorDescription.labelId:I
         6: .line 58
            aload 0 /* this */
            iload 4 /* iconId */
            putfield android.accounts.AuthenticatorDescription.iconId:I
         7: .line 59
            aload 0 /* this */
            iload 5 /* smallIconId */
            putfield android.accounts.AuthenticatorDescription.smallIconId:I
         8: .line 60
            aload 0 /* this */
            iload 6 /* prefId */
            putfield android.accounts.AuthenticatorDescription.accountPreferencesId:I
         9: .line 61
            aload 0 /* this */
            iload 7 /* customTokens */
            putfield android.accounts.AuthenticatorDescription.customTokens:Z
        10: .line 62
            return
        end local 7 // boolean customTokens
        end local 6 // int prefId
        end local 5 // int smallIconId
        end local 4 // int iconId
        end local 3 // int labelId
        end local 2 // java.lang.String packageName
        end local 1 // java.lang.String type
        end local 0 // android.accounts.AuthenticatorDescription this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Landroid/accounts/AuthenticatorDescription;
            0   11     1          type  Ljava/lang/String;
            0   11     2   packageName  Ljava/lang/String;
            0   11     3       labelId  I
            0   11     4        iconId  I
            0   11     5   smallIconId  I
            0   11     6        prefId  I
            0   11     7  customTokens  Z
    MethodParameters:
              Name  Flags
      type          
      packageName   
      labelId       
      iconId        
      smallIconId   
      prefId        
      customTokens  

  public void <init>(java.lang.String, java.lang.String, int, int, int, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // android.accounts.AuthenticatorDescription this
        start local 1 // java.lang.String type
        start local 2 // java.lang.String packageName
        start local 3 // int labelId
        start local 4 // int iconId
        start local 5 // int smallIconId
        start local 6 // int prefId
         0: .line 66
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* packageName */
            iload 3 /* labelId */
            iload 4 /* iconId */
            iload 5 /* smallIconId */
            iload 6 /* prefId */
            iconst_0
            invokespecial android.accounts.AuthenticatorDescription.<init>:(Ljava/lang/String;Ljava/lang/String;IIIIZ)V
         1: .line 67
            return
        end local 6 // int prefId
        end local 5 // int smallIconId
        end local 4 // int iconId
        end local 3 // int labelId
        end local 2 // java.lang.String packageName
        end local 1 // java.lang.String type
        end local 0 // android.accounts.AuthenticatorDescription this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Landroid/accounts/AuthenticatorDescription;
            0    2     1         type  Ljava/lang/String;
            0    2     2  packageName  Ljava/lang/String;
            0    2     3      labelId  I
            0    2     4       iconId  I
            0    2     5  smallIconId  I
            0    2     6       prefId  I
    MethodParameters:
             Name  Flags
      type         
      packageName  
      labelId      
      iconId       
      smallIconId  
      prefId       

  public static android.accounts.AuthenticatorDescription newKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Landroid/accounts/AuthenticatorDescription;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String type
         0: .line 75
            aload 0 /* type */
            ifnonnull 1
            new java.lang.IllegalArgumentException
            dup
            ldc "type cannot be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         1: .line 76
      StackMap locals:
      StackMap stack:
            new android.accounts.AuthenticatorDescription
            dup
            aload 0 /* type */
            invokespecial android.accounts.AuthenticatorDescription.<init>:(Ljava/lang/String;)V
            areturn
        end local 0 // java.lang.String type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  type  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  

  private void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.accounts.AuthenticatorDescription this
        start local 1 // java.lang.String type
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* type */
            putfield android.accounts.AuthenticatorDescription.type:Ljava/lang/String;
         2: .line 81
            aload 0 /* this */
            aconst_null
            putfield android.accounts.AuthenticatorDescription.packageName:Ljava/lang/String;
         3: .line 82
            aload 0 /* this */
            iconst_0
            putfield android.accounts.AuthenticatorDescription.labelId:I
         4: .line 83
            aload 0 /* this */
            iconst_0
            putfield android.accounts.AuthenticatorDescription.iconId:I
         5: .line 84
            aload 0 /* this */
            iconst_0
            putfield android.accounts.AuthenticatorDescription.smallIconId:I
         6: .line 85
            aload 0 /* this */
            iconst_0
            putfield android.accounts.AuthenticatorDescription.accountPreferencesId:I
         7: .line 86
            aload 0 /* this */
            iconst_0
            putfield android.accounts.AuthenticatorDescription.customTokens:Z
         8: .line 87
            return
        end local 1 // java.lang.String type
        end local 0 // android.accounts.AuthenticatorDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/accounts/AuthenticatorDescription;
            0    9     1  type  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.accounts.AuthenticatorDescription this
        start local 1 // android.os.Parcel source
         0: .line 89
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 90
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.accounts.AuthenticatorDescription.type:Ljava/lang/String;
         2: .line 91
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.accounts.AuthenticatorDescription.packageName:Ljava/lang/String;
         3: .line 92
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.accounts.AuthenticatorDescription.labelId:I
         4: .line 93
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.accounts.AuthenticatorDescription.iconId:I
         5: .line 94
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.accounts.AuthenticatorDescription.smallIconId:I
         6: .line 95
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.accounts.AuthenticatorDescription.accountPreferencesId:I
         7: .line 96
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readByte:()B
            iconst_1
            if_icmpne 8
            iconst_1
            goto 9
      StackMap locals: android.accounts.AuthenticatorDescription android.os.Parcel
      StackMap stack: android.accounts.AuthenticatorDescription
         8: iconst_0
      StackMap locals: android.accounts.AuthenticatorDescription android.os.Parcel
      StackMap stack: android.accounts.AuthenticatorDescription int
         9: putfield android.accounts.AuthenticatorDescription.customTokens:Z
        10: .line 97
            return
        end local 1 // android.os.Parcel source
        end local 0 // android.accounts.AuthenticatorDescription this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Landroid/accounts/AuthenticatorDescription;
            0   11     1  source  Landroid/os/Parcel;
    MethodParameters:
        Name  Flags
      source  

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

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.accounts.AuthenticatorDescription this
         0: .line 106
            aload 0 /* this */
            getfield android.accounts.AuthenticatorDescription.type:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            ireturn
        end local 0 // android.accounts.AuthenticatorDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/accounts/AuthenticatorDescription;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.accounts.AuthenticatorDescription this
        start local 1 // java.lang.Object o
         0: .line 111
            aload 1 /* o */
            aload 0 /* this */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 112
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof android.accounts.AuthenticatorDescription
            ifne 2
            iconst_0
            ireturn
         2: .line 113
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast android.accounts.AuthenticatorDescription
            astore 2 /* other */
        start local 2 // android.accounts.AuthenticatorDescription other
         3: .line 114
            aload 0 /* this */
            getfield android.accounts.AuthenticatorDescription.type:Ljava/lang/String;
            aload 2 /* other */
            getfield android.accounts.AuthenticatorDescription.type:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // android.accounts.AuthenticatorDescription other
        end local 1 // java.lang.Object o
        end local 0 // android.accounts.AuthenticatorDescription this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/accounts/AuthenticatorDescription;
            0    4     1      o  Ljava/lang/Object;
            3    4     2  other  Landroid/accounts/AuthenticatorDescription;
    MethodParameters:
      Name  Flags
      o     

  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.accounts.AuthenticatorDescription this
         0: .line 118
            new java.lang.StringBuilder
            dup
            ldc "AuthenticatorDescription {type="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.accounts.AuthenticatorDescription.type:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // android.accounts.AuthenticatorDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/accounts/AuthenticatorDescription;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.accounts.AuthenticatorDescription this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 123
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.accounts.AuthenticatorDescription.type:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         1: .line 124
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.accounts.AuthenticatorDescription.packageName:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         2: .line 125
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.accounts.AuthenticatorDescription.labelId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 126
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.accounts.AuthenticatorDescription.iconId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 127
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.accounts.AuthenticatorDescription.smallIconId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 128
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.accounts.AuthenticatorDescription.accountPreferencesId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 129
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.accounts.AuthenticatorDescription.customTokens:Z
            ifeq 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack: android.os.Parcel
         7: iconst_0
      StackMap locals: android.accounts.AuthenticatorDescription android.os.Parcel int
      StackMap stack: android.os.Parcel int
         8: i2b
            invokevirtual android.os.Parcel.writeByte:(B)V
         9: .line 130
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.accounts.AuthenticatorDescription this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Landroid/accounts/AuthenticatorDescription;
            0   10     1   dest  Landroid/os/Parcel;
            0   10     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  
}
SourceFile: "AuthenticatorDescription.java"
NestMembers:
  android.accounts.AuthenticatorDescription$1
InnerClasses:
  android.accounts.AuthenticatorDescription$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable