Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java1222 mKeyguardUpdateManager.sendPrimaryBouncerChanged(primaryBouncerIsOrWillBeShowing, in updateStates()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java1057 mKeyguardUpdateMonitor.sendPrimaryBouncerChanged( in testNoStartAuthenticate_whenAboutToShowBouncer()
3395 mKeyguardUpdateMonitor.sendPrimaryBouncerChanged(isVisible, isVisible); in setKeyguardBouncerVisibility()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java4105 public void sendPrimaryBouncerChanged(boolean primaryBouncerIsOrWillBeShowing, in sendPrimaryBouncerChanged() method in KeyguardUpdateMonitor