Searched refs:notifyPrimaryBouncerShowing (Results 1 – 4 of 4) sorted by relevance
203 default void notifyPrimaryBouncerShowing(boolean showing) {} in notifyPrimaryBouncerShowing() method
362 public void notifyPrimaryBouncerShowing(boolean showing) { in notifyPrimaryBouncerShowing() method in KeyguardStateControllerImpl
143 verify(keyguardStateController).notifyPrimaryBouncerShowing(true) in testShow_isScrimmed()158 verify(keyguardStateController, never()).notifyPrimaryBouncerShowing(true) in testShow_keyguardIsDone()177 verify(keyguardStateController).notifyPrimaryBouncerShowing(false) in testHide()
184 keyguardStateController.notifyPrimaryBouncerShowing(true) in <lambda>()202 keyguardStateController.notifyPrimaryBouncerShowing(false /* showing */) in <lambda>()