Home
last modified time | relevance | path

Searched refs:notifyKeyguardState (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerTest.java118 mKeyguardStateController.notifyKeyguardState(true /* showing */, false /* occluded */); in testIsShowing()
134 mKeyguardStateController.notifyKeyguardState(false /* showing */, true /* occluded */); in testIsOccluded()
191 mKeyguardStateController.notifyKeyguardState(true /* showing */, false /* occluded */); in testIsUnlocked()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DFakeKeyguardStateController.java31 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState() method in FakeKeyguardStateController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateController.java201 default void notifyKeyguardState(boolean showing, boolean occluded) {} in notifyKeyguardState() method
DKeyguardStateControllerImpl.java194 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState() method in KeyguardStateControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java426 verify(mKeyguardStateController).notifyKeyguardState(true, false); in setOccluded_onKeyguardOccludedChangedCalled()
432 verify(mKeyguardStateController).notifyKeyguardState(true, true); in setOccluded_onKeyguardOccludedChangedCalled()
438 verify(mKeyguardStateController).notifyKeyguardState(true, false); in setOccluded_onKeyguardOccludedChangedCalled()
446 verify(mKeyguardStateController).notifyKeyguardState(true, true); in setOccluded_isInLaunchTransition_onKeyguardOccludedChangedCalled()
455 verify(mKeyguardStateController).notifyKeyguardState(true, true); in setOccluded_isLaunchingActivityOverLockscreen_onKeyguardOccludedChangedCalled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java695 mKeyguardStateController.notifyKeyguardState(true, mKeyguardStateController.isOccluded()); in show()
1071 mKeyguardStateController.notifyKeyguardState( in setOccluded()
1140 mKeyguardStateController.notifyKeyguardState(false, in hide()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java449 verify(mKeyguardStateController, never()).notifyKeyguardState(eq(true), anyBoolean()); in testOnStartedWakingUp_whileSleeping_ifWakeAndUnlocking_doesNotShowKeyguard()