Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java928 private void notifyStrongAuthStateChanged(int userId) { in notifyStrongAuthStateChanged() method in KeyguardUpdateMonitor
1437 mStrongAuthTracker = new StrongAuthTracker(context, this::notifyStrongAuthStateChanged); in KeyguardUpdateMonitor()