Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java700 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated() method in StatusBarKeyguardViewManager
701 mBouncer.notifyKeyguardAuthenticated(strongAuth); in notifyKeyguardAuthenticated()
DFingerprintUnlockController.java225 mStatusBarKeyguardViewManager.notifyKeyguardAuthenticated( in startWakeAndUnlock()
DKeyguardBouncer.java465 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated() method in KeyguardBouncer