Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateControllerTest.java115 mKeyguardStateController.notifyKeyguardState(true /* showing */, false /* occluded */); in testIsShowing()
131 mKeyguardStateController.notifyKeyguardState(false /* showing */, true /* occluded */); in testIsOccluded()
158 mKeyguardStateController.notifyKeyguardState(true /* showing */, false /* occluded */); in testIsUnlocked()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DFakeKeyguardStateController.java31 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState() method in FakeKeyguardStateController
H A DStatusBarKeyguardViewManagerTest.java409 verify(mKeyguardStateController).notifyKeyguardState(true, false); in setOccluded_onKeyguardOccludedChangedCalled()
415 verify(mKeyguardStateController).notifyKeyguardState(true, true); in setOccluded_onKeyguardOccludedChangedCalled()
421 verify(mKeyguardStateController).notifyKeyguardState(true, false); in setOccluded_onKeyguardOccludedChangedCalled()
429 verify(mKeyguardStateController).notifyKeyguardState(true, true); in setOccluded_isInLaunchTransition_onKeyguardOccludedChangedCalled()
438 verify(mKeyguardStateController).notifyKeyguardState(true, true); in setOccluded_isLaunchingActivityOverLockscreen_onKeyguardOccludedChangedCalled()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java197 default void notifyKeyguardState(boolean showing, boolean occluded) {} in notifyKeyguardState() method
H A DKeyguardStateControllerImpl.java191 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState() method in KeyguardStateControllerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java618 mKeyguardStateController.notifyKeyguardState(true, in show()
893 mKeyguardStateController.notifyKeyguardState( in setOccluded()
956 mKeyguardStateController.notifyKeyguardState(false, in hide()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java304 verify(mKeyguardStateController, never()).notifyKeyguardState(eq(true), anyBoolean()); in testOnStartedWakingUp_whileSleeping_ifWakeAndUnlocking_doesNotShowKeyguard()