public class android.provider.FontsContract$FontInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.provider.FontsContract$FontInfo
  super_class: java.lang.Object
{
  private final android.net.Uri mUri;
    descriptor: Landroid/net/Uri;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mTtcIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.graphics.fonts.FontVariationAxis[] mAxes;
    descriptor: [Landroid/graphics/fonts/FontVariationAxis;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mWeight;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean mItalic;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mResultCode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(android.net.Uri, int, android.graphics.fonts.FontVariationAxis[], int, boolean, int);
    descriptor: (Landroid/net/Uri;I[Landroid/graphics/fonts/FontVariationAxis;IZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // android.provider.FontsContract$FontInfo this
        start local 1 // android.net.Uri uri
        start local 2 // int ttcIndex
        start local 3 // android.graphics.fonts.FontVariationAxis[] axes
        start local 4 // int weight
        start local 5 // boolean italic
        start local 6 // int resultCode
         0: .line 199
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 202
            aload 0 /* this */
            aload 1 /* uri */
            invokestatic com.android.internal.util.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast android.net.Uri
            putfield android.provider.FontsContract$FontInfo.mUri:Landroid/net/Uri;
         2: .line 203
            aload 0 /* this */
            iload 2 /* ttcIndex */
            putfield android.provider.FontsContract$FontInfo.mTtcIndex:I
         3: .line 204
            aload 0 /* this */
            aload 3 /* axes */
            putfield android.provider.FontsContract$FontInfo.mAxes:[Landroid/graphics/fonts/FontVariationAxis;
         4: .line 205
            aload 0 /* this */
            iload 4 /* weight */
            putfield android.provider.FontsContract$FontInfo.mWeight:I
         5: .line 206
            aload 0 /* this */
            iload 5 /* italic */
            putfield android.provider.FontsContract$FontInfo.mItalic:Z
         6: .line 207
            aload 0 /* this */
            iload 6 /* resultCode */
            putfield android.provider.FontsContract$FontInfo.mResultCode:I
         7: .line 208
            return
        end local 6 // int resultCode
        end local 5 // boolean italic
        end local 4 // int weight
        end local 3 // android.graphics.fonts.FontVariationAxis[] axes
        end local 2 // int ttcIndex
        end local 1 // android.net.Uri uri
        end local 0 // android.provider.FontsContract$FontInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Landroid/provider/FontsContract$FontInfo;
            0    8     1         uri  Landroid/net/Uri;
            0    8     2    ttcIndex  I
            0    8     3        axes  [Landroid/graphics/fonts/FontVariationAxis;
            0    8     4      weight  I
            0    8     5      italic  Z
            0    8     6  resultCode  I
    MethodParameters:
            Name  Flags
      uri         
      ttcIndex    
      axes        
      weight      
      italic      
      resultCode  

  public android.net.Uri getUri();
    descriptor: ()Landroid/net/Uri;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.provider.FontsContract$FontInfo this
         0: .line 214
            aload 0 /* this */
            getfield android.provider.FontsContract$FontInfo.mUri:Landroid/net/Uri;
            areturn
        end local 0 // android.provider.FontsContract$FontInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/provider/FontsContract$FontInfo;

  public int getTtcIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.provider.FontsContract$FontInfo this
         0: .line 221
            aload 0 /* this */
            getfield android.provider.FontsContract$FontInfo.mTtcIndex:I
            ireturn
        end local 0 // android.provider.FontsContract$FontInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/provider/FontsContract$FontInfo;

  public android.graphics.fonts.FontVariationAxis[] getAxes();
    descriptor: ()[Landroid/graphics/fonts/FontVariationAxis;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.provider.FontsContract$FontInfo this
         0: .line 228
            aload 0 /* this */
            getfield android.provider.FontsContract$FontInfo.mAxes:[Landroid/graphics/fonts/FontVariationAxis;
            areturn
        end local 0 // android.provider.FontsContract$FontInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/provider/FontsContract$FontInfo;

  public int getWeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.provider.FontsContract$FontInfo this
         0: .line 235
            aload 0 /* this */
            getfield android.provider.FontsContract$FontInfo.mWeight:I
            ireturn
        end local 0 // android.provider.FontsContract$FontInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/provider/FontsContract$FontInfo;

  public boolean isItalic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.provider.FontsContract$FontInfo this
         0: .line 242
            aload 0 /* this */
            getfield android.provider.FontsContract$FontInfo.mItalic:Z
            ireturn
        end local 0 // android.provider.FontsContract$FontInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/provider/FontsContract$FontInfo;

  public int getResultCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.provider.FontsContract$FontInfo this
         0: .line 251
            aload 0 /* this */
            getfield android.provider.FontsContract$FontInfo.mResultCode:I
            ireturn
        end local 0 // android.provider.FontsContract$FontInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/provider/FontsContract$FontInfo;
}
SourceFile: "FontsContract.java"
NestHost: android.provider.FontsContract
InnerClasses:
  public FontInfo = android.provider.FontsContract$FontInfo of android.provider.FontsContract