Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1401 private final Consumer<Integer> mStrongAuthRequiredChangedCallback; field in KeyguardUpdateMonitor.StrongAuthTracker
1406 mStrongAuthRequiredChangedCallback = strongAuthRequiredChangedCallback; in StrongAuthTracker()
1422 mStrongAuthRequiredChangedCallback.accept(userId); in onStrongAuthRequiredChanged()