public final class android.service.autofill.AutofillFieldClassificationService$Scores implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.service.autofill.AutofillFieldClassificationService$Scores
  super_class: java.lang.Object
{
  public final float[][] scores;
    descriptor: [[F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

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

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

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // android.service.autofill.AutofillFieldClassificationService$Scores this
        start local 1 // android.os.Parcel parcel
         0: .line 204
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 205
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            istore 2 /* size1 */
        start local 2 // int size1
         2: .line 206
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            istore 3 /* size2 */
        start local 3 // int size2
         3: .line 207
            aload 0 /* this */
            iload 2 /* size1 */
            iload 3 /* size2 */
            multianewarray [[F 2
            putfield android.service.autofill.AutofillFieldClassificationService$Scores.scores:[[F
         4: .line 208
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 12
         6: .line 209
      StackMap locals: android.service.autofill.AutofillFieldClassificationService$Scores android.os.Parcel int int int
      StackMap stack:
            iconst_0
            istore 5 /* j */
        start local 5 // int j
         7: goto 10
         8: .line 210
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.service.autofill.AutofillFieldClassificationService$Scores.scores:[[F
            iload 4 /* i */
            aaload
            iload 5 /* j */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readFloat:()F
            fastore
         9: .line 209
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* j */
            iload 3 /* size2 */
            if_icmplt 8
        end local 5 // int j
        11: .line 208
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* i */
            iload 2 /* size1 */
            if_icmplt 6
        end local 4 // int i
        13: .line 213
            return
        end local 3 // int size2
        end local 2 // int size1
        end local 1 // android.os.Parcel parcel
        end local 0 // android.service.autofill.AutofillFieldClassificationService$Scores this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Landroid/service/autofill/AutofillFieldClassificationService$Scores;
            0   14     1  parcel  Landroid/os/Parcel;
            2   14     2   size1  I
            3   14     3   size2  I
            5   13     4       i  I
            7   11     5       j  I
    MethodParameters:
        Name  Flags
      parcel  

  private void <init>(float[][]);
    descriptor: ([[F)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.service.autofill.AutofillFieldClassificationService$Scores this
        start local 1 // float[][] scores
         0: .line 215
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 216
            aload 0 /* this */
            aload 1 /* scores */
            putfield android.service.autofill.AutofillFieldClassificationService$Scores.scores:[[F
         2: .line 217
            return
        end local 1 // float[][] scores
        end local 0 // android.service.autofill.AutofillFieldClassificationService$Scores this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/service/autofill/AutofillFieldClassificationService$Scores;
            0    3     1  scores  [[F
    MethodParameters:
        Name  Flags
      scores  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // android.service.autofill.AutofillFieldClassificationService$Scores this
         0: .line 221
            aload 0 /* this */
            getfield android.service.autofill.AutofillFieldClassificationService$Scores.scores:[[F
            arraylength
            istore 1 /* size1 */
        start local 1 // int size1
         1: .line 222
            iload 1 /* size1 */
            ifle 2
            aload 0 /* this */
            getfield android.service.autofill.AutofillFieldClassificationService$Scores.scores:[[F
            iconst_0
            aaload
            arraylength
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 2 /* size2 */
        start local 2 // int size2
         4: .line 223
            new java.lang.StringBuilder
            dup
            ldc "Scores ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         5: .line 224
            iload 1 /* size1 */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "x"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* size2 */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "] "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 223
            astore 3 /* builder */
        start local 3 // java.lang.StringBuilder builder
         7: .line 225
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         8: goto 11
         9: .line 226
      StackMap locals: int java.lang.StringBuilder int
      StackMap stack:
            aload 3 /* builder */
            iload 4 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.service.autofill.AutofillFieldClassificationService$Scores.scores:[[F
            iload 4 /* i */
            aaload
            invokestatic java.util.Arrays.toString:([F)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        10: .line 225
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            iload 1 /* size1 */
            if_icmplt 9
        end local 4 // int i
        12: .line 228
            aload 3 /* builder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.lang.StringBuilder builder
        end local 2 // int size2
        end local 1 // int size1
        end local 0 // android.service.autofill.AutofillFieldClassificationService$Scores this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Landroid/service/autofill/AutofillFieldClassificationService$Scores;
            1   13     1    size1  I
            4   13     2    size2  I
            7   13     3  builder  Ljava/lang/StringBuilder;
            8   12     4        i  I

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

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // android.service.autofill.AutofillFieldClassificationService$Scores this
        start local 1 // android.os.Parcel parcel
        start local 2 // int flags
         0: .line 238
            aload 0 /* this */
            getfield android.service.autofill.AutofillFieldClassificationService$Scores.scores:[[F
            arraylength
            istore 3 /* size1 */
        start local 3 // int size1
         1: .line 239
            aload 0 /* this */
            getfield android.service.autofill.AutofillFieldClassificationService$Scores.scores:[[F
            iconst_0
            aaload
            arraylength
            istore 4 /* size2 */
        start local 4 // int size2
         2: .line 240
            aload 1 /* parcel */
            iload 3 /* size1 */
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 241
            aload 1 /* parcel */
            iload 4 /* size2 */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 242
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 12
         6: .line 243
      StackMap locals: int int int
      StackMap stack:
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         7: goto 10
         8: .line 244
      StackMap locals: int
      StackMap stack:
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.service.autofill.AutofillFieldClassificationService$Scores.scores:[[F
            iload 5 /* i */
            aaload
            iload 6 /* j */
            faload
            invokevirtual android.os.Parcel.writeFloat:(F)V
         9: .line 243
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* j */
            iload 4 /* size2 */
            if_icmplt 8
        end local 6 // int j
        11: .line 242
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* i */
            iload 3 /* size1 */
            if_icmplt 6
        end local 5 // int i
        13: .line 247
            return
        end local 4 // int size2
        end local 3 // int size1
        end local 2 // int flags
        end local 1 // android.os.Parcel parcel
        end local 0 // android.service.autofill.AutofillFieldClassificationService$Scores this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Landroid/service/autofill/AutofillFieldClassificationService$Scores;
            0   14     1  parcel  Landroid/os/Parcel;
            0   14     2   flags  I
            1   14     3   size1  I
            2   14     4   size2  I
            5   13     5       i  I
            7   11     6       j  I
    MethodParameters:
        Name  Flags
      parcel  
      flags   
}
SourceFile: "AutofillFieldClassificationService.java"
NestHost: android.service.autofill.AutofillFieldClassificationService
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  public final Scores = android.service.autofill.AutofillFieldClassificationService$Scores of android.service.autofill.AutofillFieldClassificationService
  android.service.autofill.AutofillFieldClassificationService$Scores$1