Home
last modified time | relevance | path

Searched refs:mStrongAuthRequiredChangedCallback (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1631 private final Consumer<Integer> mStrongAuthRequiredChangedCallback; field in KeyguardUpdateMonitor.StrongAuthTracker
1636 mStrongAuthRequiredChangedCallback = strongAuthRequiredChangedCallback; in StrongAuthTracker()
1652 mStrongAuthRequiredChangedCallback.accept(userId); in onStrongAuthRequiredChanged()