public class android.provider.FontsContract$FontRequestCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.provider.FontsContract$FontRequestCallback
  super_class: java.lang.Object
{
  public static final int FAIL_REASON_PROVIDER_NOT_FOUND;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final int FAIL_REASON_WRONG_CERTIFICATES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -2

  public static final int FAIL_REASON_FONT_LOAD_ERROR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -3

  public static final int FAIL_REASON_FONT_NOT_FOUND;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int FAIL_REASON_FONT_UNAVAILABLE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int FAIL_REASON_MALFORMED_QUERY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.provider.FontsContract$FontRequestCallback this
         0: .line 455
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.provider.FontsContract$FontRequestCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/provider/FontsContract$FontRequestCallback;

  public void onTypefaceRetrieved(android.graphics.Typeface);
    descriptor: (Landroid/graphics/Typeface;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.provider.FontsContract$FontRequestCallback this
        start local 1 // android.graphics.Typeface typeface
         0: .line 462
            return
        end local 1 // android.graphics.Typeface typeface
        end local 0 // android.provider.FontsContract$FontRequestCallback this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/provider/FontsContract$FontRequestCallback;
            0    1     1  typeface  Landroid/graphics/Typeface;
    MethodParameters:
          Name  Flags
      typeface  

  public void onTypefaceRequestFailed(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.provider.FontsContract$FontRequestCallback this
        start local 1 // int reason
         0: .line 475
            return
        end local 1 // int reason
        end local 0 // android.provider.FontsContract$FontRequestCallback this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/provider/FontsContract$FontRequestCallback;
            0    1     1  reason  I
    MethodParameters:
        Name  Flags
      reason  
}
SourceFile: "FontsContract.java"
NestHost: android.provider.FontsContract
InnerClasses:
  public FontRequestCallback = android.provider.FontsContract$FontRequestCallback of android.provider.FontsContract
  abstract FontRequestFailReason = android.provider.FontsContract$FontRequestCallback$FontRequestFailReason of android.provider.FontsContract$FontRequestCallback