Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateController.java203 default void notifyPrimaryBouncerShowing(boolean showing) {} in notifyPrimaryBouncerShowing() method
DKeyguardStateControllerImpl.java362 public void notifyPrimaryBouncerShowing(boolean showing) { in notifyPrimaryBouncerShowing() method in KeyguardStateControllerImpl
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerInteractorTest.kt143 verify(keyguardStateController).notifyPrimaryBouncerShowing(true) in testShow_isScrimmed()
158 verify(keyguardStateController, never()).notifyPrimaryBouncerShowing(true) in testShow_keyguardIsDone()
177 verify(keyguardStateController).notifyPrimaryBouncerShowing(false) in testHide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerInteractor.kt184 keyguardStateController.notifyPrimaryBouncerShowing(true) in <lambda>()
202 keyguardStateController.notifyPrimaryBouncerShowing(false /* showing */) in <lambda>()