public final class android.content.pm.InstantAppResolveInfo$InstantAppDigest implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.content.pm.InstantAppResolveInfo$InstantAppDigest
  super_class: java.lang.Object
{
  static final int DIGEST_MASK;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -4096

  public static final android.content.pm.InstantAppResolveInfo$InstantAppDigest UNDEFINED;
    descriptor: Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static java.util.Random sRandom;
    descriptor: Ljava/util/Random;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private final byte[][] mDigestBytes;
    descriptor: [[B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int[] mDigestPrefix;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int[] mDigestPrefixSecure;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 242
            new android.content.pm.InstantAppResolveInfo$InstantAppDigest
            dup
            iconst_0
            anewarray byte[]
            iconst_0
            newarray 10
            invokespecial android.content.pm.InstantAppResolveInfo$InstantAppDigest.<init>:([[B[I)V
         1: .line 241
            putstatic android.content.pm.InstantAppResolveInfo$InstantAppDigest.UNDEFINED:Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest;
         2: .line 244
            aconst_null
            putstatic android.content.pm.InstantAppResolveInfo$InstantAppDigest.sRandom:Ljava/util/Random;
         3: .line 247
            ldc "SHA1PRNG"
            invokestatic java.security.SecureRandom.getInstance:(Ljava/lang/String;)Ljava/security/SecureRandom;
            putstatic android.content.pm.InstantAppResolveInfo$InstantAppDigest.sRandom:Ljava/util/Random;
         4: .line 248
            goto 7
      StackMap locals:
      StackMap stack: java.security.NoSuchAlgorithmException
         5: pop
         6: .line 250
            new java.util.Random
            dup
            invokespecial java.util.Random.<init>:()V
            putstatic android.content.pm.InstantAppResolveInfo$InstantAppDigest.sRandom:Ljava/util/Random;
         7: .line 387
      StackMap locals:
      StackMap stack:
            new android.content.pm.InstantAppResolveInfo$InstantAppDigest$1
            dup
            invokespecial android.content.pm.InstantAppResolveInfo$InstantAppDigest$1.<init>:()V
         8: .line 386
            putstatic android.content.pm.InstantAppResolveInfo$InstantAppDigest.CREATOR:Landroid/os/Parcelable$Creator;
         9: .line 399
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           3     4       5  Class java.security.NoSuchAlgorithmException

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.InstantAppResolveInfo$InstantAppDigest this
        start local 1 // java.lang.String hostName
         0: .line 261
            aload 0 /* this */
            aload 1 /* hostName */
            iconst_m1
            invokespecial android.content.pm.InstantAppResolveInfo$InstantAppDigest.<init>:(Ljava/lang/String;I)V
         1: .line 262
            return
        end local 1 // java.lang.String hostName
        end local 0 // android.content.pm.InstantAppResolveInfo$InstantAppDigest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest;
            0    2     1  hostName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      hostName  

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // android.content.pm.InstantAppResolveInfo$InstantAppDigest this
        start local 1 // java.lang.String hostName
        start local 2 // int maxDigests
         0: .line 265
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 266
            aload 1 /* hostName */
            ifnonnull 3
         2: .line 267
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         3: .line 269
      StackMap locals: android.content.pm.InstantAppResolveInfo$InstantAppDigest java.lang.String int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* hostName */
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            iload 2 /* maxDigests */
            invokestatic android.content.pm.InstantAppResolveInfo$InstantAppDigest.generateDigest:(Ljava/lang/String;I)[[B
            putfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestBytes:[[B
         4: .line 270
            aload 0 /* this */
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestBytes:[[B
            arraylength
            newarray 10
            putfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestPrefix:[I
         5: .line 271
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 19
         7: .line 272
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestPrefix:[I
            iload 3 /* i */
         8: .line 273
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestBytes:[[B
            iload 3 /* i */
            aaload
            iconst_0
            baload
            sipush 255
            iand
            bipush 24
            ishl
         9: .line 274
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestBytes:[[B
            iload 3 /* i */
            aaload
            iconst_1
            baload
            sipush 255
            iand
            bipush 16
            ishl
        10: .line 273
            ior
        11: .line 275
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestBytes:[[B
            iload 3 /* i */
            aaload
            iconst_2
            baload
            sipush 255
            iand
            bipush 8
            ishl
        12: .line 273
            ior
        13: .line 276
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestBytes:[[B
            iload 3 /* i */
            aaload
            iconst_3
            baload
            sipush 255
            iand
            iconst_0
            ishl
        14: .line 273
            ior
        15: .line 277
            sipush -4096
        16: .line 273
            iand
        17: .line 272
            iastore
        18: .line 271
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 3 /* i */
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestBytes:[[B
            arraylength
            if_icmplt 7
        end local 3 // int i
        20: .line 279
            return
        end local 2 // int maxDigests
        end local 1 // java.lang.String hostName
        end local 0 // android.content.pm.InstantAppResolveInfo$InstantAppDigest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0        this  Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest;
            0   21     1    hostName  Ljava/lang/String;
            0   21     2  maxDigests  I
            6   20     3           i  I
    MethodParameters:
            Name  Flags
      hostName    
      maxDigests  

  private void <init>(byte[][], int[]);
    descriptor: ([[B[I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.content.pm.InstantAppResolveInfo$InstantAppDigest this
        start local 1 // byte[][] digestBytes
        start local 2 // int[] prefix
         0: .line 281
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 282
            aload 0 /* this */
            aload 2 /* prefix */
            putfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestPrefix:[I
         2: .line 283
            aload 0 /* this */
            aload 1 /* digestBytes */
            putfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestBytes:[[B
         3: .line 284
            return
        end local 2 // int[] prefix
        end local 1 // byte[][] digestBytes
        end local 0 // android.content.pm.InstantAppResolveInfo$InstantAppDigest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest;
            0    4     1  digestBytes  [[B
            0    4     2       prefix  [I
    MethodParameters:
             Name  Flags
      digestBytes  
      prefix       

  private static byte[][] generateDigest(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)[[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // java.lang.String hostName
        start local 1 // int maxDigests
         0: .line 287
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* digests */
        start local 2 // java.util.ArrayList digests
         1: .line 289
            ldc "SHA-256"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 3 /* digest */
        start local 3 // java.security.MessageDigest digest
         2: .line 290
            iload 1 /* maxDigests */
            ifgt 6
         3: .line 291
            aload 0 /* hostName */
            invokevirtual java.lang.String.getBytes:()[B
            astore 4 /* hostBytes */
        start local 4 // byte[] hostBytes
         4: .line 292
            aload 2 /* digests */
            aload 3 /* digest */
            aload 4 /* hostBytes */
            invokevirtual java.security.MessageDigest.digest:([B)[B
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // byte[] hostBytes
         5: .line 293
            goto 25
         6: .line 294
      StackMap locals: java.util.ArrayList java.security.MessageDigest
      StackMap stack:
            aload 0 /* hostName */
            bipush 46
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 4 /* prevDot */
        start local 4 // int prevDot
         7: .line 295
            aload 0 /* hostName */
            bipush 46
            iload 4 /* prevDot */
            iconst_1
            isub
            invokevirtual java.lang.String.lastIndexOf:(II)I
            istore 4 /* prevDot */
         8: .line 297
            iload 4 /* prevDot */
            ifge 11
         9: .line 298
            aload 2 /* digests */
            aload 3 /* digest */
            aload 0 /* hostName */
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual java.security.MessageDigest.digest:([B)[B
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        10: .line 299
            goto 25
        11: .line 301
      StackMap locals: int
      StackMap stack:
            aload 0 /* hostName */
            iload 4 /* prevDot */
            iconst_1
            iadd
            aload 0 /* hostName */
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.lang.String.getBytes:()[B
        12: .line 300
            astore 5 /* hostBytes */
        start local 5 // byte[] hostBytes
        13: .line 302
            aload 2 /* digests */
            aload 3 /* digest */
            aload 5 /* hostBytes */
            invokevirtual java.security.MessageDigest.digest:([B)[B
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        14: .line 303
            iconst_1
            istore 6 /* digestCount */
        start local 6 // int digestCount
        15: .line 304
            goto 21
        16: .line 305
      StackMap locals: byte[] int
      StackMap stack:
            aload 0 /* hostName */
            bipush 46
            iload 4 /* prevDot */
            iconst_1
            isub
            invokevirtual java.lang.String.lastIndexOf:(II)I
            istore 4 /* prevDot */
        17: .line 307
            aload 0 /* hostName */
            iload 4 /* prevDot */
            iconst_1
            iadd
            aload 0 /* hostName */
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.lang.String.getBytes:()[B
        18: .line 306
            astore 5 /* hostBytes */
        19: .line 308
            aload 2 /* digests */
            aload 3 /* digest */
            aload 5 /* hostBytes */
            invokevirtual java.security.MessageDigest.digest:([B)[B
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        20: .line 309
            iinc 6 /* digestCount */ 1
        21: .line 304
      StackMap locals:
      StackMap stack:
            iload 4 /* prevDot */
            iflt 25
            iload 6 /* digestCount */
            iload 1 /* maxDigests */
            if_icmplt 16
        end local 6 // int digestCount
        end local 5 // byte[] hostBytes
        end local 4 // int prevDot
        end local 3 // java.security.MessageDigest digest
        22: .line 313
            goto 25
      StackMap locals: java.lang.String int java.util.ArrayList
      StackMap stack: java.security.NoSuchAlgorithmException
        23: pop
        24: .line 314
            new java.lang.IllegalStateException
            dup
            ldc "could not find digest algorithm"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 316
      StackMap locals:
      StackMap stack:
            aload 2 /* digests */
            aload 2 /* digests */
            invokevirtual java.util.ArrayList.size:()I
            anewarray byte[]
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast byte[][]
            areturn
        end local 2 // java.util.ArrayList digests
        end local 1 // int maxDigests
        end local 0 // java.lang.String hostName
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   26     0     hostName  Ljava/lang/String;
            0   26     1   maxDigests  I
            1   26     2      digests  Ljava/util/ArrayList<[B>;
            2   22     3       digest  Ljava/security/MessageDigest;
            4    5     4    hostBytes  [B
            7   22     4      prevDot  I
           13   22     5    hostBytes  [B
           15   22     6  digestCount  I
      Exception table:
        from    to  target  type
           1    22      23  Class java.security.NoSuchAlgorithmException
    MethodParameters:
            Name  Flags
      hostName    
      maxDigests  

  void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // android.content.pm.InstantAppResolveInfo$InstantAppDigest this
        start local 1 // android.os.Parcel in
         0: .line 319
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 320
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            istore 2 /* digestCount */
        start local 2 // int digestCount
         2: .line 321
            iload 2 /* digestCount */
            iconst_m1
            if_icmpne 5
         3: .line 322
            aload 0 /* this */
            aconst_null
            putfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestBytes:[[B
         4: .line 323
            goto 11
         5: .line 324
      StackMap locals: android.content.pm.InstantAppResolveInfo$InstantAppDigest android.os.Parcel int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* digestCount */
            anewarray byte[]
            putfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestBytes:[[B
         6: .line 325
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 10
         8: .line 326
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestBytes:[[B
            iload 3 /* i */
            aload 1 /* in */
            invokevirtual android.os.Parcel.createByteArray:()[B
            aastore
         9: .line 325
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            iload 2 /* digestCount */
            if_icmplt 8
        end local 3 // int i
        11: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.createIntArray:()[I
            putfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestPrefix:[I
        12: .line 330
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.createIntArray:()[I
            putfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestPrefixSecure:[I
        13: .line 331
            return
        end local 2 // int digestCount
        end local 1 // android.os.Parcel in
        end local 0 // android.content.pm.InstantAppResolveInfo$InstantAppDigest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest;
            0   14     1           in  Landroid/os/Parcel;
            2   14     2  digestCount  I
            7   11     3            i  I
    MethodParameters:
      Name  Flags
      in    

  public byte[][] getDigestBytes();
    descriptor: ()[[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.pm.InstantAppResolveInfo$InstantAppDigest this
         0: .line 334
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestBytes:[[B
            areturn
        end local 0 // android.content.pm.InstantAppResolveInfo$InstantAppDigest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest;

  public int[] getDigestPrefix();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.pm.InstantAppResolveInfo$InstantAppDigest this
         0: .line 338
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestPrefix:[I
            areturn
        end local 0 // android.content.pm.InstantAppResolveInfo$InstantAppDigest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest;

  public int[] getDigestPrefixSecure();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // android.content.pm.InstantAppResolveInfo$InstantAppDigest this
         0: .line 346
            aload 0 /* this */
            getstatic android.content.pm.InstantAppResolveInfo$InstantAppDigest.UNDEFINED:Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest;
            if_acmpne 2
         1: .line 347
            aload 0 /* this */
            invokevirtual android.content.pm.InstantAppResolveInfo$InstantAppDigest.getDigestPrefix:()[I
            areturn
         2: .line 348
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestPrefixSecure:[I
            ifnonnull 12
         3: .line 350
            aload 0 /* this */
            invokevirtual android.content.pm.InstantAppResolveInfo$InstantAppDigest.getDigestPrefix:()[I
            arraylength
            istore 1 /* realSize */
        start local 1 // int realSize
         4: .line 351
            iload 1 /* realSize */
            bipush 10
            iadd
            getstatic android.content.pm.InstantAppResolveInfo$InstantAppDigest.sRandom:Ljava/util/Random;
            bipush 10
            invokevirtual java.util.Random.nextInt:(I)I
            iadd
            istore 2 /* manufacturedSize */
        start local 2 // int manufacturedSize
         5: .line 352
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual android.content.pm.InstantAppResolveInfo$InstantAppDigest.getDigestPrefix:()[I
            iload 2 /* manufacturedSize */
            invokestatic java.util.Arrays.copyOf:([II)[I
            putfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestPrefixSecure:[I
         6: .line 353
            iload 1 /* realSize */
            istore 3 /* i */
        start local 3 // int i
         7: goto 10
         8: .line 354
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestPrefixSecure:[I
            iload 3 /* i */
            getstatic android.content.pm.InstantAppResolveInfo$InstantAppDigest.sRandom:Ljava/util/Random;
            invokevirtual java.util.Random.nextInt:()I
            sipush -4096
            iand
            iastore
         9: .line 353
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            iload 2 /* manufacturedSize */
            if_icmplt 8
        end local 3 // int i
        11: .line 356
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestPrefixSecure:[I
            invokestatic java.util.Arrays.sort:([I)V
        end local 2 // int manufacturedSize
        end local 1 // int realSize
        12: .line 358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestPrefixSecure:[I
            areturn
        end local 0 // android.content.pm.InstantAppResolveInfo$InstantAppDigest this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0              this  Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest;
            4   12     1          realSize  I
            5   12     2  manufacturedSize  I
            7   11     3                 i  I

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

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // android.content.pm.InstantAppResolveInfo$InstantAppDigest this
        start local 1 // android.os.Parcel out
        start local 2 // int flags
         0: .line 368
            aload 0 /* this */
            getstatic android.content.pm.InstantAppResolveInfo$InstantAppDigest.UNDEFINED:Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest;
            if_acmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* isUndefined */
        start local 3 // boolean isUndefined
         3: .line 369
            aload 1 /* out */
            iload 3 /* isUndefined */
            invokevirtual android.os.Parcel.writeBoolean:(Z)V
         4: .line 370
            iload 3 /* isUndefined */
            ifeq 6
         5: .line 371
            return
         6: .line 373
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestBytes:[[B
            ifnonnull 9
         7: .line 374
            aload 1 /* out */
            iconst_m1
            invokevirtual android.os.Parcel.writeInt:(I)V
         8: .line 375
            goto 15
         9: .line 376
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestBytes:[[B
            arraylength
            invokevirtual android.os.Parcel.writeInt:(I)V
        10: .line 377
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        11: goto 14
        12: .line 378
      StackMap locals: int
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestBytes:[[B
            iload 4 /* i */
            aaload
            invokevirtual android.os.Parcel.writeByteArray:([B)V
        13: .line 377
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 4 /* i */
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestBytes:[[B
            arraylength
            if_icmplt 12
        end local 4 // int i
        15: .line 381
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestPrefix:[I
            invokevirtual android.os.Parcel.writeIntArray:([I)V
        16: .line 382
            aload 1 /* out */
            aload 0 /* this */
            getfield android.content.pm.InstantAppResolveInfo$InstantAppDigest.mDigestPrefixSecure:[I
            invokevirtual android.os.Parcel.writeIntArray:([I)V
        17: .line 383
            return
        end local 3 // boolean isUndefined
        end local 2 // int flags
        end local 1 // android.os.Parcel out
        end local 0 // android.content.pm.InstantAppResolveInfo$InstantAppDigest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest;
            0   18     1          out  Landroid/os/Parcel;
            0   18     2        flags  I
            3   18     3  isUndefined  Z
           11   15     4            i  I
    MethodParameters:
       Name  Flags
      out    
      flags  
}
SourceFile: "InstantAppResolveInfo.java"
NestHost: android.content.pm.InstantAppResolveInfo
InnerClasses:
  public final InstantAppDigest = android.content.pm.InstantAppResolveInfo$InstantAppDigest of android.content.pm.InstantAppResolveInfo
  android.content.pm.InstantAppResolveInfo$InstantAppDigest$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()