public class com.android.keyguard.KeyguardUpdateMonitor$StrongAuthTracker extends com.android.internal.widget.LockPatternUtils$StrongAuthTracker
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.keyguard.KeyguardUpdateMonitor$StrongAuthTracker
  super_class: com.android.internal.widget.LockPatternUtils$StrongAuthTracker
{
  final com.android.keyguard.KeyguardUpdateMonitor this$0;
    descriptor: Lcom/android/keyguard/KeyguardUpdateMonitor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.android.keyguard.KeyguardUpdateMonitor, android.content.Context);
    descriptor: (Lcom/android/keyguard/KeyguardUpdateMonitor;Landroid/content/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.android.keyguard.KeyguardUpdateMonitor$StrongAuthTracker this
        start local 2 // android.content.Context context
         0: .line 1055
            aload 0 /* this */
            aload 1
            putfield com.android.keyguard.KeyguardUpdateMonitor$StrongAuthTracker.this$0:Lcom/android/keyguard/KeyguardUpdateMonitor;
         1: .line 1056
            aload 0 /* this */
            aload 2 /* context */
            invokespecial com.android.internal.widget.LockPatternUtils$StrongAuthTracker.<init>:(Landroid/content/Context;)V
         2: .line 1057
            return
        end local 2 // android.content.Context context
        end local 0 // com.android.keyguard.KeyguardUpdateMonitor$StrongAuthTracker this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/android/keyguard/KeyguardUpdateMonitor$StrongAuthTracker;
            0    3     2  context  Landroid/content/Context;
    MethodParameters:
         Name  Flags
      this$0   final
      context  

  public boolean isUnlockingWithFingerprintAllowed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.android.keyguard.KeyguardUpdateMonitor$StrongAuthTracker this
         0: .line 1060
            invokestatic com.android.keyguard.KeyguardUpdateMonitor.getCurrentUser:()I
            istore 1 /* userId */
        start local 1 // int userId
         1: .line 1061
            aload 0 /* this */
            iload 1 /* userId */
            invokevirtual com.android.keyguard.KeyguardUpdateMonitor$StrongAuthTracker.isFingerprintAllowedForUser:(I)Z
            ireturn
        end local 1 // int userId
        end local 0 // com.android.keyguard.KeyguardUpdateMonitor$StrongAuthTracker this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/android/keyguard/KeyguardUpdateMonitor$StrongAuthTracker;
            1    2     1  userId  I

  public boolean hasUserAuthenticatedSinceBoot();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.android.keyguard.KeyguardUpdateMonitor$StrongAuthTracker this
         0: .line 1065
            invokestatic com.android.keyguard.KeyguardUpdateMonitor.getCurrentUser:()I
            istore 1 /* userId */
        start local 1 // int userId
         1: .line 1066
            aload 0 /* this */
            iload 1 /* userId */
            invokevirtual com.android.keyguard.KeyguardUpdateMonitor$StrongAuthTracker.getStrongAuthForUser:(I)I
         2: .line 1067
            iconst_1
         3: .line 1066
            iand
            ifne 4
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // int userId
        end local 0 // com.android.keyguard.KeyguardUpdateMonitor$StrongAuthTracker this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/android/keyguard/KeyguardUpdateMonitor$StrongAuthTracker;
            1    5     1  userId  I

  public void onStrongAuthRequiredChanged(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.keyguard.KeyguardUpdateMonitor$StrongAuthTracker this
        start local 1 // int userId
         0: .line 1072
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardUpdateMonitor$StrongAuthTracker.this$0:Lcom/android/keyguard/KeyguardUpdateMonitor;
            iload 1 /* userId */
            invokevirtual com.android.keyguard.KeyguardUpdateMonitor.notifyStrongAuthStateChanged:(I)V
         1: .line 1073
            return
        end local 1 // int userId
        end local 0 // com.android.keyguard.KeyguardUpdateMonitor$StrongAuthTracker this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/android/keyguard/KeyguardUpdateMonitor$StrongAuthTracker;
            0    2     1  userId  I
    MethodParameters:
        Name  Flags
      userId  
}
SourceFile: "KeyguardUpdateMonitor.java"
NestHost: com.android.keyguard.KeyguardUpdateMonitor
InnerClasses:
  public StrongAuthTracker = com.android.internal.widget.LockPatternUtils$StrongAuthTracker of com.android.internal.widget.LockPatternUtils
  public StrongAuthTracker = com.android.keyguard.KeyguardUpdateMonitor$StrongAuthTracker of com.android.keyguard.KeyguardUpdateMonitor