public abstract class android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback this
         0: .line 102
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;

  public void onAuthenticationError(int, java.lang.CharSequence);
    descriptor: (ILjava/lang/CharSequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback this
        start local 1 // int errorCode
        start local 2 // java.lang.CharSequence errString
         0: .line 109
            return
        end local 2 // java.lang.CharSequence errString
        end local 1 // int errorCode
        end local 0 // android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;
            0    1     1  errorCode  I
            0    1     2  errString  Ljava/lang/CharSequence;
    MethodParameters:
           Name  Flags
      errorCode  
      errString  

  public void onAuthenticationHelp(int, java.lang.CharSequence);
    descriptor: (ILjava/lang/CharSequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback this
        start local 1 // int helpCode
        start local 2 // java.lang.CharSequence helpString
         0: .line 118
            return
        end local 2 // java.lang.CharSequence helpString
        end local 1 // int helpCode
        end local 0 // android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;
            0    1     1    helpCode  I
            0    1     2  helpString  Ljava/lang/CharSequence;
    MethodParameters:
            Name  Flags
      helpCode    
      helpString  

  public void onAuthenticationSucceeded(android.hardware.biometrics.BiometricAuthenticator$AuthenticationResult);
    descriptor: (Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback this
        start local 1 // android.hardware.biometrics.BiometricAuthenticator$AuthenticationResult result
         0: .line 124
            return
        end local 1 // android.hardware.biometrics.BiometricAuthenticator$AuthenticationResult result
        end local 0 // android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;
            0    1     1  result  Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;
    MethodParameters:
        Name  Flags
      result  

  public void onAuthenticationFailed();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback this
         0: .line 129
            return
        end local 0 // android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;

  public void onAuthenticationAcquired(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback this
        start local 1 // int acquireInfo
         0: .line 135
            return
        end local 1 // int acquireInfo
        end local 0 // android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;
            0    1     1  acquireInfo  I
    MethodParameters:
             Name  Flags
      acquireInfo  
}
SourceFile: "BiometricAuthenticator.java"
NestHost: android.hardware.biometrics.BiometricAuthenticator
InnerClasses:
  public abstract AuthenticationCallback = android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback of android.hardware.biometrics.BiometricAuthenticator
  public AuthenticationResult = android.hardware.biometrics.BiometricAuthenticator$AuthenticationResult of android.hardware.biometrics.BiometricAuthenticator