Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java299 mKeyguardUpdateMonitor.sendKeyguardBouncerChanged(true); in testTriesToAuthenticate_whenBouncer()
337 mKeyguardUpdateMonitor.sendKeyguardBouncerChanged(true); in testOnFaceAuthenticated_skipsFaceWhenAuthenticated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java740 updateMonitor.sendKeyguardBouncerChanged(bouncerShowing); in updateStates()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java2232 public void sendKeyguardBouncerChanged(boolean showingBouncer) { in sendKeyguardBouncerChanged() method in KeyguardUpdateMonitor